COLOR #072D2E

HEX: #072D2E
RGB: (7,45,46)

Color info

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

RGB color model

#072D2E color RGB value is (7,45,46).

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

RGB channels and saturation

R 7 of 255 = 3%
G 45 of 255 = 18%
B 46 of 255 = 18%

7
45
46

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

Portions of RGB colors in percentages

R + G + B =
7 + 45 + 46 = 98 (100%)
R 7 of 98 ~ 7.14%
G 45 of 98 ~ 45.92%
B 46 of 98 ~ 46.94%

%45.92
%46.94

CMYK color model

#072D2E color CMYK value is (85,2,0,82).

  • cyan value is 84.78%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(85,2,0,82)
C85M2Y0K82 
(85%,2%,0%,82%)
(0.85/0.02/0.00/0.82)	

CMYK percentages

%84.78
%2.17
%0
%81.96

Codes

Color #072D2E in popluar color models

072D2E
RGB74546
HSL182°73.58%10.39%
HSB/HSV182°84.78%18.04%
CMYK84.78%2.17%0.00%
81.96%

Color #072D2E in popluar number systems.

HEX072D2E
Decimal74546
Binary111101101101110
Octal75556

Shades and tints

Shades of #072D2E

#072D2E
(7,45,46)
#07292A
(7,41,42)
#072526
(7,37,38)
#072122
(7,33,34)
#071D1E
(7,29,30)
#07191A
(7,25,26)
#071516
(7,21,22)
#071112
(7,17,18)
#070D0E
(7,13,14)
#07090A
(7,9,10)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #072D2E

#072D2E
(7,45,46)
#1D4041
(29,64,65)
#335354
(51,83,84)
#496667
(73,102,103)
#5F797A
(95,121,122)
#758C8D
(117,140,141)
#8B9FA0
(139,159,160)
#A1B2B3
(161,178,179)
#B7C5C6
(183,197,198)
#CDD8D9
(205,216,217)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072D2E; }

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

This text font color is #072D2E.


Background Color

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

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

This div background color is #072D2E.


Border color

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

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

This div border color is #072D2E.


Opacity

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

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

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

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

This text has shadow with #072D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072D2E on black background.


Color preview on white background

This text has color #072D2E on white background.



Black color preview on #072D2E background

This text has black color on #072D2E background.


White color preview on #072D2E background

This text has white color on #072D2E background.