COLOR #071F20

HEX: #071F20
RGB: (7,31,32)

Color info

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

RGB color model

#071F20 color RGB value is (7,31,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 31 of 255 = 12%
B 32 of 255 = 13%

7
31
32

R + G + B ~ 9%. #071F20 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 31 + 32 = 70 (100%)
R 7 of 70 ~ 10%
G 31 of 70 ~ 44.29%
B 32 of 70 ~ 45.71%

%10
%44.29
%45.71

CMYK color model

#071F20 color CMYK value is (78,3,0,87).

  • cyan value is 78.13%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(78,3,0,87)
C78M3Y0K87 
(78%,3%,0%,87%)
(0.78/0.03/0.00/0.87)	

CMYK percentages

%78.13
%3.12
%0
%87.45

Codes

Color #071F20 in popluar color models

071F20
RGB73132
HSL182°64.10%7.65%
HSB/HSV182°78.13%12.55%
CMYK78.13%3.12%0.00%
87.45%

Color #071F20 in popluar number systems.

HEX071F20
Decimal73132
Binary11111111100000
Octal73740

Shades and tints

Shades of #071F20

#071F20
(7,31,32)
#071D1E
(7,29,30)
#071B1C
(7,27,28)
#07191A
(7,25,26)
#071718
(7,23,24)
#071516
(7,21,22)
#071314
(7,19,20)
#071112
(7,17,18)
#070F10
(7,15,16)
#070D0E
(7,13,14)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #071F20

#071F20
(7,31,32)
#1D3334
(29,51,52)
#334748
(51,71,72)
#495B5C
(73,91,92)
#5F6F70
(95,111,112)
#758384
(117,131,132)
#8B9798
(139,151,152)
#A1ABAC
(161,171,172)
#B7BFC0
(183,191,192)
#CDD3D4
(205,211,212)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071F20 color. Also use rgb(7,31,32) instead hex code.

Text Font Color

.myTextColor { color: #071F20; }

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

This text font color is #071F20.


Background Color

.myBgColor { background-color: #071F20; }

<div style="background-color:#071F20">Inner text</div>

This div background color is #071F20.


Border color

.myBorderColor { border: 1px solid #071F20; }

<div style="border:3px solid #071F20">Div</div>

This div border color is #071F20.


Opacity

.myOpacity80 { color: #071F20; opacity: 0.8; }

<p style="color:#071F20;opacity:0.8;">80%</p>

Text with #071F20 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 #071F20;}

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

This text has shadow with #071F20 color.

.textShadow {text-shadow: 3px 3px 1px #071F20, 3px 3px 1px red;}

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

This text has shadow with #071F20 primary color and red secondary color.


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

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

This text has shadow with #071F20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071F20 on black background.


Color preview on white background

This text has color #071F20 on white background.



Black color preview on #071F20 background

This text has black color on #071F20 background.


White color preview on #071F20 background

This text has white color on #071F20 background.