COLOR #390E22

HEX: #390E22
RGB: (57,14,34)

Color info

#390E22 contains red, green and blue colors in about the same proportion. Web safe color of #390E22 is #330033 (or #303).

RGB color model

#390E22 color RGB value is (57,14,34).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 34 of 255 = 13%

57
14
34

R + G + B ~ 13%. #390E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 34 = 105 (100%)
R 57 of 105 ~ 54.29%
G 14 of 105 ~ 13.33%
B 34 of 105 ~ 32.38%

%54.29
%13.33
%32.38

CMYK color model

#390E22 color CMYK value is (0,75,40,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 40.35%
  • key color value is 77.65%
CMYK:
(0,75,40,78)
C0M75Y40K78 
(0%,75%,40%,78%)
(0.00/0.75/0.40/0.78)	

CMYK percentages

%0
%75.44
%40.35
%77.65

Codes

Color #390E22 in popluar color models

390E22
RGB571434
HSL332°60.56%13.92%
HSB/HSV332°75.44%22.35%
CMYK0.00%75.44%40.35%
77.65%

Color #390E22 in popluar number systems.

HEX390E22
Decimal571434
Binary1110011110100010
Octal711642

Shades and tints

Shades of #390E22

#390E22
(57,14,34)
#340D1F
(52,13,31)
#2F0C1C
(47,12,28)
#2A0B19
(42,11,25)
#250A16
(37,10,22)
#200913
(32,9,19)
#1B0810
(27,8,16)
#16070D
(22,7,13)
#11060A
(17,6,10)
#0C0507
(12,5,7)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #390E22

#390E22
(57,14,34)
#4B2336
(75,35,54)
#5D384A
(93,56,74)
#6F4D5E
(111,77,94)
#816272
(129,98,114)
#937786
(147,119,134)
#A58C9A
(165,140,154)
#B7A1AE
(183,161,174)
#C9B6C2
(201,182,194)
#DBCBD6
(219,203,214)
#EDE0EA
(237,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E22; }

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

This text font color is #390E22.


Background Color

.myBgColor { background-color: #390E22; }

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

This div background color is #390E22.


Border color

.myBorderColor { border: 1px solid #390E22; }

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

This div border color is #390E22.


Opacity

.myOpacity80 { color: #390E22; opacity: 0.8; }

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

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

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

This text has shadow with #390E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E22 on black background.


Color preview on white background

This text has color #390E22 on white background.



Black color preview on #390E22 background

This text has black color on #390E22 background.


White color preview on #390E22 background

This text has white color on #390E22 background.