COLOR #072E2E

HEX: #072E2E
RGB: (7,46,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
46
46

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

Portions of RGB colors in percentages

R + G + B =
7 + 46 + 46 = 99 (100%)
R 7 of 99 ~ 7.07%
G 46 of 99 ~ 46.46%
B 46 of 99 ~ 46.46%

%46.46
%46.46

CMYK color model

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

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

CMYK percentages

%84.78
%0
%0
%81.96

Codes

Color #072E2E in popluar color models

072E2E
RGB74646
HSL180°73.58%10.39%
HSB/HSV180°84.78%18.04%
CMYK84.78%0.00%0.00%
81.96%

Color #072E2E in popluar number systems.

HEX072E2E
Decimal74646
Binary111101110101110
Octal75656

Shades and tints

Shades of #072E2E

#072E2E
(7,46,46)
#072A2A
(7,42,42)
#072626
(7,38,38)
#072222
(7,34,34)
#071E1E
(7,30,30)
#071A1A
(7,26,26)
#071616
(7,22,22)
#071212
(7,18,18)
#070E0E
(7,14,14)
#070A0A
(7,10,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #072E2E

#072E2E
(7,46,46)
#1D4141
(29,65,65)
#335454
(51,84,84)
#496767
(73,103,103)
#5F7A7A
(95,122,122)
#758D8D
(117,141,141)
#8BA0A0
(139,160,160)
#A1B3B3
(161,179,179)
#B7C6C6
(183,198,198)
#CDD9D9
(205,217,217)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072E2E; }

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

This text font color is #072E2E.


Background Color

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

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

This div background color is #072E2E.


Border color

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

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

This div border color is #072E2E.


Opacity

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

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

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

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

This text has shadow with #072E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E2E on black background.


Color preview on white background

This text has color #072E2E on white background.



Black color preview on #072E2E background

This text has black color on #072E2E background.


White color preview on #072E2E background

This text has white color on #072E2E background.