COLOR #06220D

HEX: #06220D
RGB: (6,34,13)

Color info

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

RGB color model

#06220D color RGB value is (6,34,13).

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

RGB channels and saturation

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

6
34
13

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

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 13 = 53 (100%)
R 6 of 53 ~ 11.32%
G 34 of 53 ~ 64.15%
B 13 of 53 ~ 24.53%

%11.32
%64.15
%24.53

CMYK color model

#06220D color CMYK value is (82,0,62,87).

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

CMYK percentages

%82.35
%0
%61.76
%86.67

Codes

Color #06220D in popluar color models

06220D
RGB63413
HSL135°70.00%7.84%
HSB/HSV135°82.35%13.33%
CMYK82.35%0.00%61.76%
86.67%

Color #06220D in popluar number systems.

HEX06220D
Decimal63413
Binary1101000101101
Octal64215

Shades and tints

Shades of #06220D

#06220D
(6,34,13)
#061F0C
(6,31,12)
#061C0B
(6,28,11)
#06190A
(6,25,10)
#061609
(6,22,9)
#061308
(6,19,8)
#061007
(6,16,7)
#060D06
(6,13,6)
#060A05
(6,10,5)
#060704
(6,7,4)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #06220D

#06220D
(6,34,13)
#1C3623
(28,54,35)
#324A39
(50,74,57)
#485E4F
(72,94,79)
#5E7265
(94,114,101)
#74867B
(116,134,123)
#8A9A91
(138,154,145)
#A0AEA7
(160,174,167)
#B6C2BD
(182,194,189)
#CCD6D3
(204,214,211)
#E2EAE9
(226,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06220D; }

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

This text font color is #06220D.


Background Color

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

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

This div background color is #06220D.


Border color

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

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

This div border color is #06220D.


Opacity

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

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

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

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

This text has shadow with #06220D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06220D on black background.


Color preview on white background

This text has color #06220D on white background.



Black color preview on #06220D background

This text has black color on #06220D background.


White color preview on #06220D background

This text has white color on #06220D background.