COLOR #3C5A1D

HEX: #3C5A1D RGB: (60,90,29)

Color info

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

RGB color model

#3C5A1D color RGB value is (60,90,29).

RGB: (60,90,29) (24%, 35%, 11%)

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 29 of 255 = 11%

60
90
29

R + G + B ~ 23%. #3C5A1D is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 90 + 29 = 179 (100%)
R 60 of 179 ~ 33.52%
G 90 of 179 ~ 50.28%
B 29 of 179 ~ 16.2'%

%33.52
%50.28
%16.2

CMYK color model

#3C5A1D color CMYK value is (33,0,68,65).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 64.71%

CMYK: (33,0,68,65)
C33M0Y68K65 (33%, 0%, 68%, 65%)
(0.33 / 0.00 / 0.68 / 0.65)

CMYK percentages

%33.33
%0
%67.78
%64.71

Codes

Color #3C5A1D in popluar color models

3C 5A 1D
RGB 60 90 29
HSL 90° 51.26% 23.33%
HSB/HSV 90° 67.78% 35.29%
CMYK 33.33% 0.00% 67.78%
64.71%

Color #3C5A1D in popluar number systems.

HEX 3C 5A 1D
Decimal 60 90 29
Binary 111100 1011010 11101
Octal 74 132 35

Shades and tints

Shades of #3C5A1D

#3C5A1D
(60,90,29)
#37521B
(55,82,27)
#324A19
(50,74,25)
#2D4217
(45,66,23)
#283A15
(40,58,21)
#233213
(35,50,19)
#1E2A11
(30,42,17)
#19220F
(25,34,15)
#141A0D
(20,26,13)
#0F120B
(15,18,11)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #3C5A1D

#3C5A1D
(60,90,29)
#4D6931
(77,105,49)
#5E7845
(94,120,69)
#6F8759
(111,135,89)
#80966D
(128,150,109)
#91A581
(145,165,129)
#A2B495
(162,180,149)
#B3C3A9
(179,195,169)
#C4D2BD
(196,210,189)
#D5E1D1
(213,225,209)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5A1D color. Also use rgb(60,90,29) instead hex code.

Text Font Color

.myTextColor { color: #3C5A1D; }

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

This text font color is #3C5A1D.

Background Color

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

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

This div background color is #3C5A1D.

Border color

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

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

This div border color is #3C5A1D.

Opacity

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

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

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

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

This text has shadow with #3C5A1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5A1D.

Preview

Color preview on black background

This text has color #3C5A1D on black background.


Color preview on white background

This text has color #3C5A1D on white background.


Black color preview on #3C5A1D background

This text has black color on #3C5A1D background.


White color preview on #3C5A1D background

This text has white color on #3C5A1D background.


Related colors

Complementary color

Complementary color for #hex is #C3A5E2.


I love getcolorcode.com

Triadic colors

1 #1D3C5A and #5A1D3C with #3C5A1D are triadic colors.

2 #1D5A3C and #5A3C1D with #3C5A1D are triadic colors.