COLOR #073247

HEX: #073247
RGB: (7,50,71)

Color info

#073247 contains mainly green and blue colors. Web safe color of #073247 is #003333 (or #033).

RGB color model

#073247 color RGB value is (7,50,71).

  • red value is 7;
  • green value is 50;
  • blue value is 71.
RGB:
(7,50,71)
(3%,20%,28%)

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 71 of 255 = 28%

7
50
71

R + G + B ~ 17%. #073247 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 50 + 71 = 128 (100%)
R 7 of 128 ~ 5.47%
G 50 of 128 ~ 39.06%
B 71 of 128 ~ 55.47%

%39.06
%55.47

CMYK color model

#073247 color CMYK value is (90,30,0,72).

  • cyan value is 90.14%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(90,30,0,72)
C90M30Y0K72 
(90%,30%,0%,72%)
(0.90/0.30/0.00/0.72)	

CMYK percentages

%90.14
%29.58
%0
%72.16

Codes

Color #073247 in popluar color models

073247
RGB75071
HSL200°82.05%15.29%
HSB/HSV200°90.14%27.84%
CMYK90.14%29.58%0.00%
72.16%

Color #073247 in popluar number systems.

HEX073247
Decimal75071
Binary1111100101000111
Octal762107

Shades and tints

Shades of #073247

#073247
(7,50,71)
#072E41
(7,46,65)
#072A3B
(7,42,59)
#072635
(7,38,53)
#07222F
(7,34,47)
#071E29
(7,30,41)
#071A23
(7,26,35)
#07161D
(7,22,29)
#071217
(7,18,23)
#070E11
(7,14,17)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #073247

#073247
(7,50,71)
#1D4457
(29,68,87)
#335667
(51,86,103)
#496877
(73,104,119)
#5F7A87
(95,122,135)
#758C97
(117,140,151)
#8B9EA7
(139,158,167)
#A1B0B7
(161,176,183)
#B7C2C7
(183,194,199)
#CDD4D7
(205,212,215)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073247 color. Also use rgb(7,50,71) instead hex code.

Text Font Color

.myTextColor { color: #073247; }

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

This text font color is #073247.


Background Color

.myBgColor { background-color: #073247; }

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

This div background color is #073247.


Border color

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

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

This div border color is #073247.


Opacity

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

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

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

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

This text has shadow with #073247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073247 on black background.


Color preview on white background

This text has color #073247 on white background.



Black color preview on #073247 background

This text has black color on #073247 background.


White color preview on #073247 background

This text has white color on #073247 background.