COLOR #3C7A30

HEX: #3C7A30
RGB: (60,122,48)

Color info

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

RGB color model

#3C7A30 color RGB value is (60,122,48).

  • red value is 60;
  • green value is 122;
  • blue value is 48.
RGB:
(60,122,48)
(24%,48%,19%)

RGB channels and saturation

R 60 of 255 = 24%
G 122 of 255 = 48%
B 48 of 255 = 19%

60
122
48

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

Portions of RGB colors in percentages

R + G + B =
60 + 122 + 48 = 230 (100%)
R 60 of 230 ~ 26.09%
G 122 of 230 ~ 53.04%
B 48 of 230 ~ 20.87%

%26.09
%53.04
%20.87

CMYK color model

#3C7A30 color CMYK value is (51,0,61,52).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 60.66%
  • key color value is 52.16%
CMYK:
(51,0,61,52)
C51M0Y61K52 
(51%,0%,61%,52%)
(0.51/0.00/0.61/0.52)	

CMYK percentages

%50.82
%0
%60.66
%52.16

Codes

Color #3C7A30 in popluar color models

3C7A30
RGB6012248
HSL110°43.53%33.33%
HSB/HSV110°60.66%47.84%
CMYK50.82%0.00%60.66%
52.16%

Color #3C7A30 in popluar number systems.

HEX3C7A30
Decimal6012248
Binary1111001111010110000
Octal7417260

Shades and tints

Shades of #3C7A30

#3C7A30
(60,122,48)
#376F2C
(55,111,44)
#326428
(50,100,40)
#2D5924
(45,89,36)
#284E20
(40,78,32)
#23431C
(35,67,28)
#1E3818
(30,56,24)
#192D14
(25,45,20)
#142210
(20,34,16)
#0F170C
(15,23,12)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #3C7A30

#3C7A30
(60,122,48)
#4D8642
(77,134,66)
#5E9254
(94,146,84)
#6F9E66
(111,158,102)
#80AA78
(128,170,120)
#91B68A
(145,182,138)
#A2C29C
(162,194,156)
#B3CEAE
(179,206,174)
#C4DAC0
(196,218,192)
#D5E6D2
(213,230,210)
#E6F2E4
(230,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7A30 color. Also use rgb(60,122,48) instead hex code.

Text Font Color

.myTextColor { color: #3C7A30; }

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

This text font color is #3C7A30.


Background Color

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

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

This div background color is #3C7A30.


Border color

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

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

This div border color is #3C7A30.


Opacity

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

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

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

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

This text has shadow with #3C7A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7A30 on black background.


Color preview on white background

This text has color #3C7A30 on white background.



Black color preview on #3C7A30 background

This text has black color on #3C7A30 background.


White color preview on #3C7A30 background

This text has white color on #3C7A30 background.