COLOR #3C772F

HEX: #3C772F RGB: (60,119,47)

Color info

#3C772F contains mainly red and green colors. Web safe color of #3C772F is #336633 (or #363).

RGB color model

#3C772F color RGB value is (60,119,47).

RGB: (60,119,47) (24%, 47%, 18%)

RGB channels and saturation

R 60 of 255 = 24%
G 119 of 255 = 47%
B 47 of 255 = 18%

60
119
47

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

Portions of RGB colors in percentages

R + G + B = 60 + 119 + 47 = 226 (100%)
R 60 of 226 ~ 26.55%
G 119 of 226 ~ 52.65%
B 47 of 226 ~ 20.8'%

%26.55
%52.65
%20.8

CMYK color model

#3C772F color CMYK value is (50,0,61,53).

  • cyan value is 49.58%
  • magenta value is 0.00%
  • yellow value is 60.50%
  • key color value is 53.33%

CMYK: (50,0,61,53)
C50M0Y61K53 (50%, 0%, 61%, 53%)
(0.50 / 0.00 / 0.61 / 0.53)

CMYK percentages

%49.58
%0
%60.5
%53.33

Codes

Color #3C772F in popluar color models

3C 77 2F
RGB 60 119 47
HSL 109° 43.37% 32.55%
HSB/HSV 109° 60.50% 46.67%
CMYK 49.58% 0.00% 60.50%
53.33%

Color #3C772F in popluar number systems.

HEX 3C 77 2F
Decimal 60 119 47
Binary 111100 1110111 101111
Octal 74 167 57

Shades and tints

Shades of #3C772F

#3C772F
(60,119,47)
#376D2B
(55,109,43)
#326327
(50,99,39)
#2D5923
(45,89,35)
#284F1F
(40,79,31)
#23451B
(35,69,27)
#1E3B17
(30,59,23)
#193113
(25,49,19)
#14270F
(20,39,15)
#0F1D0B
(15,29,11)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #3C772F

#3C772F
(60,119,47)
#4D8341
(77,131,65)
#5E8F53
(94,143,83)
#6F9B65
(111,155,101)
#80A777
(128,167,119)
#91B389
(145,179,137)
#A2BF9B
(162,191,155)
#B3CBAD
(179,203,173)
#C4D7BF
(196,215,191)
#D5E3D1
(213,227,209)
#E6EFE3
(230,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C772F color. Also use rgb(60,119,47) instead hex code.

Text Font Color

.myTextColor { color: #3C772F; }

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

This text font color is #3C772F.

Background Color

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

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

This div background color is #3C772F.

Border color

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

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

This div border color is #3C772F.

Opacity

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

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

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

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

This text has shadow with #3C772F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C772F.

Preview

Color preview on black background

This text has color #3C772F on black background.


Color preview on white background

This text has color #3C772F on white background.


Black color preview on #3C772F background

This text has black color on #3C772F background.


White color preview on #3C772F background

This text has white color on #3C772F background.


Related colors

Complementary color

Complementary color for #hex is #C388D0.


I love getcolorcode.com

Triadic colors

1 #2F3C77 and #772F3C with #3C772F are triadic colors.

2 #2F773C and #773C2F with #3C772F are triadic colors.