COLOR #072313

HEX: #072313
RGB: (7,35,19)

Color info

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

RGB color model

#072313 color RGB value is (7,35,19).

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

RGB channels and saturation

R 7 of 255 = 3%
G 35 of 255 = 14%
B 19 of 255 = 7%

7
35
19

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

Portions of RGB colors in percentages

R + G + B =
7 + 35 + 19 = 61 (100%)
R 7 of 61 ~ 11.48%
G 35 of 61 ~ 57.38%
B 19 of 61 ~ 31.15%

%11.48
%57.38
%31.15

CMYK color model

#072313 color CMYK value is (80,0,46,86).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 86.27%
CMYK:
(80,0,46,86)
C80M0Y46K86 
(80%,0%,46%,86%)
(0.80/0.00/0.46/0.86)	

CMYK percentages

%80
%0
%45.71
%86.27

Codes

Color #072313 in popluar color models

072313
RGB73519
HSL146°66.67%8.24%
HSB/HSV146°80.00%13.73%
CMYK80.00%0.00%45.71%
86.27%

Color #072313 in popluar number systems.

HEX072313
Decimal73519
Binary11110001110011
Octal74323

Shades and tints

Shades of #072313

#072313
(7,35,19)
#072012
(7,32,18)
#071D11
(7,29,17)
#071A10
(7,26,16)
#07170F
(7,23,15)
#07140E
(7,20,14)
#07110D
(7,17,13)
#070E0C
(7,14,12)
#070B0B
(7,11,11)
#07080A
(7,8,10)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #072313

#072313
(7,35,19)
#1D3728
(29,55,40)
#334B3D
(51,75,61)
#495F52
(73,95,82)
#5F7367
(95,115,103)
#75877C
(117,135,124)
#8B9B91
(139,155,145)
#A1AFA6
(161,175,166)
#B7C3BB
(183,195,187)
#CDD7D0
(205,215,208)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072313; }

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

This text font color is #072313.


Background Color

.myBgColor { background-color: #072313; }

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

This div background color is #072313.


Border color

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

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

This div border color is #072313.


Opacity

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

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

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

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

This text has shadow with #072313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072313 on black background.


Color preview on white background

This text has color #072313 on white background.



Black color preview on #072313 background

This text has black color on #072313 background.


White color preview on #072313 background

This text has white color on #072313 background.