COLOR #072F1F

HEX: #072F1F
RGB: (7,47,31)

Color info

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

RGB color model

#072F1F color RGB value is (7,47,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 31 of 255 = 12%

7
47
31

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

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 31 = 85 (100%)
R 7 of 85 ~ 8.24%
G 47 of 85 ~ 55.29%
B 31 of 85 ~ 36.47%

%55.29
%36.47

CMYK color model

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

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 81.57%
CMYK:
(85,0,34,82)
C85M0Y34K82 
(85%,0%,34%,82%)
(0.85/0.00/0.34/0.82)	

CMYK percentages

%85.11
%0
%34.04
%81.57

Codes

Color #072F1F in popluar color models

072F1F
RGB74731
HSL156°74.07%10.59%
HSB/HSV156°85.11%18.43%
CMYK85.11%0.00%34.04%
81.57%

Color #072F1F in popluar number systems.

HEX072F1F
Decimal74731
Binary11110111111111
Octal75737

Shades and tints

Shades of #072F1F

#072F1F
(7,47,31)
#072B1D
(7,43,29)
#07271B
(7,39,27)
#072319
(7,35,25)
#071F17
(7,31,23)
#071B15
(7,27,21)
#071713
(7,23,19)
#071311
(7,19,17)
#070F0F
(7,15,15)
#070B0D
(7,11,13)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #072F1F

#072F1F
(7,47,31)
#1D4133
(29,65,51)
#335347
(51,83,71)
#49655B
(73,101,91)
#5F776F
(95,119,111)
#758983
(117,137,131)
#8B9B97
(139,155,151)
#A1ADAB
(161,173,171)
#B7BFBF
(183,191,191)
#CDD1D3
(205,209,211)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F1F; }

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

This text font color is #072F1F.


Background Color

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

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

This div background color is #072F1F.


Border color

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

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

This div border color is #072F1F.


Opacity

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

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

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

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

This text has shadow with #072F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F1F on black background.


Color preview on white background

This text has color #072F1F on white background.



Black color preview on #072F1F background

This text has black color on #072F1F background.


White color preview on #072F1F background

This text has white color on #072F1F background.