COLOR #3C5425

HEX: #3C5425 RGB: (60,84,37)

Color info

#3C5425 contains red, green and blue colors in about the same proportion. Web safe color of #3C5425 is #336633 (or #363).

RGB color model

#3C5425 color RGB value is (60,84,37).

RGB: (60,84,37) (24%, 33%, 15%)

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 37 of 255 = 15%

60
84
37

R + G + B ~ 24%. #3C5425 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 84 + 37 = 181 (100%)
R 60 of 181 ~ 33.15%
G 84 of 181 ~ 46.41%
B 37 of 181 ~ 20.44'%

%33.15
%46.41
%20.44

CMYK color model

#3C5425 color CMYK value is (29,0,56,67).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 55.95%
  • key color value is 67.06%

CMYK: (29,0,56,67)
C29M0Y56K67 (29%, 0%, 56%, 67%)
(0.29 / 0.00 / 0.56 / 0.67)

CMYK percentages

%28.57
%0
%55.95
%67.06

Codes

Color #3C5425 in popluar color models

3C 54 25
RGB 60 84 37
HSL 91° 38.84% 23.73%
HSB/HSV 91° 55.95% 32.94%
CMYK 28.57% 0.00% 55.95%
67.06%

Color #3C5425 in popluar number systems.

HEX 3C 54 25
Decimal 60 84 37
Binary 111100 1010100 100101
Octal 74 124 45

Shades and tints

Shades of #3C5425

#3C5425
(60,84,37)
#374D22
(55,77,34)
#32461F
(50,70,31)
#2D3F1C
(45,63,28)
#283819
(40,56,25)
#233116
(35,49,22)
#1E2A13
(30,42,19)
#192310
(25,35,16)
#141C0D
(20,28,13)
#0F150A
(15,21,10)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #3C5425

#3C5425
(60,84,37)
#4D6338
(77,99,56)
#5E724B
(94,114,75)
#6F815E
(111,129,94)
#809071
(128,144,113)
#919F84
(145,159,132)
#A2AE97
(162,174,151)
#B3BDAA
(179,189,170)
#C4CCBD
(196,204,189)
#D5DBD0
(213,219,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5425 color. Also use rgb(60,84,37) instead hex code.

Text Font Color

.myTextColor { color: #3C5425; }

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

This text font color is #3C5425.

Background Color

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

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

This div background color is #3C5425.

Border color

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

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

This div border color is #3C5425.

Opacity

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

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

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

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

This text has shadow with #3C5425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5425.

Preview

Color preview on black background

This text has color #3C5425 on black background.


Color preview on white background

This text has color #3C5425 on white background.


Black color preview on #3C5425 background

This text has black color on #3C5425 background.


White color preview on #3C5425 background

This text has white color on #3C5425 background.


Related colors

Complementary color

Complementary color for #hex is #C3ABDA.


I love getcolorcode.com

Triadic colors

1 #253C54 and #54253C with #3C5425 are triadic colors.

2 #25543C and #543C25 with #3C5425 are triadic colors.