COLOR #3C5431

HEX: #3C5431 RGB: (60,84,49)

Color info

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

RGB color model

#3C5431 color RGB value is (60,84,49).

RGB: (60,84,49) (24%, 33%, 19%)

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 49 of 255 = 19%

60
84
49

R + G + B ~ 25%. #3C5431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 84 + 49 = 193 (100%)
R 60 of 193 ~ 31.09%
G 84 of 193 ~ 43.52%
B 49 of 193 ~ 25.39'%

%31.09
%43.52
%25.39

CMYK color model

#3C5431 color CMYK value is (29,0,42,67).

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

CMYK: (29,0,42,67)
C29M0Y42K67 (29%, 0%, 42%, 67%)
(0.29 / 0.00 / 0.42 / 0.67)

CMYK percentages

%28.57
%0
%41.67
%67.06

Codes

Color #3C5431 in popluar color models

3C 54 31
RGB 60 84 49
HSL 101° 26.32% 26.08%
HSB/HSV 101° 41.67% 32.94%
CMYK 28.57% 0.00% 41.67%
67.06%

Color #3C5431 in popluar number systems.

HEX 3C 54 31
Decimal 60 84 49
Binary 111100 1010100 110001
Octal 74 124 61

Shades and tints

Shades of #3C5431

#3C5431
(60,84,49)
#374D2D
(55,77,45)
#324629
(50,70,41)
#2D3F25
(45,63,37)
#283821
(40,56,33)
#23311D
(35,49,29)
#1E2A19
(30,42,25)
#192315
(25,35,21)
#141C11
(20,28,17)
#0F150D
(15,21,13)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #3C5431

#3C5431
(60,84,49)
#4D6343
(77,99,67)
#5E7255
(94,114,85)
#6F8167
(111,129,103)
#809079
(128,144,121)
#919F8B
(145,159,139)
#A2AE9D
(162,174,157)
#B3BDAF
(179,189,175)
#C4CCC1
(196,204,193)
#D5DBD3
(213,219,211)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5431; }

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

This text font color is #3C5431.

Background Color

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

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

This div background color is #3C5431.

Border color

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

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

This div border color is #3C5431.

Opacity

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

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

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

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

This text has shadow with #3C5431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5431.

Preview

Color preview on black background

This text has color #3C5431 on black background.


Color preview on white background

This text has color #3C5431 on white background.


Black color preview on #3C5431 background

This text has black color on #3C5431 background.


White color preview on #3C5431 background

This text has white color on #3C5431 background.


Related colors

Complementary color

Complementary color for #hex is #C3ABCE.


I love getcolorcode.com

Triadic colors

1 #313C54 and #54313C with #3C5431 are triadic colors.

2 #31543C and #543C31 with #3C5431 are triadic colors.