COLOR #390E04

HEX: #390E04
RGB: (57,14,4)

Color info

#390E04 contains red, green and blue colors in about the same proportion. Web safe color of #390E04 is #330000 (or #300).

RGB color model

#390E04 color RGB value is (57,14,4).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 4 of 255 = 2%

57
14
4

R + G + B ~ 10%. #390E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 4 = 75 (100%)
R 57 of 75 ~ 76%
G 14 of 75 ~ 18.67%
B 4 of 75 ~ 5.33%

%76
%18.67

CMYK color model

#390E04 color CMYK value is (0,75,93,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 92.98%
  • key color value is 77.65%
CMYK:
(0,75,93,78)
C0M75Y93K78 
(0%,75%,93%,78%)
(0.00/0.75/0.93/0.78)	

CMYK percentages

%0
%75.44
%92.98
%77.65

Codes

Color #390E04 in popluar color models

390E04
RGB57144
HSL11°86.89%11.96%
HSB/HSV11°92.98%22.35%
CMYK0.00%75.44%92.98%
77.65%

Color #390E04 in popluar number systems.

HEX390E04
Decimal57144
Binary1110011110100
Octal71164

Shades and tints

Shades of #390E04

#390E04
(57,14,4)
#340D04
(52,13,4)
#2F0C04
(47,12,4)
#2A0B04
(42,11,4)
#250A04
(37,10,4)
#200904
(32,9,4)
#1B0804
(27,8,4)
#160704
(22,7,4)
#110604
(17,6,4)
#0C0504
(12,5,4)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #390E04

#390E04
(57,14,4)
#4B231A
(75,35,26)
#5D3830
(93,56,48)
#6F4D46
(111,77,70)
#81625C
(129,98,92)
#937772
(147,119,114)
#A58C88
(165,140,136)
#B7A19E
(183,161,158)
#C9B6B4
(201,182,180)
#DBCBCA
(219,203,202)
#EDE0E0
(237,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E04; }

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

This text font color is #390E04.


Background Color

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

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

This div background color is #390E04.


Border color

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

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

This div border color is #390E04.


Opacity

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

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

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

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

This text has shadow with #390E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E04 on black background.


Color preview on white background

This text has color #390E04 on white background.



Black color preview on #390E04 background

This text has black color on #390E04 background.


White color preview on #390E04 background

This text has white color on #390E04 background.