COLOR #390E26

HEX: #390E26
RGB: (57,14,38)

Color info

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

RGB color model

#390E26 color RGB value is (57,14,38).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 38 of 255 = 15%

57
14
38

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

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 38 = 109 (100%)
R 57 of 109 ~ 52.29%
G 14 of 109 ~ 12.84%
B 38 of 109 ~ 34.86%

%52.29
%12.84
%34.86

CMYK color model

#390E26 color CMYK value is (0,75,33,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 33.33%
  • key color value is 77.65%
CMYK:
(0,75,33,78)
C0M75Y33K78 
(0%,75%,33%,78%)
(0.00/0.75/0.33/0.78)	

CMYK percentages

%0
%75.44
%33.33
%77.65

Codes

Color #390E26 in popluar color models

390E26
RGB571438
HSL327°60.56%13.92%
HSB/HSV327°75.44%22.35%
CMYK0.00%75.44%33.33%
77.65%

Color #390E26 in popluar number systems.

HEX390E26
Decimal571438
Binary1110011110100110
Octal711646

Shades and tints

Shades of #390E26

#390E26
(57,14,38)
#340D23
(52,13,35)
#2F0C20
(47,12,32)
#2A0B1D
(42,11,29)
#250A1A
(37,10,26)
#200917
(32,9,23)
#1B0814
(27,8,20)
#160711
(22,7,17)
#11060E
(17,6,14)
#0C050B
(12,5,11)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #390E26

#390E26
(57,14,38)
#4B2339
(75,35,57)
#5D384C
(93,56,76)
#6F4D5F
(111,77,95)
#816272
(129,98,114)
#937785
(147,119,133)
#A58C98
(165,140,152)
#B7A1AB
(183,161,171)
#C9B6BE
(201,182,190)
#DBCBD1
(219,203,209)
#EDE0E4
(237,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E26; }

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

This text font color is #390E26.


Background Color

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

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

This div background color is #390E26.


Border color

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

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

This div border color is #390E26.


Opacity

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

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

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

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

This text has shadow with #390E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E26 on black background.


Color preview on white background

This text has color #390E26 on white background.



Black color preview on #390E26 background

This text has black color on #390E26 background.


White color preview on #390E26 background

This text has white color on #390E26 background.