COLOR #022B09

HEX: #022B09
RGB: (2,43,9)

Color info

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

RGB color model

#022B09 color RGB value is (2,43,9).

  • red value is 2;
  • green value is 43;
  • blue value is 9.
RGB:
(2,43,9)
(1%,17%,4%)

RGB channels and saturation

R 2 of 255 = 1%
G 43 of 255 = 17%
B 9 of 255 = 4%

2
43
9

R + G + B ~ 7%. #022B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 43 + 9 = 54 (100%)
R 2 of 54 ~ 3.7%
G 43 of 54 ~ 79.63%
B 9 of 54 ~ 16.67%

%79.63
%16.67

CMYK color model

#022B09 color CMYK value is (95,0,79,83).

  • cyan value is 95.35%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 83.14%
CMYK:
(95,0,79,83)
C95M0Y79K83 
(95%,0%,79%,83%)
(0.95/0.00/0.79/0.83)	

CMYK percentages

%95.35
%0
%79.07
%83.14

Codes

Color #022B09 in popluar color models

022B09
RGB2439
HSL130°91.11%8.82%
HSB/HSV130°95.35%16.86%
CMYK95.35%0.00%79.07%
83.14%

Color #022B09 in popluar number systems.

HEX022B09
Decimal2439
Binary101010111001
Octal25311

Shades and tints

Shades of #022B09

#022B09
(2,43,9)
#022809
(2,40,9)
#022509
(2,37,9)
#022209
(2,34,9)
#021F09
(2,31,9)
#021C09
(2,28,9)
#021909
(2,25,9)
#021609
(2,22,9)
#021309
(2,19,9)
#021009
(2,16,9)
#020D09
(2,13,9)
#000000
(0,0,0)

Tints of #022B09

#022B09
(2,43,9)
#193E1F
(25,62,31)
#305135
(48,81,53)
#47644B
(71,100,75)
#5E7761
(94,119,97)
#758A77
(117,138,119)
#8C9D8D
(140,157,141)
#A3B0A3
(163,176,163)
#BAC3B9
(186,195,185)
#D1D6CF
(209,214,207)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #022B09 color. Also use rgb(2,43,9) instead hex code.

Text Font Color

.myTextColor { color: #022B09; }

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

This text font color is #022B09.


Background Color

.myBgColor { background-color: #022B09; }

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

This div background color is #022B09.


Border color

.myBorderColor { border: 1px solid #022B09; }

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

This div border color is #022B09.


Opacity

.myOpacity80 { color: #022B09; opacity: 0.8; }

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

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

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

This text has shadow with #022B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022B09 on black background.


Color preview on white background

This text has color #022B09 on white background.



Black color preview on #022B09 background

This text has black color on #022B09 background.


White color preview on #022B09 background

This text has white color on #022B09 background.