COLOR #3C8941

HEX: #3C8941
RGB: (60,137,65)

Color info

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

RGB color model

#3C8941 color RGB value is (60,137,65).

  • red value is 60;
  • green value is 137;
  • blue value is 65.
RGB:
(60,137,65)
(24%,54%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 137 of 255 = 54%
B 65 of 255 = 25%

60
137
65

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

Portions of RGB colors in percentages

R + G + B =
60 + 137 + 65 = 262 (100%)
R 60 of 262 ~ 22.9%
G 137 of 262 ~ 52.29%
B 65 of 262 ~ 24.81%

%22.9
%52.29
%24.81

CMYK color model

#3C8941 color CMYK value is (56,0,53,46).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 46.27%
CMYK:
(56,0,53,46)
C56M0Y53K46 
(56%,0%,53%,46%)
(0.56/0.00/0.53/0.46)	

CMYK percentages

%56.2
%0
%52.55
%46.27

Codes

Color #3C8941 in popluar color models

3C8941
RGB6013765
HSL124°39.09%38.63%
HSB/HSV124°56.20%53.73%
CMYK56.20%0.00%52.55%
46.27%

Color #3C8941 in popluar number systems.

HEX3C8941
Decimal6013765
Binary111100100010011000001
Octal74211101

Shades and tints

Shades of #3C8941

#3C8941
(60,137,65)
#377D3C
(55,125,60)
#327137
(50,113,55)
#2D6532
(45,101,50)
#28592D
(40,89,45)
#234D28
(35,77,40)
#1E4123
(30,65,35)
#19351E
(25,53,30)
#142919
(20,41,25)
#0F1D14
(15,29,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #3C8941

#3C8941
(60,137,65)
#4D9352
(77,147,82)
#5E9D63
(94,157,99)
#6FA774
(111,167,116)
#80B185
(128,177,133)
#91BB96
(145,187,150)
#A2C5A7
(162,197,167)
#B3CFB8
(179,207,184)
#C4D9C9
(196,217,201)
#D5E3DA
(213,227,218)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8941 color. Also use rgb(60,137,65) instead hex code.

Text Font Color

.myTextColor { color: #3C8941; }

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

This text font color is #3C8941.


Background Color

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

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

This div background color is #3C8941.


Border color

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

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

This div border color is #3C8941.


Opacity

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

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

Text with #3C8941 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 #3C8941;}

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

This text has shadow with #3C8941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8941 on black background.


Color preview on white background

This text has color #3C8941 on white background.



Black color preview on #3C8941 background

This text has black color on #3C8941 background.


White color preview on #3C8941 background

This text has white color on #3C8941 background.