COLOR #050706

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

Color info

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

RGB color model

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

  • red value is 5;
  • green value is 7;
  • blue value is 6.
RGB:
(5,7,6)
(2%,3%,2%)

RGB channels and saturation

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

5
7
6

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

Portions of RGB colors in percentages

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

%27.78
%38.89
%33.33

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 97.25%
CMYK:
(29,0,14,97)
C29M0Y14K97 
(29%,0%,14%,97%)
(0.29/0.00/0.14/0.97)	

CMYK percentages

%28.57
%0
%14.29
%97.25

Codes

Color #050706 in popluar color models

050706
RGB576
HSL150°16.67%2.35%
HSB/HSV150°28.57%2.75%
CMYK28.57%0.00%14.29%
97.25%

Color #050706 in popluar number systems.

HEX050706
Decimal576
Binary101111110
Octal576

Shades and tints

Tints of #050706

#050706
(5,7,6)
#1B1D1C
(27,29,28)
#313332
(49,51,50)
#474948
(71,73,72)
#5D5F5E
(93,95,94)
#737574
(115,117,116)
#898B8A
(137,139,138)
#9FA1A0
(159,161,160)
#B5B7B6
(181,183,182)
#CBCDCC
(203,205,204)
#E1E3E2
(225,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050706; }

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

This text font color is #050706.


Background Color

.myBgColor { background-color: #050706; }

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

This div background color is #050706.


Border color

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

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

This div border color is #050706.


Opacity

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

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

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

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

This text has shadow with #050706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050706 on black background.


Color preview on white background

This text has color #050706 on white background.



Black color preview on #050706 background

This text has black color on #050706 background.


White color preview on #050706 background

This text has white color on #050706 background.