COLOR #050500

HEX: #050500 RGB: (5,5,0)

Color info

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

RGB color model

#050500 color RGB value is (5,5,0).

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

RGB channels and saturation

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

5
5
0

R + G + B ~ 1%. #050500 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 0 = 10 (100%)
R 5 of 10 ~ 50%
G 5 of 10 ~ 50%
B 0 of 10 ~ 0'%

%50
%50

CMYK color model

#050500 color CMYK value is (0,0,100,98).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 98.04%

CMYK: (0,0,100,98)
C0M0Y100K98 (0%, 0%, 100%, 98%)
(0.00 / 0.00 / 1.00 / 0.98)

CMYK percentages

%0
%0
%100
%98.04

Codes

Color #050500 in popluar color models

05 05 00
RGB 5 5 0
HSL 60° 100.00% 0.98%
HSB/HSV 60° 100.00% 1.96%
CMYK 0.00% 0.00% 100.00%
98.04%

Color #050500 in popluar number systems.

HEX 05 05 00
Decimal 5 5 0
Binary 101 101 0
Octal 5 5 0

Shades and tints

Tints of #050500

#050500
(5,5,0)
#1B1B17
(27,27,23)
#31312E
(49,49,46)
#474745
(71,71,69)
#5D5D5C
(93,93,92)
#737373
(115,115,115)
#89898A
(137,137,138)
#9F9FA1
(159,159,161)
#B5B5B8
(181,181,184)
#CBCBCF
(203,203,207)
#E1E1E6
(225,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050500; }

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

This text font color is #050500.

Background Color

.myBgColor { background-color: #050500; }

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

This div background color is #050500.

Border color

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

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

This div border color is #050500.

Opacity

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

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

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

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

This text has shadow with #050500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050500.

Preview

Color preview on black background

This text has color #050500 on black background.


Color preview on white background

This text has color #050500 on white background.


Black color preview on #050500 background

This text has black color on #050500 background.


White color preview on #050500 background

This text has white color on #050500 background.


Related colors

Complementary color

Complementary color for #hex is #FAFAFF.


I love getcolorcode.com