COLOR #030E17

HEX: #030E17
RGB: (3,14,23)

Color info

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

RGB color model

#030E17 color RGB value is (3,14,23).

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

RGB channels and saturation

R 3 of 255 = 1%
G 14 of 255 = 5%
B 23 of 255 = 9%

3
14
23

R + G + B ~ 5%. #030E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 14 + 23 = 40 (100%)
R 3 of 40 ~ 7.5%
G 14 of 40 ~ 35%
B 23 of 40 ~ 57.5%

%35
%57.5

CMYK color model

#030E17 color CMYK value is (87,39,0,91).

  • cyan value is 86.96%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(87,39,0,91)
C87M39Y0K91 
(87%,39%,0%,91%)
(0.87/0.39/0.00/0.91)	

CMYK percentages

%86.96
%39.13
%0
%90.98

Codes

Color #030E17 in popluar color models

030E17
RGB31423
HSL207°76.92%5.10%
HSB/HSV207°86.96%9.02%
CMYK86.96%39.13%0.00%
90.98%

Color #030E17 in popluar number systems.

HEX030E17
Decimal31423
Binary11111010111
Octal31627

Shades and tints

Shades of #030E17

#030E17
(3,14,23)
#030D15
(3,13,21)
#030C13
(3,12,19)
#030B11
(3,11,17)
#030A0F
(3,10,15)
#03090D
(3,9,13)
#03080B
(3,8,11)
#030709
(3,7,9)
#030607
(3,6,7)
#030505
(3,5,5)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #030E17

#030E17
(3,14,23)
#19232C
(25,35,44)
#2F3841
(47,56,65)
#454D56
(69,77,86)
#5B626B
(91,98,107)
#717780
(113,119,128)
#878C95
(135,140,149)
#9DA1AA
(157,161,170)
#B3B6BF
(179,182,191)
#C9CBD4
(201,203,212)
#DFE0E9
(223,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030E17 color. Also use rgb(3,14,23) instead hex code.

Text Font Color

.myTextColor { color: #030E17; }

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

This text font color is #030E17.


Background Color

.myBgColor { background-color: #030E17; }

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

This div background color is #030E17.


Border color

.myBorderColor { border: 1px solid #030E17; }

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

This div border color is #030E17.


Opacity

.myOpacity80 { color: #030E17; opacity: 0.8; }

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

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

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

This text has shadow with #030E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030E17 on black background.


Color preview on white background

This text has color #030E17 on white background.



Black color preview on #030E17 background

This text has black color on #030E17 background.


White color preview on #030E17 background

This text has white color on #030E17 background.