COLOR #072213

HEX: #072213
RGB: (7,34,19)

Color info

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

RGB color model

#072213 color RGB value is (7,34,19).

  • red value is 7;
  • green value is 34;
  • blue value is 19.
RGB:
(7,34,19)
(3%,13%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 19 of 255 = 7%

7
34
19

R + G + B ~ 8%. #072213 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 34 + 19 = 60 (100%)
R 7 of 60 ~ 11.67%
G 34 of 60 ~ 56.67%
B 19 of 60 ~ 31.67%

%11.67
%56.67
%31.67

CMYK color model

#072213 color CMYK value is (79,0,44,87).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 86.67%
CMYK:
(79,0,44,87)
C79M0Y44K87 
(79%,0%,44%,87%)
(0.79/0.00/0.44/0.87)	

CMYK percentages

%79.41
%0
%44.12
%86.67

Codes

Color #072213 in popluar color models

072213
RGB73419
HSL147°65.85%8.04%
HSB/HSV147°79.41%13.33%
CMYK79.41%0.00%44.12%
86.67%

Color #072213 in popluar number systems.

HEX072213
Decimal73419
Binary11110001010011
Octal74223

Shades and tints

Shades of #072213

#072213
(7,34,19)
#071F12
(7,31,18)
#071C11
(7,28,17)
#071910
(7,25,16)
#07160F
(7,22,15)
#07130E
(7,19,14)
#07100D
(7,16,13)
#070D0C
(7,13,12)
#070A0B
(7,10,11)
#07070A
(7,7,10)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #072213

#072213
(7,34,19)
#1D3628
(29,54,40)
#334A3D
(51,74,61)
#495E52
(73,94,82)
#5F7267
(95,114,103)
#75867C
(117,134,124)
#8B9A91
(139,154,145)
#A1AEA6
(161,174,166)
#B7C2BB
(183,194,187)
#CDD6D0
(205,214,208)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072213; }

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

This text font color is #072213.


Background Color

.myBgColor { background-color: #072213; }

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

This div background color is #072213.


Border color

.myBorderColor { border: 1px solid #072213; }

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

This div border color is #072213.


Opacity

.myOpacity80 { color: #072213; opacity: 0.8; }

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

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

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

This text has shadow with #072213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072213 on black background.


Color preview on white background

This text has color #072213 on white background.



Black color preview on #072213 background

This text has black color on #072213 background.


White color preview on #072213 background

This text has white color on #072213 background.