COLOR #07221B

HEX: #07221B RGB: (7,34,27)

Color info

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

RGB color model

#07221B color RGB value is (7,34,27).

RGB: (7,34,27) (3%, 13%, 11%)

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 27 of 255 = 11%

7
34
27

R + G + B ~ 9%. #07221B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 34 + 27 = 68 (100%)
R 7 of 68 ~ 10.29%
G 34 of 68 ~ 50%
B 27 of 68 ~ 39.71'%

%50
%39.71

CMYK color model

#07221B color CMYK value is (79,0,21,87).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%

CMYK: (79,0,21,87)
C79M0Y21K87 (79%, 0%, 21%, 87%)
(0.79 / 0.00 / 0.21 / 0.87)

CMYK percentages

%79.41
%0
%20.59
%86.67

Codes

Color #07221B in popluar color models

07 22 1B
RGB 7 34 27
HSL 164° 65.85% 8.04%
HSB/HSV 164° 79.41% 13.33%
CMYK 79.41% 0.00% 20.59%
86.67%

Color #07221B in popluar number systems.

HEX 07 22 1B
Decimal 7 34 27
Binary 111 100010 11011
Octal 7 42 33

Shades and tints

Shades of #07221B

#07221B
(7,34,27)
#071F19
(7,31,25)
#071C17
(7,28,23)
#071915
(7,25,21)
#071613
(7,22,19)
#071311
(7,19,17)
#07100F
(7,16,15)
#070D0D
(7,13,13)
#070A0B
(7,10,11)
#070709
(7,7,9)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #07221B

#07221B
(7,34,27)
#1D362F
(29,54,47)
#334A43
(51,74,67)
#495E57
(73,94,87)
#5F726B
(95,114,107)
#75867F
(117,134,127)
#8B9A93
(139,154,147)
#A1AEA7
(161,174,167)
#B7C2BB
(183,194,187)
#CDD6CF
(205,214,207)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07221B; }

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

This text font color is #07221B.

Background Color

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

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

This div background color is #07221B.

Border color

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

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

This div border color is #07221B.

Opacity

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

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

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

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

This text has shadow with #07221B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07221B.

Preview

Color preview on black background

This text has color #07221B on black background.


Color preview on white background

This text has color #07221B on white background.


Black color preview on #07221B background

This text has black color on #07221B background.


White color preview on #07221B background

This text has white color on #07221B background.


Related colors

Complementary color

Complementary color for #hex is #F8DDE4.


I love getcolorcode.com

Triadic colors

1 #1B0722 and #221B07 with #07221B are triadic colors.

2 #1B2207 and #22071B with #07221B are triadic colors.