COLOR #073312

HEX: #073312
RGB: (7,51,18)

Color info

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

RGB color model

#073312 color RGB value is (7,51,18).

  • red value is 7;
  • green value is 51;
  • blue value is 18.
RGB:
(7,51,18)
(3%,20%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 51 of 255 = 20%
B 18 of 255 = 7%

7
51
18

R + G + B ~ 10%. #073312 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 51 + 18 = 76 (100%)
R 7 of 76 ~ 9.21%
G 51 of 76 ~ 67.11%
B 18 of 76 ~ 23.68%

%67.11
%23.68

CMYK color model

#073312 color CMYK value is (86,0,65,80).

  • cyan value is 86.27%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 80.00%
CMYK:
(86,0,65,80)
C86M0Y65K80 
(86%,0%,65%,80%)
(0.86/0.00/0.65/0.80)	

CMYK percentages

%86.27
%0
%64.71
%80

Codes

Color #073312 in popluar color models

073312
RGB75118
HSL135°75.86%11.37%
HSB/HSV135°86.27%20.00%
CMYK86.27%0.00%64.71%
80.00%

Color #073312 in popluar number systems.

HEX073312
Decimal75118
Binary11111001110010
Octal76322

Shades and tints

Shades of #073312

#073312
(7,51,18)
#072F11
(7,47,17)
#072B10
(7,43,16)
#07270F
(7,39,15)
#07230E
(7,35,14)
#071F0D
(7,31,13)
#071B0C
(7,27,12)
#07170B
(7,23,11)
#07130A
(7,19,10)
#070F09
(7,15,9)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #073312

#073312
(7,51,18)
#1D4527
(29,69,39)
#33573C
(51,87,60)
#496951
(73,105,81)
#5F7B66
(95,123,102)
#758D7B
(117,141,123)
#8B9F90
(139,159,144)
#A1B1A5
(161,177,165)
#B7C3BA
(183,195,186)
#CDD5CF
(205,213,207)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073312 color. Also use rgb(7,51,18) instead hex code.

Text Font Color

.myTextColor { color: #073312; }

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

This text font color is #073312.


Background Color

.myBgColor { background-color: #073312; }

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

This div background color is #073312.


Border color

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

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

This div border color is #073312.


Opacity

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

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

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

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

This text has shadow with #073312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073312 on black background.


Color preview on white background

This text has color #073312 on white background.



Black color preview on #073312 background

This text has black color on #073312 background.


White color preview on #073312 background

This text has white color on #073312 background.