COLOR #073A36

HEX: #073A36
RGB: (7,58,54)

Color info

#073A36 contains red, green and blue colors in about the same proportion. Web safe color of #073A36 is #003333 (or #033).

RGB color model

#073A36 color RGB value is (7,58,54).

  • red value is 7;
  • green value is 58;
  • blue value is 54.
RGB:
(7,58,54)
(3%,23%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 58 of 255 = 23%
B 54 of 255 = 21%

7
58
54

R + G + B ~ 16%. #073A36 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 58 + 54 = 119 (100%)
R 7 of 119 ~ 5.88%
G 58 of 119 ~ 48.74%
B 54 of 119 ~ 45.38%

%48.74
%45.38

CMYK color model

#073A36 color CMYK value is (88,0,7,77).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 77.25%
CMYK:
(88,0,7,77)
C88M0Y7K77 
(88%,0%,7%,77%)
(0.88/0.00/0.07/0.77)	

CMYK percentages

%87.93
%0
%6.9
%77.25

Codes

Color #073A36 in popluar color models

073A36
RGB75854
HSL175°78.46%12.75%
HSB/HSV175°87.93%22.75%
CMYK87.93%0.00%6.90%
77.25%

Color #073A36 in popluar number systems.

HEX073A36
Decimal75854
Binary111111010110110
Octal77266

Shades and tints

Shades of #073A36

#073A36
(7,58,54)
#073532
(7,53,50)
#07302E
(7,48,46)
#072B2A
(7,43,42)
#072626
(7,38,38)
#072122
(7,33,34)
#071C1E
(7,28,30)
#07171A
(7,23,26)
#071216
(7,18,22)
#070D12
(7,13,18)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #073A36

#073A36
(7,58,54)
#1D4B48
(29,75,72)
#335C5A
(51,92,90)
#496D6C
(73,109,108)
#5F7E7E
(95,126,126)
#758F90
(117,143,144)
#8BA0A2
(139,160,162)
#A1B1B4
(161,177,180)
#B7C2C6
(183,194,198)
#CDD3D8
(205,211,216)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073A36 color. Also use rgb(7,58,54) instead hex code.

Text Font Color

.myTextColor { color: #073A36; }

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

This text font color is #073A36.


Background Color

.myBgColor { background-color: #073A36; }

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

This div background color is #073A36.


Border color

.myBorderColor { border: 1px solid #073A36; }

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

This div border color is #073A36.


Opacity

.myOpacity80 { color: #073A36; opacity: 0.8; }

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

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

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

This text has shadow with #073A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073A36 on black background.


Color preview on white background

This text has color #073A36 on white background.



Black color preview on #073A36 background

This text has black color on #073A36 background.


White color preview on #073A36 background

This text has white color on #073A36 background.