COLOR #3C4338

HEX: #3C4338 RGB: (60,67,56)

Color info

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

RGB color model

#3C4338 color RGB value is (60,67,56).

RGB: (60,67,56) (24%, 26%, 22%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 56 of 255 = 22%

60
67
56

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

Portions of RGB colors in percentages

R + G + B = 60 + 67 + 56 = 183 (100%)
R 60 of 183 ~ 32.79%
G 67 of 183 ~ 36.61%
B 56 of 183 ~ 30.6'%

%32.79
%36.61
%30.6

CMYK color model

#3C4338 color CMYK value is (10,0,16,74).

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

CMYK: (10,0,16,74)
C10M0Y16K74 (10%, 0%, 16%, 74%)
(0.10 / 0.00 / 0.16 / 0.74)

CMYK percentages

%10.45
%0
%16.42
%73.73

Codes

Color #3C4338 in popluar color models

3C 43 38
RGB 60 67 56
HSL 98° 8.94% 24.12%
HSB/HSV 98° 16.42% 26.27%
CMYK 10.45% 0.00% 16.42%
73.73%

Color #3C4338 in popluar number systems.

HEX 3C 43 38
Decimal 60 67 56
Binary 111100 1000011 111000
Octal 74 103 70

Shades and tints

Shades of #3C4338

#3C4338
(60,67,56)
#373D33
(55,61,51)
#32372E
(50,55,46)
#2D3129
(45,49,41)
#282B24
(40,43,36)
#23251F
(35,37,31)
#1E1F1A
(30,31,26)
#191915
(25,25,21)
#141310
(20,19,16)
#0F0D0B
(15,13,11)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #3C4338

#3C4338
(60,67,56)
#4D544A
(77,84,74)
#5E655C
(94,101,92)
#6F766E
(111,118,110)
#808780
(128,135,128)
#919892
(145,152,146)
#A2A9A4
(162,169,164)
#B3BAB6
(179,186,182)
#C4CBC8
(196,203,200)
#D5DCDA
(213,220,218)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4338; }

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

This text font color is #3C4338.

Background Color

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

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

This div background color is #3C4338.

Border color

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

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

This div border color is #3C4338.

Opacity

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

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

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

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

This text has shadow with #3C4338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4338.

Preview

Color preview on black background

This text has color #3C4338 on black background.


Color preview on white background

This text has color #3C4338 on white background.


Black color preview on #3C4338 background

This text has black color on #3C4338 background.


White color preview on #3C4338 background

This text has white color on #3C4338 background.


Related colors

Complementary color

Complementary color for #hex is #C3BCC7.


I love getcolorcode.com

Triadic colors

1 #383C43 and #43383C with #3C4338 are triadic colors.

2 #38433C and #433C38 with #3C4338 are triadic colors.