COLOR #3C2E24

HEX: #3C2E24
RGB: (60,46,36)

Color info

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

RGB color model

#3C2E24 color RGB value is (60,46,36).

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

RGB channels and saturation

R 60 of 255 = 24%
G 46 of 255 = 18%
B 36 of 255 = 14%

60
46
36

R + G + B ~ 19%. #3C2E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 46 + 36 = 142 (100%)
R 60 of 142 ~ 42.25%
G 46 of 142 ~ 32.39%
B 36 of 142 ~ 25.35%

%42.25
%32.39
%25.35

CMYK color model

#3C2E24 color CMYK value is (0,23,40,76).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 40.00%
  • key color value is 76.47%
CMYK:
(0,23,40,76)
C0M23Y40K76 
(0%,23%,40%,76%)
(0.00/0.23/0.40/0.76)	

CMYK percentages

%0
%23.33
%40
%76.47

Codes

Color #3C2E24 in popluar color models

3C2E24
RGB604636
HSL25°25.00%18.82%
HSB/HSV25°40.00%23.53%
CMYK0.00%23.33%40.00%
76.47%

Color #3C2E24 in popluar number systems.

HEX3C2E24
Decimal604636
Binary111100101110100100
Octal745644

Shades and tints

Shades of #3C2E24

#3C2E24
(60,46,36)
#372A21
(55,42,33)
#32261E
(50,38,30)
#2D221B
(45,34,27)
#281E18
(40,30,24)
#231A15
(35,26,21)
#1E1612
(30,22,18)
#19120F
(25,18,15)
#140E0C
(20,14,12)
#0F0A09
(15,10,9)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #3C2E24

#3C2E24
(60,46,36)
#4D4137
(77,65,55)
#5E544A
(94,84,74)
#6F675D
(111,103,93)
#807A70
(128,122,112)
#918D83
(145,141,131)
#A2A096
(162,160,150)
#B3B3A9
(179,179,169)
#C4C6BC
(196,198,188)
#D5D9CF
(213,217,207)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2E24; }

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

This text font color is #3C2E24.


Background Color

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

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

This div background color is #3C2E24.


Border color

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

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

This div border color is #3C2E24.


Opacity

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

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

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

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

This text has shadow with #3C2E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2E24 on black background.


Color preview on white background

This text has color #3C2E24 on white background.



Black color preview on #3C2E24 background

This text has black color on #3C2E24 background.


White color preview on #3C2E24 background

This text has white color on #3C2E24 background.