COLOR #072F5D

HEX: #072F5D
RGB: (7,47,93)

Color info

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

RGB color model

#072F5D color RGB value is (7,47,93).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 93 of 255 = 36%

7
47
93

R + G + B ~ 19%. #072F5D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 93 = 147 (100%)
R 7 of 147 ~ 4.76%
G 47 of 147 ~ 31.97%
B 93 of 147 ~ 63.27%

%31.97
%63.27

CMYK color model

#072F5D color CMYK value is (92,49,0,64).

  • cyan value is 92.47%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(92,49,0,64)
C92M49Y0K64 
(92%,49%,0%,64%)
(0.92/0.49/0.00/0.64)	

CMYK percentages

%92.47
%49.46
%0
%63.53

Codes

Color #072F5D in popluar color models

072F5D
RGB74793
HSL212°86.00%19.61%
HSB/HSV212°92.47%36.47%
CMYK92.47%49.46%0.00%
63.53%

Color #072F5D in popluar number systems.

HEX072F5D
Decimal74793
Binary1111011111011101
Octal757135

Shades and tints

Shades of #072F5D

#072F5D
(7,47,93)
#072B55
(7,43,85)
#07274D
(7,39,77)
#072345
(7,35,69)
#071F3D
(7,31,61)
#071B35
(7,27,53)
#07172D
(7,23,45)
#071325
(7,19,37)
#070F1D
(7,15,29)
#070B15
(7,11,21)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #072F5D

#072F5D
(7,47,93)
#1D416B
(29,65,107)
#335379
(51,83,121)
#496587
(73,101,135)
#5F7795
(95,119,149)
#7589A3
(117,137,163)
#8B9BB1
(139,155,177)
#A1ADBF
(161,173,191)
#B7BFCD
(183,191,205)
#CDD1DB
(205,209,219)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072F5D color. Also use rgb(7,47,93) instead hex code.

Text Font Color

.myTextColor { color: #072F5D; }

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

This text font color is #072F5D.


Background Color

.myBgColor { background-color: #072F5D; }

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

This div background color is #072F5D.


Border color

.myBorderColor { border: 1px solid #072F5D; }

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

This div border color is #072F5D.


Opacity

.myOpacity80 { color: #072F5D; opacity: 0.8; }

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

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

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

This text has shadow with #072F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F5D on black background.


Color preview on white background

This text has color #072F5D on white background.



Black color preview on #072F5D background

This text has black color on #072F5D background.


White color preview on #072F5D background

This text has white color on #072F5D background.