COLOR #3C4418

HEX: #3C4418
RGB: (60,68,24)

Color info

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

RGB color model

#3C4418 color RGB value is (60,68,24).

  • red value is 60;
  • green value is 68;
  • blue value is 24.
RGB:
(60,68,24)
(24%,27%,9%)

RGB channels and saturation

R 60 of 255 = 24%
G 68 of 255 = 27%
B 24 of 255 = 9%

60
68
24

R + G + B ~ 20%. #3C4418 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 68 + 24 = 152 (100%)
R 60 of 152 ~ 39.47%
G 68 of 152 ~ 44.74%
B 24 of 152 ~ 15.79%

%39.47
%44.74
%15.79

CMYK color model

#3C4418 color CMYK value is (12,0,65,73).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 73.33%
CMYK:
(12,0,65,73)
C12M0Y65K73 
(12%,0%,65%,73%)
(0.12/0.00/0.65/0.73)	

CMYK percentages

%11.76
%0
%64.71
%73.33

Codes

Color #3C4418 in popluar color models

3C4418
RGB606824
HSL71°47.83%18.04%
HSB/HSV71°64.71%26.67%
CMYK11.76%0.00%64.71%
73.33%

Color #3C4418 in popluar number systems.

HEX3C4418
Decimal606824
Binary111100100010011000
Octal7410430

Shades and tints

Shades of #3C4418

#3C4418
(60,68,24)
#373E16
(55,62,22)
#323814
(50,56,20)
#2D3212
(45,50,18)
#282C10
(40,44,16)
#23260E
(35,38,14)
#1E200C
(30,32,12)
#191A0A
(25,26,10)
#141408
(20,20,8)
#0F0E06
(15,14,6)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #3C4418

#3C4418
(60,68,24)
#4D552D
(77,85,45)
#5E6642
(94,102,66)
#6F7757
(111,119,87)
#80886C
(128,136,108)
#919981
(145,153,129)
#A2AA96
(162,170,150)
#B3BBAB
(179,187,171)
#C4CCC0
(196,204,192)
#D5DDD5
(213,221,213)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4418 color. Also use rgb(60,68,24) instead hex code.

Text Font Color

.myTextColor { color: #3C4418; }

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

This text font color is #3C4418.


Background Color

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

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

This div background color is #3C4418.


Border color

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

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

This div border color is #3C4418.


Opacity

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

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

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

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

This text has shadow with #3C4418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4418 on black background.


Color preview on white background

This text has color #3C4418 on white background.



Black color preview on #3C4418 background

This text has black color on #3C4418 background.


White color preview on #3C4418 background

This text has white color on #3C4418 background.