COLOR #072D32

HEX: #072D32
RGB: (7,45,50)

Color info

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

RGB color model

#072D32 color RGB value is (7,45,50).

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

RGB channels and saturation

R 7 of 255 = 3%
G 45 of 255 = 18%
B 50 of 255 = 20%

7
45
50

R + G + B ~ 14%. #072D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 45 + 50 = 102 (100%)
R 7 of 102 ~ 6.86%
G 45 of 102 ~ 44.12%
B 50 of 102 ~ 49.02%

%44.12
%49.02

CMYK color model

#072D32 color CMYK value is (86,10,0,80).

  • cyan value is 86.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(86,10,0,80)
C86M10Y0K80 
(86%,10%,0%,80%)
(0.86/0.10/0.00/0.80)	

CMYK percentages

%86
%10
%0
%80.39

Codes

Color #072D32 in popluar color models

072D32
RGB74550
HSL187°75.44%11.18%
HSB/HSV187°86.00%19.61%
CMYK86.00%10.00%0.00%
80.39%

Color #072D32 in popluar number systems.

HEX072D32
Decimal74550
Binary111101101110010
Octal75562

Shades and tints

Shades of #072D32

#072D32
(7,45,50)
#07292E
(7,41,46)
#07252A
(7,37,42)
#072126
(7,33,38)
#071D22
(7,29,34)
#07191E
(7,25,30)
#07151A
(7,21,26)
#071116
(7,17,22)
#070D12
(7,13,18)
#07090E
(7,9,14)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #072D32

#072D32
(7,45,50)
#1D4044
(29,64,68)
#335356
(51,83,86)
#496668
(73,102,104)
#5F797A
(95,121,122)
#758C8C
(117,140,140)
#8B9F9E
(139,159,158)
#A1B2B0
(161,178,176)
#B7C5C2
(183,197,194)
#CDD8D4
(205,216,212)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072D32; }

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

This text font color is #072D32.


Background Color

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

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

This div background color is #072D32.


Border color

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

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

This div border color is #072D32.


Opacity

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

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

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

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

This text has shadow with #072D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072D32 on black background.


Color preview on white background

This text has color #072D32 on white background.



Black color preview on #072D32 background

This text has black color on #072D32 background.


White color preview on #072D32 background

This text has white color on #072D32 background.