COLOR #06391D

HEX: #06391D
RGB: (6,57,29)

Color info

#06391D contains red, green and blue colors in about the same proportion. Web safe color of #06391D is #003333 (or #033).

RGB color model

#06391D color RGB value is (6,57,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 57 of 255 = 22%
B 29 of 255 = 11%

6
57
29

R + G + B ~ 12%. #06391D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 29 = 92 (100%)
R 6 of 92 ~ 6.52%
G 57 of 92 ~ 61.96%
B 29 of 92 ~ 31.52%

%61.96
%31.52

CMYK color model

#06391D color CMYK value is (89,0,49,78).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 77.65%
CMYK:
(89,0,49,78)
C89M0Y49K78 
(89%,0%,49%,78%)
(0.89/0.00/0.49/0.78)	

CMYK percentages

%89.47
%0
%49.12
%77.65

Codes

Color #06391D in popluar color models

06391D
RGB65729
HSL147°80.95%12.35%
HSB/HSV147°89.47%22.35%
CMYK89.47%0.00%49.12%
77.65%

Color #06391D in popluar number systems.

HEX06391D
Decimal65729
Binary11011100111101
Octal67135

Shades and tints

Shades of #06391D

#06391D
(6,57,29)
#06341B
(6,52,27)
#062F19
(6,47,25)
#062A17
(6,42,23)
#062515
(6,37,21)
#062013
(6,32,19)
#061B11
(6,27,17)
#06160F
(6,22,15)
#06110D
(6,17,13)
#060C0B
(6,12,11)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #06391D

#06391D
(6,57,29)
#1C4B31
(28,75,49)
#325D45
(50,93,69)
#486F59
(72,111,89)
#5E816D
(94,129,109)
#749381
(116,147,129)
#8AA595
(138,165,149)
#A0B7A9
(160,183,169)
#B6C9BD
(182,201,189)
#CCDBD1
(204,219,209)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06391D color. Also use rgb(6,57,29) instead hex code.

Text Font Color

.myTextColor { color: #06391D; }

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

This text font color is #06391D.


Background Color

.myBgColor { background-color: #06391D; }

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

This div background color is #06391D.


Border color

.myBorderColor { border: 1px solid #06391D; }

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

This div border color is #06391D.


Opacity

.myOpacity80 { color: #06391D; opacity: 0.8; }

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

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

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

This text has shadow with #06391D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06391D on black background.


Color preview on white background

This text has color #06391D on white background.



Black color preview on #06391D background

This text has black color on #06391D background.


White color preview on #06391D background

This text has white color on #06391D background.