COLOR #00220F

HEX: #00220F
RGB: (0,34,15)

Color info

#00220F contains only green and blue colors. Web safe color of #00220F is #003300 (or #030).

RGB color model

#00220F color RGB value is (0,34,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 34 of 255 = 13%
B 15 of 255 = 6%

0
34
15

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

Portions of RGB colors in percentages

R + G + B =
0 + 34 + 15 = 49 (100%)
R 0 of 49 ~ 0%
G 34 of 49 ~ 69.39%
B 15 of 49 ~ 30.61%

%69.39
%30.61

CMYK color model

#00220F color CMYK value is (100,0,56,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 86.67%
CMYK:
(100,0,56,87)
C100M0Y56K87 
(100%,0%,56%,87%)
(1.00/0.00/0.56/0.87)	

CMYK percentages

%100
%0
%55.88
%86.67

Codes

Color #00220F in popluar color models

00220F
RGB03415
HSL146°100.00%6.67%
HSB/HSV146°100.00%13.33%
CMYK100.00%0.00%55.88%
86.67%

Color #00220F in popluar number systems.

HEX00220F
Decimal03415
Binary01000101111
Octal04217

Shades and tints

Shades of #00220F

#00220F
(0,34,15)
#001F0E
(0,31,14)
#001C0D
(0,28,13)
#00190C
(0,25,12)
#00160B
(0,22,11)
#00130A
(0,19,10)
#001009
(0,16,9)
#000D08
(0,13,8)
#000A07
(0,10,7)
#000706
(0,7,6)
#000405
(0,4,5)
#000000
(0,0,0)

Tints of #00220F

#00220F
(0,34,15)
#173624
(23,54,36)
#2E4A39
(46,74,57)
#455E4E
(69,94,78)
#5C7263
(92,114,99)
#738678
(115,134,120)
#8A9A8D
(138,154,141)
#A1AEA2
(161,174,162)
#B8C2B7
(184,194,183)
#CFD6CC
(207,214,204)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00220F color. Also use rgb(0,34,15) instead hex code.

Text Font Color

.myTextColor { color: #00220F; }

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

This text font color is #00220F.


Background Color

.myBgColor { background-color: #00220F; }

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

This div background color is #00220F.


Border color

.myBorderColor { border: 1px solid #00220F; }

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

This div border color is #00220F.


Opacity

.myOpacity80 { color: #00220F; opacity: 0.8; }

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

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

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

This text has shadow with #00220F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00220F on black background.


Color preview on white background

This text has color #00220F on white background.



Black color preview on #00220F background

This text has black color on #00220F background.


White color preview on #00220F background

This text has white color on #00220F background.