COLOR #071700

HEX: #071700
RGB: (7,23,0)

Color info

#071700 contains only red and green colors. Web safe color of #071700 is #000000 (or #000).

RGB color model

#071700 color RGB value is (7,23,0).

  • red value is 7;
  • green value is 23;
  • blue value is 0.
RGB:
(7,23,0)
(3%,9%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 23 of 255 = 9%
B 0 of 255 = 0%

7
23
0

R + G + B ~ 4%. #071700 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 23 + 0 = 30 (100%)
R 7 of 30 ~ 23.33%
G 23 of 30 ~ 76.67%
B 0 of 30 ~ 0%

%23.33
%76.67

CMYK color model

#071700 color CMYK value is (70,0,100,91).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.98%
CMYK:
(70,0,100,91)
C70M0Y100K91 
(70%,0%,100%,91%)
(0.70/0.00/1.00/0.91)	

CMYK percentages

%69.57
%0
%100
%90.98

Codes

Color #071700 in popluar color models

071700
RGB7230
HSL102°100.00%4.51%
HSB/HSV102°100.00%9.02%
CMYK69.57%0.00%100.00%
90.98%

Color #071700 in popluar number systems.

HEX071700
Decimal7230
Binary111101110
Octal7270

Shades and tints

Shades of #071700

#071700
(7,23,0)
#071500
(7,21,0)
#071300
(7,19,0)
#071100
(7,17,0)
#070F00
(7,15,0)
#070D00
(7,13,0)
#070B00
(7,11,0)
#070900
(7,9,0)
#070700
(7,7,0)
#070500
(7,5,0)
#070300
(7,3,0)
#000000
(0,0,0)

Tints of #071700

#071700
(7,23,0)
#1D2C17
(29,44,23)
#33412E
(51,65,46)
#495645
(73,86,69)
#5F6B5C
(95,107,92)
#758073
(117,128,115)
#8B958A
(139,149,138)
#A1AAA1
(161,170,161)
#B7BFB8
(183,191,184)
#CDD4CF
(205,212,207)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071700 color. Also use rgb(7,23,0) instead hex code.

Text Font Color

.myTextColor { color: #071700; }

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

This text font color is #071700.


Background Color

.myBgColor { background-color: #071700; }

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

This div background color is #071700.


Border color

.myBorderColor { border: 1px solid #071700; }

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

This div border color is #071700.


Opacity

.myOpacity80 { color: #071700; opacity: 0.8; }

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

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

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

This text has shadow with #071700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071700 on black background.


Color preview on white background

This text has color #071700 on white background.



Black color preview on #071700 background

This text has black color on #071700 background.


White color preview on #071700 background

This text has white color on #071700 background.