COLOR #070314

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

Color info

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

RGB color model

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

RGB: (7,3,20) (3%, 1%, 8%)

RGB channels and saturation

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

7
3
20

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

Portions of RGB colors in percentages

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

%23.33
%66.67

CMYK color model

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

  • cyan value is 65.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (65,85,0,92)
C65M85Y0K92 (65%, 85%, 0%, 92%)
(0.65 / 0.85 / 0.00 / 0.92)

CMYK percentages

%65
%85
%0
%92.16

Codes

Color #070314 in popluar color models

07 03 14
RGB 7 3 20
HSL 254° 73.91% 4.51%
HSB/HSV 254° 85.00% 7.84%
CMYK 65.00% 85.00% 0.00%
92.16%

Color #070314 in popluar number systems.

HEX 07 03 14
Decimal 7 3 20
Binary 111 11 10100
Octal 7 3 24

Shades and tints

Shades of #070314

#070314
(7,3,20)
#070313
(7,3,19)
#070312
(7,3,18)
#070311
(7,3,17)
#070310
(7,3,16)
#07030F
(7,3,15)
#07030E
(7,3,14)
#07030D
(7,3,13)
#07030C
(7,3,12)
#07030B
(7,3,11)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #070314

#070314
(7,3,20)
#1D1929
(29,25,41)
#332F3E
(51,47,62)
#494553
(73,69,83)
#5F5B68
(95,91,104)
#75717D
(117,113,125)
#8B8792
(139,135,146)
#A19DA7
(161,157,167)
#B7B3BC
(183,179,188)
#CDC9D1
(205,201,209)
#E3DFE6
(227,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070314; }

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

This text font color is #070314.

Background Color

.myBgColor { background-color: #070314; }

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

This div background color is #070314.

Border color

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

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

This div border color is #070314.

Opacity

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

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

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

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

This text has shadow with #070314 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070314.

Preview

Color preview on black background

This text has color #070314 on black background.


Color preview on white background

This text has color #070314 on white background.


Black color preview on #070314 background

This text has black color on #070314 background.


White color preview on #070314 background

This text has white color on #070314 background.


Related colors

Complementary color

Complementary color for #hex is #F8FCEB.


I love getcolorcode.com

Triadic colors

1 #140703 and #031407 with #070314 are triadic colors.

2 #140307 and #030714 with #070314 are triadic colors.