COLOR #073E5D

HEX: #073E5D
RGB: (7,62,93)

Color info

#073E5D contains mainly green and blue colors. Web safe color of #073E5D is #003366 (or #036).

RGB color model

#073E5D color RGB value is (7,62,93).

  • red value is 7;
  • green value is 62;
  • blue value is 93.
RGB:
(7,62,93)
(3%,24%,36%)

RGB channels and saturation

R 7 of 255 = 3%
G 62 of 255 = 24%
B 93 of 255 = 36%

7
62
93

R + G + B ~ 21%. #073E5D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 62 + 93 = 162 (100%)
R 7 of 162 ~ 4.32%
G 62 of 162 ~ 38.27%
B 93 of 162 ~ 57.41%

%38.27
%57.41

CMYK color model

#073E5D color CMYK value is (92,33,0,64).

  • cyan value is 92.47%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(92,33,0,64)
C92M33Y0K64 
(92%,33%,0%,64%)
(0.92/0.33/0.00/0.64)	

CMYK percentages

%92.47
%33.33
%0
%63.53

Codes

Color #073E5D in popluar color models

073E5D
RGB76293
HSL202°86.00%19.61%
HSB/HSV202°92.47%36.47%
CMYK92.47%33.33%0.00%
63.53%

Color #073E5D in popluar number systems.

HEX073E5D
Decimal76293
Binary1111111101011101
Octal776135

Shades and tints

Shades of #073E5D

#073E5D
(7,62,93)
#073955
(7,57,85)
#07344D
(7,52,77)
#072F45
(7,47,69)
#072A3D
(7,42,61)
#072535
(7,37,53)
#07202D
(7,32,45)
#071B25
(7,27,37)
#07161D
(7,22,29)
#071115
(7,17,21)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #073E5D

#073E5D
(7,62,93)
#1D4F6B
(29,79,107)
#336079
(51,96,121)
#497187
(73,113,135)
#5F8295
(95,130,149)
#7593A3
(117,147,163)
#8BA4B1
(139,164,177)
#A1B5BF
(161,181,191)
#B7C6CD
(183,198,205)
#CDD7DB
(205,215,219)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073E5D color. Also use rgb(7,62,93) instead hex code.

Text Font Color

.myTextColor { color: #073E5D; }

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

This text font color is #073E5D.


Background Color

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

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

This div background color is #073E5D.


Border color

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

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

This div border color is #073E5D.


Opacity

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

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

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

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

This text has shadow with #073E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073E5D on black background.


Color preview on white background

This text has color #073E5D on white background.



Black color preview on #073E5D background

This text has black color on #073E5D background.


White color preview on #073E5D background

This text has white color on #073E5D background.