COLOR #072B20

HEX: #072B20
RGB: (7,43,32)

Color info

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

RGB color model

#072B20 color RGB value is (7,43,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 43 of 255 = 17%
B 32 of 255 = 13%

7
43
32

R + G + B ~ 11%. #072B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 43 + 32 = 82 (100%)
R 7 of 82 ~ 8.54%
G 43 of 82 ~ 52.44%
B 32 of 82 ~ 39.02%

%52.44
%39.02

CMYK color model

#072B20 color CMYK value is (84,0,26,83).

  • cyan value is 83.72%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 83.14%
CMYK:
(84,0,26,83)
C84M0Y26K83 
(84%,0%,26%,83%)
(0.84/0.00/0.26/0.83)	

CMYK percentages

%83.72
%0
%25.58
%83.14

Codes

Color #072B20 in popluar color models

072B20
RGB74332
HSL162°72.00%9.80%
HSB/HSV162°83.72%16.86%
CMYK83.72%0.00%25.58%
83.14%

Color #072B20 in popluar number systems.

HEX072B20
Decimal74332
Binary111101011100000
Octal75340

Shades and tints

Shades of #072B20

#072B20
(7,43,32)
#07281E
(7,40,30)
#07251C
(7,37,28)
#07221A
(7,34,26)
#071F18
(7,31,24)
#071C16
(7,28,22)
#071914
(7,25,20)
#071612
(7,22,18)
#071310
(7,19,16)
#07100E
(7,16,14)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #072B20

#072B20
(7,43,32)
#1D3E34
(29,62,52)
#335148
(51,81,72)
#49645C
(73,100,92)
#5F7770
(95,119,112)
#758A84
(117,138,132)
#8B9D98
(139,157,152)
#A1B0AC
(161,176,172)
#B7C3C0
(183,195,192)
#CDD6D4
(205,214,212)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072B20; }

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

This text font color is #072B20.


Background Color

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

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

This div background color is #072B20.


Border color

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

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

This div border color is #072B20.


Opacity

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

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

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

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

This text has shadow with #072B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072B20 on black background.


Color preview on white background

This text has color #072B20 on white background.



Black color preview on #072B20 background

This text has black color on #072B20 background.


White color preview on #072B20 background

This text has white color on #072B20 background.