COLOR #030714

HEX: #030714
RGB: (3,7,20)

Color info

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

RGB color model

#030714 color RGB value is (3,7,20).

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

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 20 of 255 = 8%

3
7
20

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

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 20 = 30 (100%)
R 3 of 30 ~ 10%
G 7 of 30 ~ 23.33%
B 20 of 30 ~ 66.67%

%10
%23.33
%66.67

CMYK color model

#030714 color CMYK value is (85,65,0,92).

  • cyan value is 85.00%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(85,65,0,92)
C85M65Y0K92 
(85%,65%,0%,92%)
(0.85/0.65/0.00/0.92)	

CMYK percentages

%85
%65
%0
%92.16

Codes

Color #030714 in popluar color models

030714
RGB3720
HSL226°73.91%4.51%
HSB/HSV226°85.00%7.84%
CMYK85.00%65.00%0.00%
92.16%

Color #030714 in popluar number systems.

HEX030714
Decimal3720
Binary1111110100
Octal3724

Shades and tints

Shades of #030714

#030714
(3,7,20)
#030713
(3,7,19)
#030712
(3,7,18)
#030711
(3,7,17)
#030710
(3,7,16)
#03070F
(3,7,15)
#03070E
(3,7,14)
#03070D
(3,7,13)
#03070C
(3,7,12)
#03070B
(3,7,11)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #030714

#030714
(3,7,20)
#191D29
(25,29,41)
#2F333E
(47,51,62)
#454953
(69,73,83)
#5B5F68
(91,95,104)
#71757D
(113,117,125)
#878B92
(135,139,146)
#9DA1A7
(157,161,167)
#B3B7BC
(179,183,188)
#C9CDD1
(201,205,209)
#DFE3E6
(223,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030714; }

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

This text font color is #030714.


Background Color

.myBgColor { background-color: #030714; }

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

This div background color is #030714.


Border color

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

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

This div border color is #030714.


Opacity

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

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

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

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

This text has shadow with #030714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030714 on black background.


Color preview on white background

This text has color #030714 on white background.



Black color preview on #030714 background

This text has black color on #030714 background.


White color preview on #030714 background

This text has white color on #030714 background.