COLOR #3C4336

HEX: #3C4336 RGB: (60,67,54)

Color info

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

RGB color model

#3C4336 color RGB value is (60,67,54).

RGB: (60,67,54) (24%, 26%, 21%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 54 of 255 = 21%

60
67
54

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

Portions of RGB colors in percentages

R + G + B = 60 + 67 + 54 = 181 (100%)
R 60 of 181 ~ 33.15%
G 67 of 181 ~ 37.02%
B 54 of 181 ~ 29.83'%

%33.15
%37.02
%29.83

CMYK color model

#3C4336 color CMYK value is (10,0,19,74).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%

CMYK: (10,0,19,74)
C10M0Y19K74 (10%, 0%, 19%, 74%)
(0.10 / 0.00 / 0.19 / 0.74)

CMYK percentages

%10.45
%0
%19.4
%73.73

Codes

Color #3C4336 in popluar color models

3C 43 36
RGB 60 67 54
HSL 92° 10.74% 23.73%
HSB/HSV 92° 19.40% 26.27%
CMYK 10.45% 0.00% 19.40%
73.73%

Color #3C4336 in popluar number systems.

HEX 3C 43 36
Decimal 60 67 54
Binary 111100 1000011 110110
Octal 74 103 66

Shades and tints

Shades of #3C4336

#3C4336
(60,67,54)
#373D32
(55,61,50)
#32372E
(50,55,46)
#2D312A
(45,49,42)
#282B26
(40,43,38)
#232522
(35,37,34)
#1E1F1E
(30,31,30)
#19191A
(25,25,26)
#141316
(20,19,22)
#0F0D12
(15,13,18)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #3C4336

#3C4336
(60,67,54)
#4D5448
(77,84,72)
#5E655A
(94,101,90)
#6F766C
(111,118,108)
#80877E
(128,135,126)
#919890
(145,152,144)
#A2A9A2
(162,169,162)
#B3BAB4
(179,186,180)
#C4CBC6
(196,203,198)
#D5DCD8
(213,220,216)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4336 color. Also use rgb(60,67,54) instead hex code.

Text Font Color

.myTextColor { color: #3C4336; }

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

This text font color is #3C4336.

Background Color

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

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

This div background color is #3C4336.

Border color

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

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

This div border color is #3C4336.

Opacity

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

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

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

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

This text has shadow with #3C4336 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4336.

Preview

Color preview on black background

This text has color #3C4336 on black background.


Color preview on white background

This text has color #3C4336 on white background.


Black color preview on #3C4336 background

This text has black color on #3C4336 background.


White color preview on #3C4336 background

This text has white color on #3C4336 background.


Related colors

Complementary color

Complementary color for #hex is #C3BCC9.


I love getcolorcode.com

Triadic colors

1 #363C43 and #43363C with #3C4336 are triadic colors.

2 #36433C and #433C36 with #3C4336 are triadic colors.