COLOR #3C4137

HEX: #3C4137 RGB: (60,65,55)

Color info

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

RGB color model

#3C4137 color RGB value is (60,65,55).

RGB: (60,65,55) (24%, 25%, 22%)

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 55 of 255 = 22%

60
65
55

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

Portions of RGB colors in percentages

R + G + B = 60 + 65 + 55 = 180 (100%)
R 60 of 180 ~ 33.33%
G 65 of 180 ~ 36.11%
B 55 of 180 ~ 30.56'%

%33.33
%36.11
%30.56

CMYK color model

#3C4137 color CMYK value is (8,0,15,75).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 74.51%

CMYK: (8,0,15,75)
C8M0Y15K75 (8%, 0%, 15%, 75%)
(0.08 / 0.00 / 0.15 / 0.75)

CMYK percentages

%7.69
%0
%15.38
%74.51

Codes

Color #3C4137 in popluar color models

3C 41 37
RGB 60 65 55
HSL 90° 8.33% 23.53%
HSB/HSV 90° 15.38% 25.49%
CMYK 7.69% 0.00% 15.38%
74.51%

Color #3C4137 in popluar number systems.

HEX 3C 41 37
Decimal 60 65 55
Binary 111100 1000001 110111
Octal 74 101 67

Shades and tints

Shades of #3C4137

#3C4137
(60,65,55)
#373C32
(55,60,50)
#32372D
(50,55,45)
#2D3228
(45,50,40)
#282D23
(40,45,35)
#23281E
(35,40,30)
#1E2319
(30,35,25)
#191E14
(25,30,20)
#14190F
(20,25,15)
#0F140A
(15,20,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #3C4137

#3C4137
(60,65,55)
#4D5249
(77,82,73)
#5E635B
(94,99,91)
#6F746D
(111,116,109)
#80857F
(128,133,127)
#919691
(145,150,145)
#A2A7A3
(162,167,163)
#B3B8B5
(179,184,181)
#C4C9C7
(196,201,199)
#D5DAD9
(213,218,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4137 color. Also use rgb(60,65,55) instead hex code.

Text Font Color

.myTextColor { color: #3C4137; }

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

This text font color is #3C4137.

Background Color

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

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

This div background color is #3C4137.

Border color

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

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

This div border color is #3C4137.

Opacity

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

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

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

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

This text has shadow with #3C4137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4137.

Preview

Color preview on black background

This text has color #3C4137 on black background.


Color preview on white background

This text has color #3C4137 on white background.


Black color preview on #3C4137 background

This text has black color on #3C4137 background.


White color preview on #3C4137 background

This text has white color on #3C4137 background.


Related colors

Complementary color

Complementary color for #hex is #C3BEC8.


I love getcolorcode.com

Triadic colors

1 #373C41 and #41373C with #3C4137 are triadic colors.

2 #37413C and #413C37 with #3C4137 are triadic colors.