COLOR #050702

HEX: #050702
RGB: (5,7,2)

Color info

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

RGB color model

#050702 color RGB value is (5,7,2).

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

RGB channels and saturation

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

5
7
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 7 + 2 = 14 (100%)
R 5 of 14 ~ 35.71%
G 7 of 14 ~ 50%
B 2 of 14 ~ 14.29%

%35.71
%50
%14.29

CMYK color model

#050702 color CMYK value is (29,0,71,97).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 97.25%
CMYK:
(29,0,71,97)
C29M0Y71K97 
(29%,0%,71%,97%)
(0.29/0.00/0.71/0.97)	

CMYK percentages

%28.57
%0
%71.43
%97.25

Codes

Color #050702 in popluar color models

050702
RGB572
HSL84°55.56%1.76%
HSB/HSV84°71.43%2.75%
CMYK28.57%0.00%71.43%
97.25%

Color #050702 in popluar number systems.

HEX050702
Decimal572
Binary10111110
Octal572

Shades and tints

Tints of #050702

#050702
(5,7,2)
#1B1D19
(27,29,25)
#313330
(49,51,48)
#474947
(71,73,71)
#5D5F5E
(93,95,94)
#737575
(115,117,117)
#898B8C
(137,139,140)
#9FA1A3
(159,161,163)
#B5B7BA
(181,183,186)
#CBCDD1
(203,205,209)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050702; }

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

This text font color is #050702.


Background Color

.myBgColor { background-color: #050702; }

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

This div background color is #050702.


Border color

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

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

This div border color is #050702.


Opacity

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

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

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

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

This text has shadow with #050702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050702 on black background.


Color preview on white background

This text has color #050702 on white background.



Black color preview on #050702 background

This text has black color on #050702 background.


White color preview on #050702 background

This text has white color on #050702 background.