COLOR #3C8246

HEX: #3C8246
RGB: (60,130,70)

Color info

#3C8246 contains mainly green color. Web safe color of #3C8246 is #339933 (or #393).

RGB color model

#3C8246 color RGB value is (60,130,70).

  • red value is 60;
  • green value is 130;
  • blue value is 70.
RGB:
(60,130,70)
(24%,51%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 130 of 255 = 51%
B 70 of 255 = 27%

60
130
70

R + G + B ~ 34%. #3C8246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 130 + 70 = 260 (100%)
R 60 of 260 ~ 23.08%
G 130 of 260 ~ 50%
B 70 of 260 ~ 26.92%

%23.08
%50
%26.92

CMYK color model

#3C8246 color CMYK value is (54,0,46,49).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(54,0,46,49)
C54M0Y46K49 
(54%,0%,46%,49%)
(0.54/0.00/0.46/0.49)	

CMYK percentages

%53.85
%0
%46.15
%49.02

Codes

Color #3C8246 in popluar color models

3C8246
RGB6013070
HSL129°36.84%37.25%
HSB/HSV129°53.85%50.98%
CMYK53.85%0.00%46.15%
49.02%

Color #3C8246 in popluar number systems.

HEX3C8246
Decimal6013070
Binary111100100000101000110
Octal74202106

Shades and tints

Shades of #3C8246

#3C8246
(60,130,70)
#377740
(55,119,64)
#326C3A
(50,108,58)
#2D6134
(45,97,52)
#28562E
(40,86,46)
#234B28
(35,75,40)
#1E4022
(30,64,34)
#19351C
(25,53,28)
#142A16
(20,42,22)
#0F1F10
(15,31,16)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #3C8246

#3C8246
(60,130,70)
#4D8D56
(77,141,86)
#5E9866
(94,152,102)
#6FA376
(111,163,118)
#80AE86
(128,174,134)
#91B996
(145,185,150)
#A2C4A6
(162,196,166)
#B3CFB6
(179,207,182)
#C4DAC6
(196,218,198)
#D5E5D6
(213,229,214)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8246 color. Also use rgb(60,130,70) instead hex code.

Text Font Color

.myTextColor { color: #3C8246; }

<p style="color:#3C8246">This sample text font color is #3C8246.</p>

This text font color is #3C8246.


Background Color

.myBgColor { background-color: #3C8246; }

<div style="background-color:#3C8246">Inner text</div>

This div background color is #3C8246.


Border color

.myBorderColor { border: 1px solid #3C8246; }

<div style="border:3px solid #3C8246">Div</div>

This div border color is #3C8246.


Opacity

.myOpacity80 { color: #3C8246; opacity: 0.8; }

<p style="color:#3C8246;opacity:0.8;">80%</p>

Text with #3C8246 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C8246;}

<p style="text-shadow: 3px 3px 1px #3C8246">Text here.</p>

This text has shadow with #3C8246 color.

.textShadow {text-shadow: 3px 3px 1px #3C8246, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C8246, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C8246 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C8246, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C8246, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C8246 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3C8246;
  -webkit-box-shadow:	1px 1px 3px 2px #3C8246;
  box-shadow:		1px 1px 3px 2px #3C8246;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C8246;
-webkit-box-shadow: 1px 1px 3px 2px #3C8246;
box-shadow:1px 1px 3px 2px #3C8246;">
Div content here</div>
This div box has shadow with color #3C8246.

Preview

Color preview on black background

This text has color #3C8246 on black background.


Color preview on white background

This text has color #3C8246 on white background.



Black color preview on #3C8246 background

This text has black color on #3C8246 background.


White color preview on #3C8246 background

This text has white color on #3C8246 background.