COLOR #3C2824

HEX: #3C2824
RGB: (60,40,36)

Color info

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

RGB color model

#3C2824 color RGB value is (60,40,36).

  • red value is 60;
  • green value is 40;
  • blue value is 36.
RGB:
(60,40,36)
(24%,16%,14%)

RGB channels and saturation

R 60 of 255 = 24%
G 40 of 255 = 16%
B 36 of 255 = 14%

60
40
36

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

Portions of RGB colors in percentages

R + G + B =
60 + 40 + 36 = 136 (100%)
R 60 of 136 ~ 44.12%
G 40 of 136 ~ 29.41%
B 36 of 136 ~ 26.47%

%44.12
%29.41
%26.47

CMYK color model

#3C2824 color CMYK value is (0,33,40,76).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 40.00%
  • key color value is 76.47%
CMYK:
(0,33,40,76)
C0M33Y40K76 
(0%,33%,40%,76%)
(0.00/0.33/0.40/0.76)	

CMYK percentages

%0
%33.33
%40
%76.47

Codes

Color #3C2824 in popluar color models

3C2824
RGB604036
HSL10°25.00%18.82%
HSB/HSV10°40.00%23.53%
CMYK0.00%33.33%40.00%
76.47%

Color #3C2824 in popluar number systems.

HEX3C2824
Decimal604036
Binary111100101000100100
Octal745044

Shades and tints

Shades of #3C2824

#3C2824
(60,40,36)
#372521
(55,37,33)
#32221E
(50,34,30)
#2D1F1B
(45,31,27)
#281C18
(40,28,24)
#231915
(35,25,21)
#1E1612
(30,22,18)
#19130F
(25,19,15)
#14100C
(20,16,12)
#0F0D09
(15,13,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #3C2824

#3C2824
(60,40,36)
#4D3B37
(77,59,55)
#5E4E4A
(94,78,74)
#6F615D
(111,97,93)
#807470
(128,116,112)
#918783
(145,135,131)
#A29A96
(162,154,150)
#B3ADA9
(179,173,169)
#C4C0BC
(196,192,188)
#D5D3CF
(213,211,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2824; }

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

This text font color is #3C2824.


Background Color

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

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

This div background color is #3C2824.


Border color

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

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

This div border color is #3C2824.


Opacity

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

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

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

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

This text has shadow with #3C2824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2824 on black background.


Color preview on white background

This text has color #3C2824 on white background.



Black color preview on #3C2824 background

This text has black color on #3C2824 background.


White color preview on #3C2824 background

This text has white color on #3C2824 background.