COLOR #000705

HEX: #000705 RGB: (0,7,5)

Color info

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

RGB color model

#000705 color RGB value is (0,7,5).

RGB: (0,7,5) (0%, 3%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 7 of 255 = 3%
B 5 of 255 = 2%

0
7
5

R + G + B ~ 2%. #000705 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 7 + 5 = 12 (100%)
R 0 of 12 ~ 0%
G 7 of 12 ~ 58.33%
B 5 of 12 ~ 41.67'%

%58.33
%41.67

CMYK color model

#000705 color CMYK value is (100,0,29,97).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 97.25%
CMYK: (100,0,29,97) C100M0Y29K97 (100%,0%,29%,97%) (1.00/0.00/0.29/0.97) 

CMYK percentages

%100
%0
%28.57
%97.25

Codes

Color #000705 in popluar color models

00 07 05
RGB 0 7 5
HSL 163° 100.00% 1.37%
HSB/HSV 163° 100.00% 2.75%
CMYK 100.00% 0.00% 28.57%
97.25%

Color #000705 in popluar number systems.

HEX 00 07 05
Decimal 0 7 5
Binary 0 111 101
Octal 0 7 5

Shades and tints

Tints of #000705

#000705
(0,7,5)
#171D1B
(23,29,27)
#2E3331
(46,51,49)
#454947
(69,73,71)
#5C5F5D
(92,95,93)
#737573
(115,117,115)
#8A8B89
(138,139,137)
#A1A19F
(161,161,159)
#B8B7B5
(184,183,181)
#CFCDCB
(207,205,203)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000705; }

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

This text font color is #000705.

Background Color

.myBgColor { background-color: #000705; }

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

This div background color is #000705.

Border color

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

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

This div border color is #000705.

Opacity

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

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

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

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

This text has shadow with #000705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000705.

Preview

Color preview on black background

This text has color #000705 on black background.


Color preview on white background

This text has color #000705 on white background.


Black color preview on #000705 background

This text has black color on #000705 background.


White color preview on #000705 background

This text has white color on #000705 background.


Related colors

Complementary color

Complementary color for #hex is #FFF8FA.


I love getcolorcode.com

Triadic colors

1 #050007 and #070500 with #000705 are triadic colors.

2 #050700 and #070005 with #000705 are triadic colors.