COLOR #06220E

HEX: #06220E
RGB: (6,34,14)

Color info

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

RGB color model

#06220E color RGB value is (6,34,14).

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

RGB channels and saturation

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

6
34
14

R + G + B ~ 7%. #06220E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 14 = 54 (100%)
R 6 of 54 ~ 11.11%
G 34 of 54 ~ 62.96%
B 14 of 54 ~ 25.93%

%11.11
%62.96
%25.93

CMYK color model

#06220E color CMYK value is (82,0,59,87).

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

CMYK percentages

%82.35
%0
%58.82
%86.67

Codes

Color #06220E in popluar color models

06220E
RGB63414
HSL137°70.00%7.84%
HSB/HSV137°82.35%13.33%
CMYK82.35%0.00%58.82%
86.67%

Color #06220E in popluar number systems.

HEX06220E
Decimal63414
Binary1101000101110
Octal64216

Shades and tints

Shades of #06220E

#06220E
(6,34,14)
#061F0D
(6,31,13)
#061C0C
(6,28,12)
#06190B
(6,25,11)
#06160A
(6,22,10)
#061309
(6,19,9)
#061008
(6,16,8)
#060D07
(6,13,7)
#060A06
(6,10,6)
#060705
(6,7,5)
#060404
(6,4,4)
#000000
(0,0,0)

Tints of #06220E

#06220E
(6,34,14)
#1C3623
(28,54,35)
#324A38
(50,74,56)
#485E4D
(72,94,77)
#5E7262
(94,114,98)
#748677
(116,134,119)
#8A9A8C
(138,154,140)
#A0AEA1
(160,174,161)
#B6C2B6
(182,194,182)
#CCD6CB
(204,214,203)
#E2EAE0
(226,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06220E; }

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

This text font color is #06220E.


Background Color

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

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

This div background color is #06220E.


Border color

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

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

This div border color is #06220E.


Opacity

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

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

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

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

This text has shadow with #06220E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06220E on black background.


Color preview on white background

This text has color #06220E on white background.



Black color preview on #06220E background

This text has black color on #06220E background.


White color preview on #06220E background

This text has white color on #06220E background.