COLOR #392215

HEX: #392215
RGB: (57,34,21)

Color info

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

RGB color model

#392215 color RGB value is (57,34,21).

  • red value is 57;
  • green value is 34;
  • blue value is 21.
RGB:
(57,34,21)
(22%,13%,8%)

RGB channels and saturation

R 57 of 255 = 22%
G 34 of 255 = 13%
B 21 of 255 = 8%

57
34
21

R + G + B ~ 14%. #392215 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 34 + 21 = 112 (100%)
R 57 of 112 ~ 50.89%
G 34 of 112 ~ 30.36%
B 21 of 112 ~ 18.75%

%50.89
%30.36
%18.75

CMYK color model

#392215 color CMYK value is (0,40,63,78).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 63.16%
  • key color value is 77.65%
CMYK:
(0,40,63,78)
C0M40Y63K78 
(0%,40%,63%,78%)
(0.00/0.40/0.63/0.78)	

CMYK percentages

%0
%40.35
%63.16
%77.65

Codes

Color #392215 in popluar color models

392215
RGB573421
HSL22°46.15%15.29%
HSB/HSV22°63.16%22.35%
CMYK0.00%40.35%63.16%
77.65%

Color #392215 in popluar number systems.

HEX392215
Decimal573421
Binary11100110001010101
Octal714225

Shades and tints

Shades of #392215

#392215
(57,34,21)
#341F14
(52,31,20)
#2F1C13
(47,28,19)
#2A1912
(42,25,18)
#251611
(37,22,17)
#201310
(32,19,16)
#1B100F
(27,16,15)
#160D0E
(22,13,14)
#110A0D
(17,10,13)
#0C070C
(12,7,12)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #392215

#392215
(57,34,21)
#4B362A
(75,54,42)
#5D4A3F
(93,74,63)
#6F5E54
(111,94,84)
#817269
(129,114,105)
#93867E
(147,134,126)
#A59A93
(165,154,147)
#B7AEA8
(183,174,168)
#C9C2BD
(201,194,189)
#DBD6D2
(219,214,210)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392215 color. Also use rgb(57,34,21) instead hex code.

Text Font Color

.myTextColor { color: #392215; }

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

This text font color is #392215.


Background Color

.myBgColor { background-color: #392215; }

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

This div background color is #392215.


Border color

.myBorderColor { border: 1px solid #392215; }

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

This div border color is #392215.


Opacity

.myOpacity80 { color: #392215; opacity: 0.8; }

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

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

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

This text has shadow with #392215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392215 on black background.


Color preview on white background

This text has color #392215 on white background.



Black color preview on #392215 background

This text has black color on #392215 background.


White color preview on #392215 background

This text has white color on #392215 background.