COLOR #07211F

HEX: #07211F
RGB: (7,33,31)

Color info

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

RGB color model

#07211F color RGB value is (7,33,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 31 of 255 = 12%

7
33
31

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

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 31 = 71 (100%)
R 7 of 71 ~ 9.86%
G 33 of 71 ~ 46.48%
B 31 of 71 ~ 43.66%

%9.86
%46.48
%43.66

CMYK color model

#07211F color CMYK value is (79,0,6,87).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 87.06%
CMYK:
(79,0,6,87)
C79M0Y6K87 
(79%,0%,6%,87%)
(0.79/0.00/0.06/0.87)	

CMYK percentages

%78.79
%0
%6.06
%87.06

Codes

Color #07211F in popluar color models

07211F
RGB73331
HSL175°65.00%7.84%
HSB/HSV175°78.79%12.94%
CMYK78.79%0.00%6.06%
87.06%

Color #07211F in popluar number systems.

HEX07211F
Decimal73331
Binary11110000111111
Octal74137

Shades and tints

Shades of #07211F

#07211F
(7,33,31)
#071E1D
(7,30,29)
#071B1B
(7,27,27)
#071819
(7,24,25)
#071517
(7,21,23)
#071215
(7,18,21)
#070F13
(7,15,19)
#070C11
(7,12,17)
#07090F
(7,9,15)
#07060D
(7,6,13)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #07211F

#07211F
(7,33,31)
#1D3533
(29,53,51)
#334947
(51,73,71)
#495D5B
(73,93,91)
#5F716F
(95,113,111)
#758583
(117,133,131)
#8B9997
(139,153,151)
#A1ADAB
(161,173,171)
#B7C1BF
(183,193,191)
#CDD5D3
(205,213,211)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07211F; }

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

This text font color is #07211F.


Background Color

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

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

This div background color is #07211F.


Border color

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

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

This div border color is #07211F.


Opacity

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

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

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

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

This text has shadow with #07211F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07211F on black background.


Color preview on white background

This text has color #07211F on white background.



Black color preview on #07211F background

This text has black color on #07211F background.


White color preview on #07211F background

This text has white color on #07211F background.