COLOR #073151

HEX: #073151
RGB: (7,49,81)

Color info

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

RGB color model

#073151 color RGB value is (7,49,81).

  • red value is 7;
  • green value is 49;
  • blue value is 81.
RGB:
(7,49,81)
(3%,19%,32%)

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 81 of 255 = 32%

7
49
81

R + G + B ~ 18%. #073151 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 81 = 137 (100%)
R 7 of 137 ~ 5.11%
G 49 of 137 ~ 35.77%
B 81 of 137 ~ 59.12%

%35.77
%59.12

CMYK color model

#073151 color CMYK value is (91,40,0,68).

  • cyan value is 91.36%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(91,40,0,68)
C91M40Y0K68 
(91%,40%,0%,68%)
(0.91/0.40/0.00/0.68)	

CMYK percentages

%91.36
%39.51
%0
%68.24

Codes

Color #073151 in popluar color models

073151
RGB74981
HSL206°84.09%17.25%
HSB/HSV206°91.36%31.76%
CMYK91.36%39.51%0.00%
68.24%

Color #073151 in popluar number systems.

HEX073151
Decimal74981
Binary1111100011010001
Octal761121

Shades and tints

Shades of #073151

#073151
(7,49,81)
#072D4A
(7,45,74)
#072943
(7,41,67)
#07253C
(7,37,60)
#072135
(7,33,53)
#071D2E
(7,29,46)
#071927
(7,25,39)
#071520
(7,21,32)
#071119
(7,17,25)
#070D12
(7,13,18)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #073151

#073151
(7,49,81)
#1D4360
(29,67,96)
#33556F
(51,85,111)
#49677E
(73,103,126)
#5F798D
(95,121,141)
#758B9C
(117,139,156)
#8B9DAB
(139,157,171)
#A1AFBA
(161,175,186)
#B7C1C9
(183,193,201)
#CDD3D8
(205,211,216)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073151 color. Also use rgb(7,49,81) instead hex code.

Text Font Color

.myTextColor { color: #073151; }

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

This text font color is #073151.


Background Color

.myBgColor { background-color: #073151; }

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

This div background color is #073151.


Border color

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

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

This div border color is #073151.


Opacity

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

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

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

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

This text has shadow with #073151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073151 on black background.


Color preview on white background

This text has color #073151 on white background.



Black color preview on #073151 background

This text has black color on #073151 background.


White color preview on #073151 background

This text has white color on #073151 background.