COLOR #06391C

HEX: #06391C
RGB: (6,57,28)

Color info

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

RGB color model

#06391C color RGB value is (6,57,28).

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

RGB channels and saturation

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

6
57
28

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

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 28 = 91 (100%)
R 6 of 91 ~ 6.59%
G 57 of 91 ~ 62.64%
B 28 of 91 ~ 30.77%

%62.64
%30.77

CMYK color model

#06391C color CMYK value is (89,0,51,78).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 77.65%
CMYK:
(89,0,51,78)
C89M0Y51K78 
(89%,0%,51%,78%)
(0.89/0.00/0.51/0.78)	

CMYK percentages

%89.47
%0
%50.88
%77.65

Codes

Color #06391C in popluar color models

06391C
RGB65728
HSL146°80.95%12.35%
HSB/HSV146°89.47%22.35%
CMYK89.47%0.00%50.88%
77.65%

Color #06391C in popluar number systems.

HEX06391C
Decimal65728
Binary11011100111100
Octal67134

Shades and tints

Shades of #06391C

#06391C
(6,57,28)
#06341A
(6,52,26)
#062F18
(6,47,24)
#062A16
(6,42,22)
#062514
(6,37,20)
#062012
(6,32,18)
#061B10
(6,27,16)
#06160E
(6,22,14)
#06110C
(6,17,12)
#060C0A
(6,12,10)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #06391C

#06391C
(6,57,28)
#1C4B30
(28,75,48)
#325D44
(50,93,68)
#486F58
(72,111,88)
#5E816C
(94,129,108)
#749380
(116,147,128)
#8AA594
(138,165,148)
#A0B7A8
(160,183,168)
#B6C9BC
(182,201,188)
#CCDBD0
(204,219,208)
#E2EDE4
(226,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06391C; }

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

This text font color is #06391C.


Background Color

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

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

This div background color is #06391C.


Border color

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

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

This div border color is #06391C.


Opacity

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

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

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

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

This text has shadow with #06391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06391C on black background.


Color preview on white background

This text has color #06391C on white background.



Black color preview on #06391C background

This text has black color on #06391C background.


White color preview on #06391C background

This text has white color on #06391C background.