COLOR #3C473C

HEX: #3C473C
RGB: (60,71,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
71
60

R + G + B ~ 25%. #3C473C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 60 = 191 (100%)
R 60 of 191 ~ 31.41%
G 71 of 191 ~ 37.17%
B 60 of 191 ~ 31.41%

%31.41
%37.17
%31.41

CMYK color model

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

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

CMYK percentages

%15.49
%0
%15.49
%72.16

Codes

Color #3C473C in popluar color models

3C473C
RGB607160
HSL120°8.40%25.69%
HSB/HSV120°15.49%27.84%
CMYK15.49%0.00%15.49%
72.16%

Color #3C473C in popluar number systems.

HEX3C473C
Decimal607160
Binary1111001000111111100
Octal7410774

Shades and tints

Shades of #3C473C

#3C473C
(60,71,60)
#374137
(55,65,55)
#323B32
(50,59,50)
#2D352D
(45,53,45)
#282F28
(40,47,40)
#232923
(35,41,35)
#1E231E
(30,35,30)
#191D19
(25,29,25)
#141714
(20,23,20)
#0F110F
(15,17,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #3C473C

#3C473C
(60,71,60)
#4D574D
(77,87,77)
#5E675E
(94,103,94)
#6F776F
(111,119,111)
#808780
(128,135,128)
#919791
(145,151,145)
#A2A7A2
(162,167,162)
#B3B7B3
(179,183,179)
#C4C7C4
(196,199,196)
#D5D7D5
(213,215,213)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C473C; }

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

This text font color is #3C473C.


Background Color

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

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

This div background color is #3C473C.


Border color

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

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

This div border color is #3C473C.


Opacity

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

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

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

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

This text has shadow with #3C473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C473C on black background.


Color preview on white background

This text has color #3C473C on white background.



Black color preview on #3C473C background

This text has black color on #3C473C background.


White color preview on #3C473C background

This text has white color on #3C473C background.