COLOR #050300

HEX: #050300 RGB: (5,3,0)

Color info

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

RGB color model

#050300 color RGB value is (5,3,0).

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

RGB channels and saturation

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

5
3
0

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

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 0 = 8 (100%)
R 5 of 8 ~ 62.5%
G 3 of 8 ~ 37.5%
B 0 of 8 ~ 0'%

%62.5
%37.5

CMYK color model

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

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

CMYK: (0,40,100,98)
C0M40Y100K98 (0%, 40%, 100%, 98%)
(0.00 / 0.40 / 1.00 / 0.98)

CMYK percentages

%0
%40
%100
%98.04

Codes

Color #050300 in popluar color models

05 03 00
RGB 5 3 0
HSL 36° 100.00% 0.98%
HSB/HSV 36° 100.00% 1.96%
CMYK 0.00% 40.00% 100.00%
98.04%

Color #050300 in popluar number systems.

HEX 05 03 00
Decimal 5 3 0
Binary 101 11 0
Octal 5 3 0

Shades and tints

Tints of #050300

#050300
(5,3,0)
#1B1917
(27,25,23)
#312F2E
(49,47,46)
#474545
(71,69,69)
#5D5B5C
(93,91,92)
#737173
(115,113,115)
#89878A
(137,135,138)
#9F9DA1
(159,157,161)
#B5B3B8
(181,179,184)
#CBC9CF
(203,201,207)
#E1DFE6
(225,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050300; }

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

This text font color is #050300.

Background Color

.myBgColor { background-color: #050300; }

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

This div background color is #050300.

Border color

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

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

This div border color is #050300.

Opacity

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

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

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

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

This text has shadow with #050300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050300.

Preview

Color preview on black background

This text has color #050300 on black background.


Color preview on white background

This text has color #050300 on white background.


Black color preview on #050300 background

This text has black color on #050300 background.


White color preview on #050300 background

This text has white color on #050300 background.


Related colors

Complementary color

Complementary color for #hex is #FAFCFF.


I love getcolorcode.com

Triadic colors

1 #000503 and #030005 with #050300 are triadic colors.

2 #000305 and #030500 with #050300 are triadic colors.