COLOR #070952

HEX: #070952
RGB: (7,9,82)

Color info

#070952 contains mainly blue color. Web safe color of #070952 is #000066 (or #006).

RGB color model

#070952 color RGB value is (7,9,82).

  • red value is 7;
  • green value is 9;
  • blue value is 82.
RGB:
(7,9,82)
(3%,4%,32%)

RGB channels and saturation

R 7 of 255 = 3%
G 9 of 255 = 4%
B 82 of 255 = 32%

7
9
82

R + G + B ~ 13%. #070952 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 9 + 82 = 98 (100%)
R 7 of 98 ~ 7.14%
G 9 of 98 ~ 9.18%
B 82 of 98 ~ 83.67%

%83.67

CMYK color model

#070952 color CMYK value is (91,89,0,68).

  • cyan value is 91.46%
  • magenta value is 89.02%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(91,89,0,68)
C91M89Y0K68 
(91%,89%,0%,68%)
(0.91/0.89/0.00/0.68)	

CMYK percentages

%91.46
%89.02
%0
%67.84

Codes

Color #070952 in popluar color models

070952
RGB7982
HSL238°84.27%17.45%
HSB/HSV238°91.46%32.16%
CMYK91.46%89.02%0.00%
67.84%

Color #070952 in popluar number systems.

HEX070952
Decimal7982
Binary11110011010010
Octal711122

Shades and tints

Shades of #070952

#070952
(7,9,82)
#07094B
(7,9,75)
#070944
(7,9,68)
#07093D
(7,9,61)
#070936
(7,9,54)
#07092F
(7,9,47)
#070928
(7,9,40)
#070921
(7,9,33)
#07091A
(7,9,26)
#070913
(7,9,19)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #070952

#070952
(7,9,82)
#1D1F61
(29,31,97)
#333570
(51,53,112)
#494B7F
(73,75,127)
#5F618E
(95,97,142)
#75779D
(117,119,157)
#8B8DAC
(139,141,172)
#A1A3BB
(161,163,187)
#B7B9CA
(183,185,202)
#CDCFD9
(205,207,217)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070952 color. Also use rgb(7,9,82) instead hex code.

Text Font Color

.myTextColor { color: #070952; }

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

This text font color is #070952.


Background Color

.myBgColor { background-color: #070952; }

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

This div background color is #070952.


Border color

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

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

This div border color is #070952.


Opacity

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

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

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

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

This text has shadow with #070952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070952 on black background.


Color preview on white background

This text has color #070952 on white background.



Black color preview on #070952 background

This text has black color on #070952 background.


White color preview on #070952 background

This text has white color on #070952 background.