COLOR #3C4D39

HEX: #3C4D39 RGB: (60,77,57)

Color info

#3C4D39 contains red, green and blue colors in about the same proportion. Web safe color of #3C4D39 is #333333 (or #333).

RGB color model

#3C4D39 color RGB value is (60,77,57).

RGB: (60,77,57) (24%, 30%, 22%)

RGB channels and saturation

R 60 of 255 = 24%
G 77 of 255 = 30%
B 57 of 255 = 22%

60
77
57

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

Portions of RGB colors in percentages

R + G + B = 60 + 77 + 57 = 194 (100%)
R 60 of 194 ~ 30.93%
G 77 of 194 ~ 39.69%
B 57 of 194 ~ 29.38'%

%30.93
%39.69
%29.38

CMYK color model

#3C4D39 color CMYK value is (22,0,26,70).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 69.80%

CMYK: (22,0,26,70)
C22M0Y26K70 (22%, 0%, 26%, 70%)
(0.22 / 0.00 / 0.26 / 0.70)

CMYK percentages

%22.08
%0
%25.97
%69.8

Codes

Color #3C4D39 in popluar color models

3C 4D 39
RGB 60 77 57
HSL 111° 14.93% 26.27%
HSB/HSV 111° 25.97% 30.20%
CMYK 22.08% 0.00% 25.97%
69.80%

Color #3C4D39 in popluar number systems.

HEX 3C 4D 39
Decimal 60 77 57
Binary 111100 1001101 111001
Octal 74 115 71

Shades and tints

Shades of #3C4D39

#3C4D39
(60,77,57)
#374634
(55,70,52)
#323F2F
(50,63,47)
#2D382A
(45,56,42)
#283125
(40,49,37)
#232A20
(35,42,32)
#1E231B
(30,35,27)
#191C16
(25,28,22)
#141511
(20,21,17)
#0F0E0C
(15,14,12)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #3C4D39

#3C4D39
(60,77,57)
#4D5D4B
(77,93,75)
#5E6D5D
(94,109,93)
#6F7D6F
(111,125,111)
#808D81
(128,141,129)
#919D93
(145,157,147)
#A2ADA5
(162,173,165)
#B3BDB7
(179,189,183)
#C4CDC9
(196,205,201)
#D5DDDB
(213,221,219)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4D39 color. Also use rgb(60,77,57) instead hex code.

Text Font Color

.myTextColor { color: #3C4D39; }

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

This text font color is #3C4D39.

Background Color

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

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

This div background color is #3C4D39.

Border color

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

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

This div border color is #3C4D39.

Opacity

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

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

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

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

This text has shadow with #3C4D39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4D39.

Preview

Color preview on black background

This text has color #3C4D39 on black background.


Color preview on white background

This text has color #3C4D39 on white background.


Black color preview on #3C4D39 background

This text has black color on #3C4D39 background.


White color preview on #3C4D39 background

This text has white color on #3C4D39 background.


Related colors

Complementary color

Complementary color for #hex is #C3B2C6.


I love getcolorcode.com

Triadic colors

1 #393C4D and #4D393C with #3C4D39 are triadic colors.

2 #394D3C and #4D3C39 with #3C4D39 are triadic colors.