COLOR #072F26

HEX: #072F26
RGB: (7,47,38)

Color info

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

RGB color model

#072F26 color RGB value is (7,47,38).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 38 of 255 = 15%

7
47
38

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

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 38 = 92 (100%)
R 7 of 92 ~ 7.61%
G 47 of 92 ~ 51.09%
B 38 of 92 ~ 41.3%

%51.09
%41.3

CMYK color model

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

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 81.57%
CMYK:
(85,0,19,82)
C85M0Y19K82 
(85%,0%,19%,82%)
(0.85/0.00/0.19/0.82)	

CMYK percentages

%85.11
%0
%19.15
%81.57

Codes

Color #072F26 in popluar color models

072F26
RGB74738
HSL167°74.07%10.59%
HSB/HSV167°85.11%18.43%
CMYK85.11%0.00%19.15%
81.57%

Color #072F26 in popluar number systems.

HEX072F26
Decimal74738
Binary111101111100110
Octal75746

Shades and tints

Shades of #072F26

#072F26
(7,47,38)
#072B23
(7,43,35)
#072720
(7,39,32)
#07231D
(7,35,29)
#071F1A
(7,31,26)
#071B17
(7,27,23)
#071714
(7,23,20)
#071311
(7,19,17)
#070F0E
(7,15,14)
#070B0B
(7,11,11)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #072F26

#072F26
(7,47,38)
#1D4139
(29,65,57)
#33534C
(51,83,76)
#49655F
(73,101,95)
#5F7772
(95,119,114)
#758985
(117,137,133)
#8B9B98
(139,155,152)
#A1ADAB
(161,173,171)
#B7BFBE
(183,191,190)
#CDD1D1
(205,209,209)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F26; }

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

This text font color is #072F26.


Background Color

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

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

This div background color is #072F26.


Border color

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

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

This div border color is #072F26.


Opacity

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

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

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

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

This text has shadow with #072F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F26 on black background.


Color preview on white background

This text has color #072F26 on white background.



Black color preview on #072F26 background

This text has black color on #072F26 background.


White color preview on #072F26 background

This text has white color on #072F26 background.