COLOR #3C472E

HEX: #3C472E
RGB: (60,71,46)

Color info

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

RGB color model

#3C472E color RGB value is (60,71,46).

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

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 46 of 255 = 18%

60
71
46

R + G + B ~ 23%. #3C472E is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 46 = 177 (100%)
R 60 of 177 ~ 33.9%
G 71 of 177 ~ 40.11%
B 46 of 177 ~ 25.99%

%33.9
%40.11
%25.99

CMYK color model

#3C472E color CMYK value is (15,0,35,72).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(15,0,35,72)
C15M0Y35K72 
(15%,0%,35%,72%)
(0.15/0.00/0.35/0.72)	

CMYK percentages

%15.49
%0
%35.21
%72.16

Codes

Color #3C472E in popluar color models

3C472E
RGB607146
HSL86°21.37%22.94%
HSB/HSV86°35.21%27.84%
CMYK15.49%0.00%35.21%
72.16%

Color #3C472E in popluar number systems.

HEX3C472E
Decimal607146
Binary1111001000111101110
Octal7410756

Shades and tints

Shades of #3C472E

#3C472E
(60,71,46)
#37412A
(55,65,42)
#323B26
(50,59,38)
#2D3522
(45,53,34)
#282F1E
(40,47,30)
#23291A
(35,41,26)
#1E2316
(30,35,22)
#191D12
(25,29,18)
#14170E
(20,23,14)
#0F110A
(15,17,10)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #3C472E

#3C472E
(60,71,46)
#4D5741
(77,87,65)
#5E6754
(94,103,84)
#6F7767
(111,119,103)
#80877A
(128,135,122)
#91978D
(145,151,141)
#A2A7A0
(162,167,160)
#B3B7B3
(179,183,179)
#C4C7C6
(196,199,198)
#D5D7D9
(213,215,217)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C472E; }

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

This text font color is #3C472E.


Background Color

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

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

This div background color is #3C472E.


Border color

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

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

This div border color is #3C472E.


Opacity

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

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

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

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

This text has shadow with #3C472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C472E on black background.


Color preview on white background

This text has color #3C472E on white background.



Black color preview on #3C472E background

This text has black color on #3C472E background.


White color preview on #3C472E background

This text has white color on #3C472E background.