COLOR #072C2F

HEX: #072C2F
RGB: (7,44,47)

Color info

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

RGB color model

#072C2F color RGB value is (7,44,47).

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

RGB channels and saturation

R 7 of 255 = 3%
G 44 of 255 = 17%
B 47 of 255 = 18%

7
44
47

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

Portions of RGB colors in percentages

R + G + B =
7 + 44 + 47 = 98 (100%)
R 7 of 98 ~ 7.14%
G 44 of 98 ~ 44.9%
B 47 of 98 ~ 47.96%

%44.9
%47.96

CMYK color model

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

  • cyan value is 85.11%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(85,6,0,82)
C85M6Y0K82 
(85%,6%,0%,82%)
(0.85/0.06/0.00/0.82)	

CMYK percentages

%85.11
%6.38
%0
%81.57

Codes

Color #072C2F in popluar color models

072C2F
RGB74447
HSL185°74.07%10.59%
HSB/HSV185°85.11%18.43%
CMYK85.11%6.38%0.00%
81.57%

Color #072C2F in popluar number systems.

HEX072C2F
Decimal74447
Binary111101100101111
Octal75457

Shades and tints

Shades of #072C2F

#072C2F
(7,44,47)
#07282B
(7,40,43)
#072427
(7,36,39)
#072023
(7,32,35)
#071C1F
(7,28,31)
#07181B
(7,24,27)
#071417
(7,20,23)
#071013
(7,16,19)
#070C0F
(7,12,15)
#07080B
(7,8,11)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #072C2F

#072C2F
(7,44,47)
#1D3F41
(29,63,65)
#335253
(51,82,83)
#496565
(73,101,101)
#5F7877
(95,120,119)
#758B89
(117,139,137)
#8B9E9B
(139,158,155)
#A1B1AD
(161,177,173)
#B7C4BF
(183,196,191)
#CDD7D1
(205,215,209)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072C2F; }

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

This text font color is #072C2F.


Background Color

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

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

This div background color is #072C2F.


Border color

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

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

This div border color is #072C2F.


Opacity

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

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

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

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

This text has shadow with #072C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072C2F on black background.


Color preview on white background

This text has color #072C2F on white background.



Black color preview on #072C2F background

This text has black color on #072C2F background.


White color preview on #072C2F background

This text has white color on #072C2F background.