COLOR #072613

HEX: #072613
RGB: (7,38,19)

Color info

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

RGB color model

#072613 color RGB value is (7,38,19).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 19 of 255 = 7%

7
38
19

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

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 19 = 64 (100%)
R 7 of 64 ~ 10.94%
G 38 of 64 ~ 59.38%
B 19 of 64 ~ 29.69%

%10.94
%59.38
%29.69

CMYK color model

#072613 color CMYK value is (82,0,50,85).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK: (82,0,50,85) C82M0Y50K85 (82%,0%,50%,85%) (0.82/0.00/0.50/0.85)

CMYK percentages

%81.58
%0
%50
%85.1

Codes

Color #072613 in popluar color models

072613
RGB73819
HSL143°68.89%8.82%
HSB/HSV143°81.58%14.90%
CMYK81.58%0.00%50.00%
85.10%

Color #072613 in popluar number systems.

HEX072613
Decimal73819
Binary11110011010011
Octal74623

Shades and tints

Shades of #072613

#072613
(7,38,19)
#072312
(7,35,18)
#072011
(7,32,17)
#071D10
(7,29,16)
#071A0F
(7,26,15)
#07170E
(7,23,14)
#07140D
(7,20,13)
#07110C
(7,17,12)
#070E0B
(7,14,11)
#070B0A
(7,11,10)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #072613

#072613
(7,38,19)
#1D3928
(29,57,40)
#334C3D
(51,76,61)
#495F52
(73,95,82)
#5F7267
(95,114,103)
#75857C
(117,133,124)
#8B9891
(139,152,145)
#A1ABA6
(161,171,166)
#B7BEBB
(183,190,187)
#CDD1D0
(205,209,208)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072613; }

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

This text font color is #072613.


Background Color

.myBgColor { background-color: #072613; }

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

This div background color is #072613.


Border color

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

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

This div border color is #072613.


Opacity

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

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

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

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

This text has shadow with #072613 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #072613 on black background.


Color preview on white background

This text has color #072613 on white background.



Black color preview on #072613 background

This text has black color on #072613 background.


White color preview on #072613 background

This text has white color on #072613 background.