COLOR #072F41

HEX: #072F41
RGB: (7,47,65)

Color info

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

RGB color model

#072F41 color RGB value is (7,47,65).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 65 of 255 = 25%

7
47
65

R + G + B ~ 15%. #072F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 65 = 119 (100%)
R 7 of 119 ~ 5.88%
G 47 of 119 ~ 39.5%
B 65 of 119 ~ 54.62%

%39.5
%54.62

CMYK color model

#072F41 color CMYK value is (89,28,0,75).

  • cyan value is 89.23%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(89,28,0,75)
C89M28Y0K75 
(89%,28%,0%,75%)
(0.89/0.28/0.00/0.75)	

CMYK percentages

%89.23
%27.69
%0
%74.51

Codes

Color #072F41 in popluar color models

072F41
RGB74765
HSL199°80.56%14.12%
HSB/HSV199°89.23%25.49%
CMYK89.23%27.69%0.00%
74.51%

Color #072F41 in popluar number systems.

HEX072F41
Decimal74765
Binary1111011111000001
Octal757101

Shades and tints

Shades of #072F41

#072F41
(7,47,65)
#072B3C
(7,43,60)
#072737
(7,39,55)
#072332
(7,35,50)
#071F2D
(7,31,45)
#071B28
(7,27,40)
#071723
(7,23,35)
#07131E
(7,19,30)
#070F19
(7,15,25)
#070B14
(7,11,20)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #072F41

#072F41
(7,47,65)
#1D4152
(29,65,82)
#335363
(51,83,99)
#496574
(73,101,116)
#5F7785
(95,119,133)
#758996
(117,137,150)
#8B9BA7
(139,155,167)
#A1ADB8
(161,173,184)
#B7BFC9
(183,191,201)
#CDD1DA
(205,209,218)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F41; }

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

This text font color is #072F41.


Background Color

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

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

This div background color is #072F41.


Border color

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

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

This div border color is #072F41.


Opacity

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

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

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

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

This text has shadow with #072F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F41 on black background.


Color preview on white background

This text has color #072F41 on white background.



Black color preview on #072F41 background

This text has black color on #072F41 background.


White color preview on #072F41 background

This text has white color on #072F41 background.