COLOR #06390E

HEX: #06390E
RGB: (6,57,14)

Color info

#06390E contains red, green and blue colors in about the same proportion. Web safe color of #06390E is #003300 (or #030).

RGB color model

#06390E color RGB value is (6,57,14).

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

RGB channels and saturation

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

6
57
14

R + G + B ~ 10%. #06390E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 14 = 77 (100%)
R 6 of 77 ~ 7.79%
G 57 of 77 ~ 74.03%
B 14 of 77 ~ 18.18%

%74.03
%18.18

CMYK color model

#06390E color CMYK value is (89,0,75,78).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(89,0,75,78)
C89M0Y75K78 
(89%,0%,75%,78%)
(0.89/0.00/0.75/0.78)	

CMYK percentages

%89.47
%0
%75.44
%77.65

Codes

Color #06390E in popluar color models

06390E
RGB65714
HSL129°80.95%12.35%
HSB/HSV129°89.47%22.35%
CMYK89.47%0.00%75.44%
77.65%

Color #06390E in popluar number systems.

HEX06390E
Decimal65714
Binary1101110011110
Octal67116

Shades and tints

Shades of #06390E

#06390E
(6,57,14)
#06340D
(6,52,13)
#062F0C
(6,47,12)
#062A0B
(6,42,11)
#06250A
(6,37,10)
#062009
(6,32,9)
#061B08
(6,27,8)
#061607
(6,22,7)
#061106
(6,17,6)
#060C05
(6,12,5)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #06390E

#06390E
(6,57,14)
#1C4B23
(28,75,35)
#325D38
(50,93,56)
#486F4D
(72,111,77)
#5E8162
(94,129,98)
#749377
(116,147,119)
#8AA58C
(138,165,140)
#A0B7A1
(160,183,161)
#B6C9B6
(182,201,182)
#CCDBCB
(204,219,203)
#E2EDE0
(226,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06390E color. Also use rgb(6,57,14) instead hex code.

Text Font Color

.myTextColor { color: #06390E; }

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

This text font color is #06390E.


Background Color

.myBgColor { background-color: #06390E; }

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

This div background color is #06390E.


Border color

.myBorderColor { border: 1px solid #06390E; }

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

This div border color is #06390E.


Opacity

.myOpacity80 { color: #06390E; opacity: 0.8; }

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

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

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

This text has shadow with #06390E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06390E on black background.


Color preview on white background

This text has color #06390E on white background.



Black color preview on #06390E background

This text has black color on #06390E background.


White color preview on #06390E background

This text has white color on #06390E background.