COLOR #070652

HEX: #070652 RGB: (7,6,82)

Color info

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

RGB color model

#070652 color RGB value is (7,6,82).

RGB: (7,6,82) (3%, 2%, 32%)

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 82 of 255 = 32%

7
6
82

R + G + B ~ 12%. #070652 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 6 + 82 = 95 (100%)
R 7 of 95 ~ 7.37%
G 6 of 95 ~ 6.32%
B 82 of 95 ~ 86.32'%

%86.32

CMYK color model

#070652 color CMYK value is (91,93,0,68).

  • cyan value is 91.46%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (91,93,0,68)
C91M93Y0K68 (91%, 93%, 0%, 68%)
(0.91 / 0.93 / 0.00 / 0.68)

CMYK percentages

%91.46
%92.68
%0
%67.84

Codes

Color #070652 in popluar color models

07 06 52
RGB 7 6 82
HSL 241° 86.36% 17.25%
HSB/HSV 241° 92.68% 32.16%
CMYK 91.46% 92.68% 0.00%
67.84%

Color #070652 in popluar number systems.

HEX 07 06 52
Decimal 7 6 82
Binary 111 110 1010010
Octal 7 6 122

Shades and tints

Shades of #070652

#070652
(7,6,82)
#07064B
(7,6,75)
#070644
(7,6,68)
#07063D
(7,6,61)
#070636
(7,6,54)
#07062F
(7,6,47)
#070628
(7,6,40)
#070621
(7,6,33)
#07061A
(7,6,26)
#070613
(7,6,19)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #070652

#070652
(7,6,82)
#1D1C61
(29,28,97)
#333270
(51,50,112)
#49487F
(73,72,127)
#5F5E8E
(95,94,142)
#75749D
(117,116,157)
#8B8AAC
(139,138,172)
#A1A0BB
(161,160,187)
#B7B6CA
(183,182,202)
#CDCCD9
(205,204,217)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070652; }

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

This text font color is #070652.

Background Color

.myBgColor { background-color: #070652; }

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

This div background color is #070652.

Border color

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

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

This div border color is #070652.

Opacity

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

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

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

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

This text has shadow with #070652 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070652.

Preview

Color preview on black background

This text has color #070652 on black background.


Color preview on white background

This text has color #070652 on white background.


Black color preview on #070652 background

This text has black color on #070652 background.


White color preview on #070652 background

This text has white color on #070652 background.


Related colors

Complementary color

Complementary color for #hex is #F8F9AD.


I love getcolorcode.com

Triadic colors

1 #520706 and #065207 with #070652 are triadic colors.

2 #520607 and #060752 with #070652 are triadic colors.