COLOR #072D24

HEX: #072D24
RGB: (7,45,36)

Color info

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

RGB color model

#072D24 color RGB value is (7,45,36).

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

RGB channels and saturation

R 7 of 255 = 3%
G 45 of 255 = 18%
B 36 of 255 = 14%

7
45
36

R + G + B ~ 12%. #072D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 45 + 36 = 88 (100%)
R 7 of 88 ~ 7.95%
G 45 of 88 ~ 51.14%
B 36 of 88 ~ 40.91%

%51.14
%40.91

CMYK color model

#072D24 color CMYK value is (84,0,20,82).

  • cyan value is 84.44%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 82.35%
CMYK:
(84,0,20,82)
C84M0Y20K82 
(84%,0%,20%,82%)
(0.84/0.00/0.20/0.82)	

CMYK percentages

%84.44
%0
%20
%82.35

Codes

Color #072D24 in popluar color models

072D24
RGB74536
HSL166°73.08%10.20%
HSB/HSV166°84.44%17.65%
CMYK84.44%0.00%20.00%
82.35%

Color #072D24 in popluar number systems.

HEX072D24
Decimal74536
Binary111101101100100
Octal75544

Shades and tints

Shades of #072D24

#072D24
(7,45,36)
#072921
(7,41,33)
#07251E
(7,37,30)
#07211B
(7,33,27)
#071D18
(7,29,24)
#071915
(7,25,21)
#071512
(7,21,18)
#07110F
(7,17,15)
#070D0C
(7,13,12)
#070909
(7,9,9)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #072D24

#072D24
(7,45,36)
#1D4037
(29,64,55)
#33534A
(51,83,74)
#49665D
(73,102,93)
#5F7970
(95,121,112)
#758C83
(117,140,131)
#8B9F96
(139,159,150)
#A1B2A9
(161,178,169)
#B7C5BC
(183,197,188)
#CDD8CF
(205,216,207)
#E3EBE2
(227,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072D24; }

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

This text font color is #072D24.


Background Color

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

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

This div background color is #072D24.


Border color

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

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

This div border color is #072D24.


Opacity

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

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

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

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

This text has shadow with #072D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072D24 on black background.


Color preview on white background

This text has color #072D24 on white background.



Black color preview on #072D24 background

This text has black color on #072D24 background.


White color preview on #072D24 background

This text has white color on #072D24 background.