COLOR #07222B

HEX: #07222B RGB: (7,34,43)

Color info

#07222B contains red, green and blue colors in about the same proportion. Web safe color of #07222B is #003333 (or #033).

RGB color model

#07222B color RGB value is (7,34,43).

RGB: (7,34,43) (3%, 13%, 17%)

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 43 of 255 = 17%

7
34
43

R + G + B ~ 11%. #07222B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 34 + 43 = 84 (100%)
R 7 of 84 ~ 8.33%
G 34 of 84 ~ 40.48%
B 43 of 84 ~ 51.19'%

%40.48
%51.19

CMYK color model

#07222B color CMYK value is (84,21,0,83).

  • cyan value is 83.72%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (84,21,0,83)
C84M21Y0K83 (84%, 21%, 0%, 83%)
(0.84 / 0.21 / 0.00 / 0.83)

CMYK percentages

%83.72
%20.93
%0
%83.14

Codes

Color #07222B in popluar color models

07 22 2B
RGB 7 34 43
HSL 195° 72.00% 9.80%
HSB/HSV 195° 83.72% 16.86%
CMYK 83.72% 20.93% 0.00%
83.14%

Color #07222B in popluar number systems.

HEX 07 22 2B
Decimal 7 34 43
Binary 111 100010 101011
Octal 7 42 53

Shades and tints

Shades of #07222B

#07222B
(7,34,43)
#071F28
(7,31,40)
#071C25
(7,28,37)
#071922
(7,25,34)
#07161F
(7,22,31)
#07131C
(7,19,28)
#071019
(7,16,25)
#070D16
(7,13,22)
#070A13
(7,10,19)
#070710
(7,7,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #07222B

#07222B
(7,34,43)
#1D363E
(29,54,62)
#334A51
(51,74,81)
#495E64
(73,94,100)
#5F7277
(95,114,119)
#75868A
(117,134,138)
#8B9A9D
(139,154,157)
#A1AEB0
(161,174,176)
#B7C2C3
(183,194,195)
#CDD6D6
(205,214,214)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07222B color. Also use rgb(7,34,43) instead hex code.

Text Font Color

.myTextColor { color: #07222B; }

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

This text font color is #07222B.

Background Color

.myBgColor { background-color: #07222B; }

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

This div background color is #07222B.

Border color

.myBorderColor { border: 1px solid #07222B; }

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

This div border color is #07222B.

Opacity

.myOpacity80 { color: #07222B; opacity: 0.8; }

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

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

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

This text has shadow with #07222B color.


.textShadow {text-shadow: 3px 3px 1px #07222B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07222B; -webkit-box-shadow: 1px 1px 3px 2px #07222B; box-shadow:1px 1px 3px 2px #07222B;">
Div content here
</div>

This div box has shadow with color #07222B.

Preview

Color preview on black background

This text has color #07222B on black background.


Color preview on white background

This text has color #07222B on white background.


Black color preview on #07222B background

This text has black color on #07222B background.


White color preview on #07222B background

This text has white color on #07222B background.


Related colors

Complementary color

Complementary color for #hex is #F8DDD4.


I love getcolorcode.com

Triadic colors

1 #2B0722 and #222B07 with #07222B are triadic colors.

2 #2B2207 and #22072B with #07222B are triadic colors.