COLOR #3C7D28

HEX: #3C7D28
RGB: (60,125,40)

Color info

#3C7D28 contains mainly green color. Web safe color of #3C7D28 is #336633 (or #363).

RGB color model

#3C7D28 color RGB value is (60,125,40).

  • red value is 60;
  • green value is 125;
  • blue value is 40.
RGB:
(60,125,40)
(24%,49%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 125 of 255 = 49%
B 40 of 255 = 16%

60
125
40

R + G + B ~ 30%. #3C7D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 125 + 40 = 225 (100%)
R 60 of 225 ~ 26.67%
G 125 of 225 ~ 55.56%
B 40 of 225 ~ 17.78%

%26.67
%55.56
%17.78

CMYK color model

#3C7D28 color CMYK value is (52,0,68,51).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 50.98%
CMYK:
(52,0,68,51)
C52M0Y68K51 
(52%,0%,68%,51%)
(0.52/0.00/0.68/0.51)	

CMYK percentages

%52
%0
%68
%50.98

Codes

Color #3C7D28 in popluar color models

3C7D28
RGB6012540
HSL106°51.52%32.35%
HSB/HSV106°68.00%49.02%
CMYK52.00%0.00%68.00%
50.98%

Color #3C7D28 in popluar number systems.

HEX3C7D28
Decimal6012540
Binary1111001111101101000
Octal7417550

Shades and tints

Shades of #3C7D28

#3C7D28
(60,125,40)
#377225
(55,114,37)
#326722
(50,103,34)
#2D5C1F
(45,92,31)
#28511C
(40,81,28)
#234619
(35,70,25)
#1E3B16
(30,59,22)
#193013
(25,48,19)
#142510
(20,37,16)
#0F1A0D
(15,26,13)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #3C7D28

#3C7D28
(60,125,40)
#4D883B
(77,136,59)
#5E934E
(94,147,78)
#6F9E61
(111,158,97)
#80A974
(128,169,116)
#91B487
(145,180,135)
#A2BF9A
(162,191,154)
#B3CAAD
(179,202,173)
#C4D5C0
(196,213,192)
#D5E0D3
(213,224,211)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7D28 color. Also use rgb(60,125,40) instead hex code.

Text Font Color

.myTextColor { color: #3C7D28; }

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

This text font color is #3C7D28.


Background Color

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

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

This div background color is #3C7D28.


Border color

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

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

This div border color is #3C7D28.


Opacity

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

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

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

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

This text has shadow with #3C7D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7D28 on black background.


Color preview on white background

This text has color #3C7D28 on white background.



Black color preview on #3C7D28 background

This text has black color on #3C7D28 background.


White color preview on #3C7D28 background

This text has white color on #3C7D28 background.