COLOR #050807

HEX: #050807
RGB: (5,8,7)

Color info

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

RGB color model

#050807 color RGB value is (5,8,7).

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

RGB channels and saturation

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

5
8
7

R + G + B ~ 3%. #050807 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 7 = 20 (100%)
R 5 of 20 ~ 25%
G 8 of 20 ~ 40%
B 7 of 20 ~ 35%

%25
%40
%35

CMYK color model

#050807 color CMYK value is (37,0,13,97).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 96.86%
CMYK:
(37,0,13,97)
C37M0Y13K97 
(37%,0%,13%,97%)
(0.37/0.00/0.13/0.97)	

CMYK percentages

%37.5
%0
%12.5
%96.86

Codes

Color #050807 in popluar color models

050807
RGB587
HSL160°23.08%2.55%
HSB/HSV160°37.50%3.14%
CMYK37.50%0.00%12.50%
96.86%

Color #050807 in popluar number systems.

HEX050807
Decimal587
Binary1011000111
Octal5107

Shades and tints

Tints of #050807

#050807
(5,8,7)
#1B1E1D
(27,30,29)
#313433
(49,52,51)
#474A49
(71,74,73)
#5D605F
(93,96,95)
#737675
(115,118,117)
#898C8B
(137,140,139)
#9FA2A1
(159,162,161)
#B5B8B7
(181,184,183)
#CBCECD
(203,206,205)
#E1E4E3
(225,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050807; }

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

This text font color is #050807.


Background Color

.myBgColor { background-color: #050807; }

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

This div background color is #050807.


Border color

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

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

This div border color is #050807.


Opacity

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

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

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

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

This text has shadow with #050807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050807 on black background.


Color preview on white background

This text has color #050807 on white background.



Black color preview on #050807 background

This text has black color on #050807 background.


White color preview on #050807 background

This text has white color on #050807 background.