COLOR #3C482B

HEX: #3C482B
RGB: (60,72,43)

Color info

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

RGB color model

#3C482B color RGB value is (60,72,43).

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

RGB channels and saturation

R 60 of 255 = 24%
G 72 of 255 = 28%
B 43 of 255 = 17%

60
72
43

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

Portions of RGB colors in percentages

R + G + B =
60 + 72 + 43 = 175 (100%)
R 60 of 175 ~ 34.29%
G 72 of 175 ~ 41.14%
B 43 of 175 ~ 24.57%

%34.29
%41.14
%24.57

CMYK color model

#3C482B color CMYK value is (17,0,40,72).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(17,0,40,72)
C17M0Y40K72 
(17%,0%,40%,72%)
(0.17/0.00/0.40/0.72)	

CMYK percentages

%16.67
%0
%40.28
%71.76

Codes

Color #3C482B in popluar color models

3C482B
RGB607243
HSL85°25.22%22.55%
HSB/HSV85°40.28%28.24%
CMYK16.67%0.00%40.28%
71.76%

Color #3C482B in popluar number systems.

HEX3C482B
Decimal607243
Binary1111001001000101011
Octal7411053

Shades and tints

Shades of #3C482B

#3C482B
(60,72,43)
#374228
(55,66,40)
#323C25
(50,60,37)
#2D3622
(45,54,34)
#28301F
(40,48,31)
#232A1C
(35,42,28)
#1E2419
(30,36,25)
#191E16
(25,30,22)
#141813
(20,24,19)
#0F1210
(15,18,16)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #3C482B

#3C482B
(60,72,43)
#4D583E
(77,88,62)
#5E6851
(94,104,81)
#6F7864
(111,120,100)
#808877
(128,136,119)
#91988A
(145,152,138)
#A2A89D
(162,168,157)
#B3B8B0
(179,184,176)
#C4C8C3
(196,200,195)
#D5D8D6
(213,216,214)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C482B; }

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

This text font color is #3C482B.


Background Color

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

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

This div background color is #3C482B.


Border color

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

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

This div border color is #3C482B.


Opacity

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

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

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

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

This text has shadow with #3C482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C482B on black background.


Color preview on white background

This text has color #3C482B on white background.



Black color preview on #3C482B background

This text has black color on #3C482B background.


White color preview on #3C482B background

This text has white color on #3C482B background.