COLOR #030614

HEX: #030614
RGB: (3,6,20)

Color info

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

RGB color model

#030614 color RGB value is (3,6,20).

  • red value is 3;
  • green value is 6;
  • blue value is 20.
RGB:
(3,6,20)
(1%,2%,8%)

RGB channels and saturation

R 3 of 255 = 1%
G 6 of 255 = 2%
B 20 of 255 = 8%

3
6
20

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

Portions of RGB colors in percentages

R + G + B =
3 + 6 + 20 = 29 (100%)
R 3 of 29 ~ 10.34%
G 6 of 29 ~ 20.69%
B 20 of 29 ~ 68.97%

%10.34
%20.69
%68.97

CMYK color model

#030614 color CMYK value is (85,70,0,92).

  • cyan value is 85.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(85,70,0,92)
C85M70Y0K92 
(85%,70%,0%,92%)
(0.85/0.70/0.00/0.92)	

CMYK percentages

%85
%70
%0
%92.16

Codes

Color #030614 in popluar color models

030614
RGB3620
HSL229°73.91%4.51%
HSB/HSV229°85.00%7.84%
CMYK85.00%70.00%0.00%
92.16%

Color #030614 in popluar number systems.

HEX030614
Decimal3620
Binary1111010100
Octal3624

Shades and tints

Shades of #030614

#030614
(3,6,20)
#030613
(3,6,19)
#030612
(3,6,18)
#030611
(3,6,17)
#030610
(3,6,16)
#03060F
(3,6,15)
#03060E
(3,6,14)
#03060D
(3,6,13)
#03060C
(3,6,12)
#03060B
(3,6,11)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #030614

#030614
(3,6,20)
#191C29
(25,28,41)
#2F323E
(47,50,62)
#454853
(69,72,83)
#5B5E68
(91,94,104)
#71747D
(113,116,125)
#878A92
(135,138,146)
#9DA0A7
(157,160,167)
#B3B6BC
(179,182,188)
#C9CCD1
(201,204,209)
#DFE2E6
(223,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030614 color. Also use rgb(3,6,20) instead hex code.

Text Font Color

.myTextColor { color: #030614; }

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

This text font color is #030614.


Background Color

.myBgColor { background-color: #030614; }

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

This div background color is #030614.


Border color

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

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

This div border color is #030614.


Opacity

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

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

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

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

This text has shadow with #030614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030614 on black background.


Color preview on white background

This text has color #030614 on white background.



Black color preview on #030614 background

This text has black color on #030614 background.


White color preview on #030614 background

This text has white color on #030614 background.