COLOR #030709

HEX: #030709
RGB: (3,7,9)

Color info

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

RGB color model

#030709 color RGB value is (3,7,9).

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

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 9 of 255 = 4%

3
7
9

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

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 9 = 19 (100%)
R 3 of 19 ~ 15.79%
G 7 of 19 ~ 36.84%
B 9 of 19 ~ 47.37%

%15.79
%36.84
%47.37

CMYK color model

#030709 color CMYK value is (67,22,0,96).

  • cyan value is 66.67%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(67,22,0,96)
C67M22Y0K96 
(67%,22%,0%,96%)
(0.67/0.22/0.00/0.96)	

CMYK percentages

%66.67
%22.22
%0
%96.47

Codes

Color #030709 in popluar color models

030709
RGB379
HSL200°50.00%2.35%
HSB/HSV200°66.67%3.53%
CMYK66.67%22.22%0.00%
96.47%

Color #030709 in popluar number systems.

HEX030709
Decimal379
Binary111111001
Octal3711

Shades and tints

Tints of #030709

#030709
(3,7,9)
#191D1F
(25,29,31)
#2F3335
(47,51,53)
#45494B
(69,73,75)
#5B5F61
(91,95,97)
#717577
(113,117,119)
#878B8D
(135,139,141)
#9DA1A3
(157,161,163)
#B3B7B9
(179,183,185)
#C9CDCF
(201,205,207)
#DFE3E5
(223,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030709; }

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

This text font color is #030709.


Background Color

.myBgColor { background-color: #030709; }

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

This div background color is #030709.


Border color

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

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

This div border color is #030709.


Opacity

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

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

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

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

This text has shadow with #030709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030709 on black background.


Color preview on white background

This text has color #030709 on white background.



Black color preview on #030709 background

This text has black color on #030709 background.


White color preview on #030709 background

This text has white color on #030709 background.