COLOR #3C372D

HEX: #3C372D RGB: (60,55,45)

Color info

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

RGB color model

#3C372D color RGB value is (60,55,45).

RGB: (60,55,45) (24%, 22%, 18%)

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 45 of 255 = 18%

60
55
45

R + G + B ~ 21%. #3C372D is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 55 + 45 = 160 (100%)
R 60 of 160 ~ 37.5%
G 55 of 160 ~ 34.38%
B 45 of 160 ~ 28.13'%

%37.5
%34.38
%28.13

CMYK color model

#3C372D color CMYK value is (0,8,25,76).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 25.00%
  • key color value is 76.47%

CMYK: (0,8,25,76)
C0M8Y25K76 (0%, 8%, 25%, 76%)
(0.00 / 0.08 / 0.25 / 0.76)

CMYK percentages

%0
%8.33
%25
%76.47

Codes

Color #3C372D in popluar color models

3C 37 2D
RGB 60 55 45
HSL 40° 14.29% 20.59%
HSB/HSV 40° 25.00% 23.53%
CMYK 0.00% 8.33% 25.00%
76.47%

Color #3C372D in popluar number systems.

HEX 3C 37 2D
Decimal 60 55 45
Binary 111100 110111 101101
Octal 74 67 55

Shades and tints

Shades of #3C372D

#3C372D
(60,55,45)
#373229
(55,50,41)
#322D25
(50,45,37)
#2D2821
(45,40,33)
#28231D
(40,35,29)
#231E19
(35,30,25)
#1E1915
(30,25,21)
#191411
(25,20,17)
#140F0D
(20,15,13)
#0F0A09
(15,10,9)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #3C372D

#3C372D
(60,55,45)
#4D4940
(77,73,64)
#5E5B53
(94,91,83)
#6F6D66
(111,109,102)
#807F79
(128,127,121)
#91918C
(145,145,140)
#A2A39F
(162,163,159)
#B3B5B2
(179,181,178)
#C4C7C5
(196,199,197)
#D5D9D8
(213,217,216)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C372D; }

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

This text font color is #3C372D.

Background Color

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

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

This div background color is #3C372D.

Border color

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

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

This div border color is #3C372D.

Opacity

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

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

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

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

This text has shadow with #3C372D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C372D.

Preview

Color preview on black background

This text has color #3C372D on black background.


Color preview on white background

This text has color #3C372D on white background.


Black color preview on #3C372D background

This text has black color on #3C372D background.


White color preview on #3C372D background

This text has white color on #3C372D background.


Related colors

Complementary color

Complementary color for #hex is #C3C8D2.


I love getcolorcode.com

Triadic colors

1 #2D3C37 and #372D3C with #3C372D are triadic colors.

2 #2D373C and #373C2D with #3C372D are triadic colors.