COLOR #030509

HEX: #030509
RGB: (3,5,9)

Color info

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

RGB color model

#030509 color RGB value is (3,5,9).

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

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 9 of 255 = 4%

3
5
9

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

Portions of RGB colors in percentages

R + G + B =
3 + 5 + 9 = 17 (100%)
R 3 of 17 ~ 17.65%
G 5 of 17 ~ 29.41%
B 9 of 17 ~ 52.94%

%17.65
%29.41
%52.94

CMYK color model

#030509 color CMYK value is (67,44,0,96).

  • cyan value is 66.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(67,44,0,96)
C67M44Y0K96 
(67%,44%,0%,96%)
(0.67/0.44/0.00/0.96)	

CMYK percentages

%66.67
%44.44
%0
%96.47

Codes

Color #030509 in popluar color models

030509
RGB359
HSL220°50.00%2.35%
HSB/HSV220°66.67%3.53%
CMYK66.67%44.44%0.00%
96.47%

Color #030509 in popluar number systems.

HEX030509
Decimal359
Binary111011001
Octal3511

Shades and tints

Tints of #030509

#030509
(3,5,9)
#191B1F
(25,27,31)
#2F3135
(47,49,53)
#45474B
(69,71,75)
#5B5D61
(91,93,97)
#717377
(113,115,119)
#87898D
(135,137,141)
#9D9FA3
(157,159,163)
#B3B5B9
(179,181,185)
#C9CBCF
(201,203,207)
#DFE1E5
(223,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030509; }

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

This text font color is #030509.


Background Color

.myBgColor { background-color: #030509; }

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

This div background color is #030509.


Border color

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

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

This div border color is #030509.


Opacity

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

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

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

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

This text has shadow with #030509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030509 on black background.


Color preview on white background

This text has color #030509 on white background.



Black color preview on #030509 background

This text has black color on #030509 background.


White color preview on #030509 background

This text has white color on #030509 background.