COLOR #020714

HEX: #020714
RGB: (2,7,20)

Color info

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

RGB color model

#020714 color RGB value is (2,7,20).

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

RGB channels and saturation

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

2
7
20

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

Portions of RGB colors in percentages

R + G + B =
2 + 7 + 20 = 29 (100%)
R 2 of 29 ~ 6.9%
G 7 of 29 ~ 24.14%
B 20 of 29 ~ 68.97%

%24.14
%68.97

CMYK color model

#020714 color CMYK value is (90,65,0,92).

  • cyan value is 90.00%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(90,65,0,92)
C90M65Y0K92 
(90%,65%,0%,92%)
(0.90/0.65/0.00/0.92)	

CMYK percentages

%90
%65
%0
%92.16

Codes

Color #020714 in popluar color models

020714
RGB2720
HSL223°81.82%4.31%
HSB/HSV223°90.00%7.84%
CMYK90.00%65.00%0.00%
92.16%

Color #020714 in popluar number systems.

HEX020714
Decimal2720
Binary1011110100
Octal2724

Shades and tints

Shades of #020714

#020714
(2,7,20)
#020713
(2,7,19)
#020712
(2,7,18)
#020711
(2,7,17)
#020710
(2,7,16)
#02070F
(2,7,15)
#02070E
(2,7,14)
#02070D
(2,7,13)
#02070C
(2,7,12)
#02070B
(2,7,11)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #020714

#020714
(2,7,20)
#191D29
(25,29,41)
#30333E
(48,51,62)
#474953
(71,73,83)
#5E5F68
(94,95,104)
#75757D
(117,117,125)
#8C8B92
(140,139,146)
#A3A1A7
(163,161,167)
#BAB7BC
(186,183,188)
#D1CDD1
(209,205,209)
#E8E3E6
(232,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020714; }

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

This text font color is #020714.


Background Color

.myBgColor { background-color: #020714; }

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

This div background color is #020714.


Border color

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

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

This div border color is #020714.


Opacity

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

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

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

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

This text has shadow with #020714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020714 on black background.


Color preview on white background

This text has color #020714 on white background.



Black color preview on #020714 background

This text has black color on #020714 background.


White color preview on #020714 background

This text has white color on #020714 background.