COLOR #3C7D22

HEX: #3C7D22 RGB: (60,125,34)

Color info

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

RGB color model

#3C7D22 color RGB value is (60,125,34).

RGB: (60,125,34) (24%, 49%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 125 of 255 = 49%
B 34 of 255 = 13%

60
125
34

R + G + B ~ 29%. #3C7D22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 125 + 34 = 219 (100%)
R 60 of 219 ~ 27.4%
G 125 of 219 ~ 57.08%
B 34 of 219 ~ 15.53'%

%27.4
%57.08
%15.53

CMYK color model

#3C7D22 color CMYK value is (52,0,73,51).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 72.80%
  • key color value is 50.98%

CMYK: (52,0,73,51)
C52M0Y73K51 (52%, 0%, 73%, 51%)
(0.52 / 0.00 / 0.73 / 0.51)

CMYK percentages

%52
%0
%72.8
%50.98

Codes

Color #3C7D22 in popluar color models

3C 7D 22
RGB 60 125 34
HSL 103° 57.23% 31.18%
HSB/HSV 103° 72.80% 49.02%
CMYK 52.00% 0.00% 72.80%
50.98%

Color #3C7D22 in popluar number systems.

HEX 3C 7D 22
Decimal 60 125 34
Binary 111100 1111101 100010
Octal 74 175 42

Shades and tints

Shades of #3C7D22

#3C7D22
(60,125,34)
#37721F
(55,114,31)
#32671C
(50,103,28)
#2D5C19
(45,92,25)
#285116
(40,81,22)
#234613
(35,70,19)
#1E3B10
(30,59,16)
#19300D
(25,48,13)
#14250A
(20,37,10)
#0F1A07
(15,26,7)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #3C7D22

#3C7D22
(60,125,34)
#4D8836
(77,136,54)
#5E934A
(94,147,74)
#6F9E5E
(111,158,94)
#80A972
(128,169,114)
#91B486
(145,180,134)
#A2BF9A
(162,191,154)
#B3CAAE
(179,202,174)
#C4D5C2
(196,213,194)
#D5E0D6
(213,224,214)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7D22; }

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

This text font color is #3C7D22.

Background Color

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

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

This div background color is #3C7D22.

Border color

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

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

This div border color is #3C7D22.

Opacity

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

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

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

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

This text has shadow with #3C7D22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7D22.

Preview

Color preview on black background

This text has color #3C7D22 on black background.


Color preview on white background

This text has color #3C7D22 on white background.


Black color preview on #3C7D22 background

This text has black color on #3C7D22 background.


White color preview on #3C7D22 background

This text has white color on #3C7D22 background.


Related colors

Complementary color

Complementary color for #hex is #C382DD.


I love getcolorcode.com

Triadic colors

1 #223C7D and #7D223C with #3C7D22 are triadic colors.

2 #227D3C and #7D3C22 with #3C7D22 are triadic colors.