COLOR #072113

HEX: #072113
RGB: (7,33,19)

Color info

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

RGB color model

#072113 color RGB value is (7,33,19).

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

RGB channels and saturation

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

7
33
19

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

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 19 = 59 (100%)
R 7 of 59 ~ 11.86%
G 33 of 59 ~ 55.93%
B 19 of 59 ~ 32.2%

%11.86
%55.93
%32.2

CMYK color model

#072113 color CMYK value is (79,0,42,87).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(79,0,42,87)
C79M0Y42K87 
(79%,0%,42%,87%)
(0.79/0.00/0.42/0.87)	

CMYK percentages

%78.79
%0
%42.42
%87.06

Codes

Color #072113 in popluar color models

072113
RGB73319
HSL148°65.00%7.84%
HSB/HSV148°78.79%12.94%
CMYK78.79%0.00%42.42%
87.06%

Color #072113 in popluar number systems.

HEX072113
Decimal73319
Binary11110000110011
Octal74123

Shades and tints

Shades of #072113

#072113
(7,33,19)
#071E12
(7,30,18)
#071B11
(7,27,17)
#071810
(7,24,16)
#07150F
(7,21,15)
#07120E
(7,18,14)
#070F0D
(7,15,13)
#070C0C
(7,12,12)
#07090B
(7,9,11)
#07060A
(7,6,10)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #072113

#072113
(7,33,19)
#1D3528
(29,53,40)
#33493D
(51,73,61)
#495D52
(73,93,82)
#5F7167
(95,113,103)
#75857C
(117,133,124)
#8B9991
(139,153,145)
#A1ADA6
(161,173,166)
#B7C1BB
(183,193,187)
#CDD5D0
(205,213,208)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072113; }

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

This text font color is #072113.


Background Color

.myBgColor { background-color: #072113; }

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

This div background color is #072113.


Border color

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

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

This div border color is #072113.


Opacity

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

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

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

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

This text has shadow with #072113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072113 on black background.


Color preview on white background

This text has color #072113 on white background.



Black color preview on #072113 background

This text has black color on #072113 background.


White color preview on #072113 background

This text has white color on #072113 background.