COLOR #3C8A2C

HEX: #3C8A2C
RGB: (60,138,44)

Color info

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

RGB color model

#3C8A2C color RGB value is (60,138,44).

  • red value is 60;
  • green value is 138;
  • blue value is 44.
RGB:
(60,138,44)
(24%,54%,17%)

RGB channels and saturation

R 60 of 255 = 24%
G 138 of 255 = 54%
B 44 of 255 = 17%

60
138
44

R + G + B ~ 32%. #3C8A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 138 + 44 = 242 (100%)
R 60 of 242 ~ 24.79%
G 138 of 242 ~ 57.02%
B 44 of 242 ~ 18.18%

%24.79
%57.02
%18.18

CMYK color model

#3C8A2C color CMYK value is (57,0,68,46).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 68.12%
  • key color value is 45.88%
CMYK:
(57,0,68,46)
C57M0Y68K46 
(57%,0%,68%,46%)
(0.57/0.00/0.68/0.46)	

CMYK percentages

%56.52
%0
%68.12
%45.88

Codes

Color #3C8A2C in popluar color models

3C8A2C
RGB6013844
HSL110°51.65%35.69%
HSB/HSV110°68.12%54.12%
CMYK56.52%0.00%68.12%
45.88%

Color #3C8A2C in popluar number systems.

HEX3C8A2C
Decimal6013844
Binary11110010001010101100
Octal7421254

Shades and tints

Shades of #3C8A2C

#3C8A2C
(60,138,44)
#377E28
(55,126,40)
#327224
(50,114,36)
#2D6620
(45,102,32)
#285A1C
(40,90,28)
#234E18
(35,78,24)
#1E4214
(30,66,20)
#193610
(25,54,16)
#142A0C
(20,42,12)
#0F1E08
(15,30,8)
#0A1204
(10,18,4)
#000000
(0,0,0)

Tints of #3C8A2C

#3C8A2C
(60,138,44)
#4D943F
(77,148,63)
#5E9E52
(94,158,82)
#6FA865
(111,168,101)
#80B278
(128,178,120)
#91BC8B
(145,188,139)
#A2C69E
(162,198,158)
#B3D0B1
(179,208,177)
#C4DAC4
(196,218,196)
#D5E4D7
(213,228,215)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8A2C color. Also use rgb(60,138,44) instead hex code.

Text Font Color

.myTextColor { color: #3C8A2C; }

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

This text font color is #3C8A2C.


Background Color

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

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

This div background color is #3C8A2C.


Border color

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

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

This div border color is #3C8A2C.


Opacity

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

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

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

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

This text has shadow with #3C8A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8A2C on black background.


Color preview on white background

This text has color #3C8A2C on white background.



Black color preview on #3C8A2C background

This text has black color on #3C8A2C background.


White color preview on #3C8A2C background

This text has white color on #3C8A2C background.