COLOR #3C2821

HEX: #3C2821 RGB: (60,40,33)

Color info

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

RGB color model

#3C2821 color RGB value is (60,40,33).

RGB: (60,40,33) (24%, 16%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 40 of 255 = 16%
B 33 of 255 = 13%

60
40
33

R + G + B ~ 18%. #3C2821 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 40 + 33 = 133 (100%)
R 60 of 133 ~ 45.11%
G 40 of 133 ~ 30.08%
B 33 of 133 ~ 24.81'%

%45.11
%30.08
%24.81

CMYK color model

#3C2821 color CMYK value is (0,33,45,76).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 45.00%
  • key color value is 76.47%
CMYK: (0,33,45,76) C0M33Y45K76 (0%,33%,45%,76%) (0.00/0.33/0.45/0.76) 

CMYK percentages

%0
%33.33
%45
%76.47

Codes

Color #3C2821 in popluar color models

3C 28 21
RGB 60 40 33
HSL 16° 29.03% 18.24%
HSB/HSV 16° 45.00% 23.53%
CMYK 0.00% 33.33% 45.00%
76.47%

Color #3C2821 in popluar number systems.

HEX 3C 28 21
Decimal 60 40 33
Binary 111100 101000 100001
Octal 74 50 41

Shades and tints

Shades of #3C2821

#3C2821
(60,40,33)
#37251E
(55,37,30)
#32221B
(50,34,27)
#2D1F18
(45,31,24)
#281C15
(40,28,21)
#231912
(35,25,18)
#1E160F
(30,22,15)
#19130C
(25,19,12)
#141009
(20,16,9)
#0F0D06
(15,13,6)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #3C2821

#3C2821
(60,40,33)
#4D3B35
(77,59,53)
#5E4E49
(94,78,73)
#6F615D
(111,97,93)
#807471
(128,116,113)
#918785
(145,135,133)
#A29A99
(162,154,153)
#B3ADAD
(179,173,173)
#C4C0C1
(196,192,193)
#D5D3D5
(213,211,213)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2821 color. Also use rgb(60,40,33) instead hex code.

Text Font Color

.myTextColor { color: #3C2821; }

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

This text font color is #3C2821.

Background Color

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

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

This div background color is #3C2821.

Border color

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

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

This div border color is #3C2821.

Opacity

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

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

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

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

This text has shadow with #3C2821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2821.

Preview

Color preview on black background

This text has color #3C2821 on black background.


Color preview on white background

This text has color #3C2821 on white background.


Black color preview on #3C2821 background

This text has black color on #3C2821 background.


White color preview on #3C2821 background

This text has white color on #3C2821 background.


Related colors

Complementary color

Complementary color for #hex is #C3D7DE.


I love getcolorcode.com

Triadic colors

1 #213C28 and #28213C with #3C2821 are triadic colors.

2 #21283C and #283C21 with #3C2821 are triadic colors.