COLOR #3C2E17

HEX: #3C2E17
RGB: (60,46,23)

Color info

#3C2E17 contains red, green and blue colors in about the same proportion. Web safe color of #3C2E17 is #333300 (or #330).

RGB color model

#3C2E17 color RGB value is (60,46,23).

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

RGB channels and saturation

R 60 of 255 = 24%
G 46 of 255 = 18%
B 23 of 255 = 9%

60
46
23

R + G + B ~ 17%. #3C2E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 46 + 23 = 129 (100%)
R 60 of 129 ~ 46.51%
G 46 of 129 ~ 35.66%
B 23 of 129 ~ 17.83%

%46.51
%35.66
%17.83

CMYK color model

#3C2E17 color CMYK value is (0,23,62,76).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 61.67%
  • key color value is 76.47%
CMYK:
(0,23,62,76)
C0M23Y62K76 
(0%,23%,62%,76%)
(0.00/0.23/0.62/0.76)	

CMYK percentages

%0
%23.33
%61.67
%76.47

Codes

Color #3C2E17 in popluar color models

3C2E17
RGB604623
HSL37°44.58%16.27%
HSB/HSV37°61.67%23.53%
CMYK0.00%23.33%61.67%
76.47%

Color #3C2E17 in popluar number systems.

HEX3C2E17
Decimal604623
Binary11110010111010111
Octal745627

Shades and tints

Shades of #3C2E17

#3C2E17
(60,46,23)
#372A15
(55,42,21)
#322613
(50,38,19)
#2D2211
(45,34,17)
#281E0F
(40,30,15)
#231A0D
(35,26,13)
#1E160B
(30,22,11)
#191209
(25,18,9)
#140E07
(20,14,7)
#0F0A05
(15,10,5)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #3C2E17

#3C2E17
(60,46,23)
#4D412C
(77,65,44)
#5E5441
(94,84,65)
#6F6756
(111,103,86)
#807A6B
(128,122,107)
#918D80
(145,141,128)
#A2A095
(162,160,149)
#B3B3AA
(179,179,170)
#C4C6BF
(196,198,191)
#D5D9D4
(213,217,212)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2E17; }

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

This text font color is #3C2E17.


Background Color

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

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

This div background color is #3C2E17.


Border color

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

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

This div border color is #3C2E17.


Opacity

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

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

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

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

This text has shadow with #3C2E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2E17 on black background.


Color preview on white background

This text has color #3C2E17 on white background.



Black color preview on #3C2E17 background

This text has black color on #3C2E17 background.


White color preview on #3C2E17 background

This text has white color on #3C2E17 background.