COLOR #072E2D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
46
45

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

Portions of RGB colors in percentages

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

%46.94
%45.92

CMYK color model

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

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

CMYK percentages

%84.78
%0
%2.17
%81.96

Codes

Color #072E2D in popluar color models

072E2D
RGB74645
HSL178°73.58%10.39%
HSB/HSV178°84.78%18.04%
CMYK84.78%0.00%2.17%
81.96%

Color #072E2D in popluar number systems.

HEX072E2D
Decimal74645
Binary111101110101101
Octal75655

Shades and tints

Shades of #072E2D

#072E2D
(7,46,45)
#072A29
(7,42,41)
#072625
(7,38,37)
#072221
(7,34,33)
#071E1D
(7,30,29)
#071A19
(7,26,25)
#071615
(7,22,21)
#071211
(7,18,17)
#070E0D
(7,14,13)
#070A09
(7,10,9)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #072E2D

#072E2D
(7,46,45)
#1D4140
(29,65,64)
#335453
(51,84,83)
#496766
(73,103,102)
#5F7A79
(95,122,121)
#758D8C
(117,141,140)
#8BA09F
(139,160,159)
#A1B3B2
(161,179,178)
#B7C6C5
(183,198,197)
#CDD9D8
(205,217,216)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072E2D; }

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

This text font color is #072E2D.


Background Color

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

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

This div background color is #072E2D.


Border color

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

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

This div border color is #072E2D.


Opacity

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

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

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

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

This text has shadow with #072E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E2D on black background.


Color preview on white background

This text has color #072E2D on white background.



Black color preview on #072E2D background

This text has black color on #072E2D background.


White color preview on #072E2D background

This text has white color on #072E2D background.