COLOR #072B2F

HEX: #072B2F
RGB: (7,43,47)

Color info

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

RGB color model

#072B2F color RGB value is (7,43,47).

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

RGB channels and saturation

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

7
43
47

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

Portions of RGB colors in percentages

R + G + B =
7 + 43 + 47 = 97 (100%)
R 7 of 97 ~ 7.22%
G 43 of 97 ~ 44.33%
B 47 of 97 ~ 48.45%

%44.33
%48.45

CMYK color model

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

  • cyan value is 85.11%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(85,9,0,82)
C85M9Y0K82 
(85%,9%,0%,82%)
(0.85/0.09/0.00/0.82)	

CMYK percentages

%85.11
%8.51
%0
%81.57

Codes

Color #072B2F in popluar color models

072B2F
RGB74347
HSL186°74.07%10.59%
HSB/HSV186°85.11%18.43%
CMYK85.11%8.51%0.00%
81.57%

Color #072B2F in popluar number systems.

HEX072B2F
Decimal74347
Binary111101011101111
Octal75357

Shades and tints

Shades of #072B2F

#072B2F
(7,43,47)
#07282B
(7,40,43)
#072527
(7,37,39)
#072223
(7,34,35)
#071F1F
(7,31,31)
#071C1B
(7,28,27)
#071917
(7,25,23)
#071613
(7,22,19)
#07130F
(7,19,15)
#07100B
(7,16,11)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #072B2F

#072B2F
(7,43,47)
#1D3E41
(29,62,65)
#335153
(51,81,83)
#496465
(73,100,101)
#5F7777
(95,119,119)
#758A89
(117,138,137)
#8B9D9B
(139,157,155)
#A1B0AD
(161,176,173)
#B7C3BF
(183,195,191)
#CDD6D1
(205,214,209)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072B2F; }

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

This text font color is #072B2F.


Background Color

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

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

This div background color is #072B2F.


Border color

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

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

This div border color is #072B2F.


Opacity

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

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

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

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

This text has shadow with #072B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072B2F on black background.


Color preview on white background

This text has color #072B2F on white background.



Black color preview on #072B2F background

This text has black color on #072B2F background.


White color preview on #072B2F background

This text has white color on #072B2F background.