COLOR #000714

HEX: #000714
RGB: (0,7,20)

Color info

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

RGB color model

#000714 color RGB value is (0,7,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 7 of 255 = 3%
B 20 of 255 = 8%

0
7
20

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

Portions of RGB colors in percentages

R + G + B =
0 + 7 + 20 = 27 (100%)
R 0 of 27 ~ 0%
G 7 of 27 ~ 25.93%
B 20 of 27 ~ 74.07%

%25.93
%74.07

CMYK color model

#000714 color CMYK value is (100,65,0,92).

  • cyan value is 100.00%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(100,65,0,92)
C100M65Y0K92 
(100%,65%,0%,92%)
(1.00/0.65/0.00/0.92)	

CMYK percentages

%100
%65
%0
%92.16

Codes

Color #000714 in popluar color models

000714
RGB0720
HSL219°100.00%3.92%
HSB/HSV219°100.00%7.84%
CMYK100.00%65.00%0.00%
92.16%

Color #000714 in popluar number systems.

HEX000714
Decimal0720
Binary011110100
Octal0724

Shades and tints

Shades of #000714

#000714
(0,7,20)
#000713
(0,7,19)
#000712
(0,7,18)
#000711
(0,7,17)
#000710
(0,7,16)
#00070F
(0,7,15)
#00070E
(0,7,14)
#00070D
(0,7,13)
#00070C
(0,7,12)
#00070B
(0,7,11)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #000714

#000714
(0,7,20)
#171D29
(23,29,41)
#2E333E
(46,51,62)
#454953
(69,73,83)
#5C5F68
(92,95,104)
#73757D
(115,117,125)
#8A8B92
(138,139,146)
#A1A1A7
(161,161,167)
#B8B7BC
(184,183,188)
#CFCDD1
(207,205,209)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000714; }

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

This text font color is #000714.


Background Color

.myBgColor { background-color: #000714; }

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

This div background color is #000714.


Border color

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

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

This div border color is #000714.


Opacity

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

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

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

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

This text has shadow with #000714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000714 on black background.


Color preview on white background

This text has color #000714 on white background.



Black color preview on #000714 background

This text has black color on #000714 background.


White color preview on #000714 background

This text has white color on #000714 background.