COLOR #07211B

HEX: #07211B
RGB: (7,33,27)

Color info

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

RGB color model

#07211B color RGB value is (7,33,27).

  • red value is 7;
  • green value is 33;
  • blue value is 27.
RGB:
(7,33,27)
(3%,13%,11%)

RGB channels and saturation

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

7
33
27

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

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 27 = 67 (100%)
R 7 of 67 ~ 10.45%
G 33 of 67 ~ 49.25%
B 27 of 67 ~ 40.3%

%10.45
%49.25
%40.3

CMYK color model

#07211B color CMYK value is (79,0,18,87).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(79,0,18,87)
C79M0Y18K87 
(79%,0%,18%,87%)
(0.79/0.00/0.18/0.87)	

CMYK percentages

%78.79
%0
%18.18
%87.06

Codes

Color #07211B in popluar color models

07211B
RGB73327
HSL166°65.00%7.84%
HSB/HSV166°78.79%12.94%
CMYK78.79%0.00%18.18%
87.06%

Color #07211B in popluar number systems.

HEX07211B
Decimal73327
Binary11110000111011
Octal74133

Shades and tints

Shades of #07211B

#07211B
(7,33,27)
#071E19
(7,30,25)
#071B17
(7,27,23)
#071815
(7,24,21)
#071513
(7,21,19)
#071211
(7,18,17)
#070F0F
(7,15,15)
#070C0D
(7,12,13)
#07090B
(7,9,11)
#070609
(7,6,9)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #07211B

#07211B
(7,33,27)
#1D352F
(29,53,47)
#334943
(51,73,67)
#495D57
(73,93,87)
#5F716B
(95,113,107)
#75857F
(117,133,127)
#8B9993
(139,153,147)
#A1ADA7
(161,173,167)
#B7C1BB
(183,193,187)
#CDD5CF
(205,213,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07211B; }

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

This text font color is #07211B.


Background Color

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

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

This div background color is #07211B.


Border color

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

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

This div border color is #07211B.


Opacity

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

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

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

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

This text has shadow with #07211B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07211B on black background.


Color preview on white background

This text has color #07211B on white background.



Black color preview on #07211B background

This text has black color on #07211B background.


White color preview on #07211B background

This text has white color on #07211B background.