COLOR #072239

HEX: #072239
RGB: (7,34,57)

Color info

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

RGB color model

#072239 color RGB value is (7,34,57).

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

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 57 of 255 = 22%

7
34
57

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

Portions of RGB colors in percentages

R + G + B =
7 + 34 + 57 = 98 (100%)
R 7 of 98 ~ 7.14%
G 34 of 98 ~ 34.69%
B 57 of 98 ~ 58.16%

%34.69
%58.16

CMYK color model

#072239 color CMYK value is (88,40,0,78).

  • cyan value is 87.72%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(88,40,0,78)
C88M40Y0K78 
(88%,40%,0%,78%)
(0.88/0.40/0.00/0.78)	

CMYK percentages

%87.72
%40.35
%0
%77.65

Codes

Color #072239 in popluar color models

072239
RGB73457
HSL208°78.13%12.55%
HSB/HSV208°87.72%22.35%
CMYK87.72%40.35%0.00%
77.65%

Color #072239 in popluar number systems.

HEX072239
Decimal73457
Binary111100010111001
Octal74271

Shades and tints

Shades of #072239

#072239
(7,34,57)
#071F34
(7,31,52)
#071C2F
(7,28,47)
#07192A
(7,25,42)
#071625
(7,22,37)
#071320
(7,19,32)
#07101B
(7,16,27)
#070D16
(7,13,22)
#070A11
(7,10,17)
#07070C
(7,7,12)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #072239

#072239
(7,34,57)
#1D364B
(29,54,75)
#334A5D
(51,74,93)
#495E6F
(73,94,111)
#5F7281
(95,114,129)
#758693
(117,134,147)
#8B9AA5
(139,154,165)
#A1AEB7
(161,174,183)
#B7C2C9
(183,194,201)
#CDD6DB
(205,214,219)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072239; }

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

This text font color is #072239.


Background Color

.myBgColor { background-color: #072239; }

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

This div background color is #072239.


Border color

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

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

This div border color is #072239.


Opacity

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

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

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

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

This text has shadow with #072239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072239 on black background.


Color preview on white background

This text has color #072239 on white background.



Black color preview on #072239 background

This text has black color on #072239 background.


White color preview on #072239 background

This text has white color on #072239 background.