COLOR #06320E

HEX: #06320E
RGB: (6,50,14)

Color info

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

RGB color model

#06320E color RGB value is (6,50,14).

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

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 14 of 255 = 5%

6
50
14

R + G + B ~ 9%. #06320E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 14 = 70 (100%)
R 6 of 70 ~ 8.57%
G 50 of 70 ~ 71.43%
B 14 of 70 ~ 20%

%71.43
%20

CMYK color model

#06320E color CMYK value is (88,0,72,80).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 72.00%
  • key color value is 80.39%
CMYK:
(88,0,72,80)
C88M0Y72K80 
(88%,0%,72%,80%)
(0.88/0.00/0.72/0.80)	

CMYK percentages

%88
%0
%72
%80.39

Codes

Color #06320E in popluar color models

06320E
RGB65014
HSL131°78.57%10.98%
HSB/HSV131°88.00%19.61%
CMYK88.00%0.00%72.00%
80.39%

Color #06320E in popluar number systems.

HEX06320E
Decimal65014
Binary1101100101110
Octal66216

Shades and tints

Shades of #06320E

#06320E
(6,50,14)
#062E0D
(6,46,13)
#062A0C
(6,42,12)
#06260B
(6,38,11)
#06220A
(6,34,10)
#061E09
(6,30,9)
#061A08
(6,26,8)
#061607
(6,22,7)
#061206
(6,18,6)
#060E05
(6,14,5)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #06320E

#06320E
(6,50,14)
#1C4423
(28,68,35)
#325638
(50,86,56)
#48684D
(72,104,77)
#5E7A62
(94,122,98)
#748C77
(116,140,119)
#8A9E8C
(138,158,140)
#A0B0A1
(160,176,161)
#B6C2B6
(182,194,182)
#CCD4CB
(204,212,203)
#E2E6E0
(226,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06320E; }

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

This text font color is #06320E.


Background Color

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

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

This div background color is #06320E.


Border color

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

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

This div border color is #06320E.


Opacity

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

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

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

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

This text has shadow with #06320E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06320E on black background.


Color preview on white background

This text has color #06320E on white background.



Black color preview on #06320E background

This text has black color on #06320E background.


White color preview on #06320E background

This text has white color on #06320E background.