COLOR #070506

HEX: #070506 RGB: (7,5,6)

Color info

#070506 contains red, green and blue colors in about the same proportion. Web safe color of #070506 is #000000 (or #000).

RGB color model

#070506 color RGB value is (7,5,6).

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

RGB channels and saturation

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

7
5
6

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

Portions of RGB colors in percentages

R + G + B = 7 + 5 + 6 = 18 (100%)
R 7 of 18 ~ 38.89%
G 5 of 18 ~ 27.78%
B 6 of 18 ~ 33.33'%

%38.89
%27.78
%33.33

CMYK color model

#070506 color CMYK value is (0,29,14,97).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 14.29%
  • key color value is 97.25%

CMYK: (0,29,14,97)
C0M29Y14K97 (0%, 29%, 14%, 97%)
(0.00 / 0.29 / 0.14 / 0.97)

CMYK percentages

%0
%28.57
%14.29
%97.25

Codes

Color #070506 in popluar color models

07 05 06
RGB 7 5 6
HSL 330° 16.67% 2.35%
HSB/HSV 330° 28.57% 2.75%
CMYK 0.00% 28.57% 14.29%
97.25%

Color #070506 in popluar number systems.

HEX 07 05 06
Decimal 7 5 6
Binary 111 101 110
Octal 7 5 6

Shades and tints

Tints of #070506

#070506
(7,5,6)
#1D1B1C
(29,27,28)
#333132
(51,49,50)
#494748
(73,71,72)
#5F5D5E
(95,93,94)
#757374
(117,115,116)
#8B898A
(139,137,138)
#A19FA0
(161,159,160)
#B7B5B6
(183,181,182)
#CDCBCC
(205,203,204)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070506; }

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

This text font color is #070506.

Background Color

.myBgColor { background-color: #070506; }

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

This div background color is #070506.

Border color

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

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

This div border color is #070506.

Opacity

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

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

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

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

This text has shadow with #070506 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070506.

Preview

Color preview on black background

This text has color #070506 on black background.


Color preview on white background

This text has color #070506 on white background.


Black color preview on #070506 background

This text has black color on #070506 background.


White color preview on #070506 background

This text has white color on #070506 background.


Related colors

Complementary color

Complementary color for #hex is #F8FAF9.


I love getcolorcode.com

Triadic colors

1 #060705 and #050607 with #070506 are triadic colors.

2 #060507 and #050706 with #070506 are triadic colors.