COLOR #072539

HEX: #072539
RGB: (7,37,57)

Color info

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

RGB color model

#072539 color RGB value is (7,37,57).

  • red value is 7;
  • green value is 37;
  • blue value is 57.
RGB:
(7,37,57)
(3%,15%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 57 of 255 = 22%

7
37
57

R + G + B ~ 13%. #072539 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 57 = 101 (100%)
R 7 of 101 ~ 6.93%
G 37 of 101 ~ 36.63%
B 57 of 101 ~ 56.44%

%36.63
%56.44

CMYK color model

#072539 color CMYK value is (88,35,0,78).

  • cyan value is 87.72%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(88,35,0,78)
C88M35Y0K78 
(88%,35%,0%,78%)
(0.88/0.35/0.00/0.78)	

CMYK percentages

%87.72
%35.09
%0
%77.65

Codes

Color #072539 in popluar color models

072539
RGB73757
HSL204°78.13%12.55%
HSB/HSV204°87.72%22.35%
CMYK87.72%35.09%0.00%
77.65%

Color #072539 in popluar number systems.

HEX072539
Decimal73757
Binary111100101111001
Octal74571

Shades and tints

Shades of #072539

#072539
(7,37,57)
#072234
(7,34,52)
#071F2F
(7,31,47)
#071C2A
(7,28,42)
#071925
(7,25,37)
#071620
(7,22,32)
#07131B
(7,19,27)
#071016
(7,16,22)
#070D11
(7,13,17)
#070A0C
(7,10,12)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #072539

#072539
(7,37,57)
#1D384B
(29,56,75)
#334B5D
(51,75,93)
#495E6F
(73,94,111)
#5F7181
(95,113,129)
#758493
(117,132,147)
#8B97A5
(139,151,165)
#A1AAB7
(161,170,183)
#B7BDC9
(183,189,201)
#CDD0DB
(205,208,219)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072539 color. Also use rgb(7,37,57) instead hex code.

Text Font Color

.myTextColor { color: #072539; }

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

This text font color is #072539.


Background Color

.myBgColor { background-color: #072539; }

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

This div background color is #072539.


Border color

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

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

This div border color is #072539.


Opacity

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

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

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

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

This text has shadow with #072539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072539 on black background.


Color preview on white background

This text has color #072539 on white background.



Black color preview on #072539 background

This text has black color on #072539 background.


White color preview on #072539 background

This text has white color on #072539 background.