COLOR #070A27

HEX: #070A27
RGB: (7,10,39)

Color info

#070A27 contains red, green and blue colors in about the same proportion. Web safe color of #070A27 is #000033 (or #003).

RGB color model

#070A27 color RGB value is (7,10,39).

  • red value is 7;
  • green value is 10;
  • blue value is 39.
RGB: (7,10,39) (3%,4%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 39 of 255 = 15%

7
10
39

R + G + B ~ 7%. #070A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 39 = 56 (100%)
R 7 of 56 ~ 12.5%
G 10 of 56 ~ 17.86%
B 39 of 56 ~ 69.64%

%12.5
%17.86
%69.64

CMYK color model

#070A27 color CMYK value is (82,74,0,85).

  • cyan value is 82.05%
  • magenta value is 74.36%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK: (82,74,0,85) C82M74Y0K85 (82%,74%,0%,85%) (0.82/0.74/0.00/0.85)

CMYK percentages

%82.05
%74.36
%0
%84.71

Codes

Color #070A27 in popluar color models

070A27
RGB71039
HSL234°69.57%9.02%
HSB/HSV234°82.05%15.29%
CMYK82.05%74.36%0.00%
84.71%

Color #070A27 in popluar number systems.

HEX070A27
Decimal71039
Binary1111010100111
Octal71247

Shades and tints

Shades of #070A27

#070A27
(7,10,39)
#070A24
(7,10,36)
#070A21
(7,10,33)
#070A1E
(7,10,30)
#070A1B
(7,10,27)
#070A18
(7,10,24)
#070A15
(7,10,21)
#070A12
(7,10,18)
#070A0F
(7,10,15)
#070A0C
(7,10,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #070A27

#070A27
(7,10,39)
#1D203A
(29,32,58)
#33364D
(51,54,77)
#494C60
(73,76,96)
#5F6273
(95,98,115)
#757886
(117,120,134)
#8B8E99
(139,142,153)
#A1A4AC
(161,164,172)
#B7BABF
(183,186,191)
#CDD0D2
(205,208,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070A27 color. Also use rgb(7,10,39) instead hex code.

Text Font Color

.myTextColor { color: #070A27; }

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

This text font color is #070A27.


Background Color

.myBgColor { background-color: #070A27; }

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

This div background color is #070A27.


Border color

.myBorderColor { border: 1px solid #070A27; }

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

This div border color is #070A27.


Opacity

.myOpacity80 { color: #070A27; opacity: 0.8; }

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

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

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

This text has shadow with #070A27 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #070A27 on black background.


Color preview on white background

This text has color #070A27 on white background.



Black color preview on #070A27 background

This text has black color on #070A27 background.


White color preview on #070A27 background

This text has white color on #070A27 background.