COLOR #030718

HEX: #030718 RGB: (3,7,24)

Color info

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

RGB color model

#030718 color RGB value is (3,7,24).

RGB: (3,7,24) (1%, 3%, 9%)

RGB channels and saturation

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

3
7
24

R + G + B ~ 4%. #030718 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 7 + 24 = 34 (100%)
R 3 of 34 ~ 8.82%
G 7 of 34 ~ 20.59%
B 24 of 34 ~ 70.59'%

%20.59
%70.59

CMYK color model

#030718 color CMYK value is (88,71,0,91).

  • cyan value is 87.50%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (88,71,0,91)
C88M71Y0K91 (88%, 71%, 0%, 91%)
(0.88 / 0.71 / 0.00 / 0.91)

CMYK percentages

%87.5
%70.83
%0
%90.59

Codes

Color #030718 in popluar color models

03 07 18
RGB 3 7 24
HSL 229° 77.78% 5.29%
HSB/HSV 229° 87.50% 9.41%
CMYK 87.50% 70.83% 0.00%
90.59%

Color #030718 in popluar number systems.

HEX 03 07 18
Decimal 3 7 24
Binary 11 111 11000
Octal 3 7 30

Shades and tints

Shades of #030718

#030718
(3,7,24)
#030716
(3,7,22)
#030714
(3,7,20)
#030712
(3,7,18)
#030710
(3,7,16)
#03070E
(3,7,14)
#03070C
(3,7,12)
#03070A
(3,7,10)
#030708
(3,7,8)
#030706
(3,7,6)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #030718

#030718
(3,7,24)
#191D2D
(25,29,45)
#2F3342
(47,51,66)
#454957
(69,73,87)
#5B5F6C
(91,95,108)
#717581
(113,117,129)
#878B96
(135,139,150)
#9DA1AB
(157,161,171)
#B3B7C0
(179,183,192)
#C9CDD5
(201,205,213)
#DFE3EA
(223,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030718; }

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

This text font color is #030718.

Background Color

.myBgColor { background-color: #030718; }

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

This div background color is #030718.

Border color

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

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

This div border color is #030718.

Opacity

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

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

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

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

This text has shadow with #030718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030718.

Preview

Color preview on black background

This text has color #030718 on black background.


Color preview on white background

This text has color #030718 on white background.


Black color preview on #030718 background

This text has black color on #030718 background.


White color preview on #030718 background

This text has white color on #030718 background.


Related colors

Complementary color

Complementary color for #hex is #FCF8E7.


I love getcolorcode.com

Triadic colors

1 #180307 and #071803 with #030718 are triadic colors.

2 #180703 and #070318 with #030718 are triadic colors.