COLOR #062206

HEX: #062206
RGB: (6,34,6)

Color info

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

RGB color model

#062206 color RGB value is (6,34,6).

  • red value is 6;
  • green value is 34;
  • blue value is 6.
RGB:
(6,34,6)
(2%,13%,2%)

RGB channels and saturation

R 6 of 255 = 2%
G 34 of 255 = 13%
B 6 of 255 = 2%

6
34
6

R + G + B ~ 6%. #062206 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 6 = 46 (100%)
R 6 of 46 ~ 13.04%
G 34 of 46 ~ 73.91%
B 6 of 46 ~ 13.04%

%13.04
%73.91
%13.04

CMYK color model

#062206 color CMYK value is (82,0,82,87).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 86.67%
CMYK:
(82,0,82,87)
C82M0Y82K87 
(82%,0%,82%,87%)
(0.82/0.00/0.82/0.87)	

CMYK percentages

%82.35
%0
%82.35
%86.67

Codes

Color #062206 in popluar color models

062206
RGB6346
HSL120°70.00%7.84%
HSB/HSV120°82.35%13.33%
CMYK82.35%0.00%82.35%
86.67%

Color #062206 in popluar number systems.

HEX062206
Decimal6346
Binary110100010110
Octal6426

Shades and tints

Shades of #062206

#062206
(6,34,6)
#061F06
(6,31,6)
#061C06
(6,28,6)
#061906
(6,25,6)
#061606
(6,22,6)
#061306
(6,19,6)
#061006
(6,16,6)
#060D06
(6,13,6)
#060A06
(6,10,6)
#060706
(6,7,6)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #062206

#062206
(6,34,6)
#1C361C
(28,54,28)
#324A32
(50,74,50)
#485E48
(72,94,72)
#5E725E
(94,114,94)
#748674
(116,134,116)
#8A9A8A
(138,154,138)
#A0AEA0
(160,174,160)
#B6C2B6
(182,194,182)
#CCD6CC
(204,214,204)
#E2EAE2
(226,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062206 color. Also use rgb(6,34,6) instead hex code.

Text Font Color

.myTextColor { color: #062206; }

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

This text font color is #062206.


Background Color

.myBgColor { background-color: #062206; }

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

This div background color is #062206.


Border color

.myBorderColor { border: 1px solid #062206; }

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

This div border color is #062206.


Opacity

.myOpacity80 { color: #062206; opacity: 0.8; }

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

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

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

This text has shadow with #062206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062206 on black background.


Color preview on white background

This text has color #062206 on white background.



Black color preview on #062206 background

This text has black color on #062206 background.


White color preview on #062206 background

This text has white color on #062206 background.