COLOR #070A2B

HEX: #070A2B
RGB: (7,10,43)

Color info

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

RGB color model

#070A2B color RGB value is (7,10,43).

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

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 43 of 255 = 17%

7
10
43

R + G + B ~ 8%. #070A2B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 43 = 60 (100%)
R 7 of 60 ~ 11.67%
G 10 of 60 ~ 16.67%
B 43 of 60 ~ 71.67%

%11.67
%16.67
%71.67

CMYK color model

#070A2B color CMYK value is (84,77,0,83).

  • cyan value is 83.72%
  • magenta value is 76.74%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(84,77,0,83)
C84M77Y0K83 
(84%,77%,0%,83%)
(0.84/0.77/0.00/0.83)	

CMYK percentages

%83.72
%76.74
%0
%83.14

Codes

Color #070A2B in popluar color models

070A2B
RGB71043
HSL235°72.00%9.80%
HSB/HSV235°83.72%16.86%
CMYK83.72%76.74%0.00%
83.14%

Color #070A2B in popluar number systems.

HEX070A2B
Decimal71043
Binary1111010101011
Octal71253

Shades and tints

Shades of #070A2B

#070A2B
(7,10,43)
#070A28
(7,10,40)
#070A25
(7,10,37)
#070A22
(7,10,34)
#070A1F
(7,10,31)
#070A1C
(7,10,28)
#070A19
(7,10,25)
#070A16
(7,10,22)
#070A13
(7,10,19)
#070A10
(7,10,16)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #070A2B

#070A2B
(7,10,43)
#1D203E
(29,32,62)
#333651
(51,54,81)
#494C64
(73,76,100)
#5F6277
(95,98,119)
#75788A
(117,120,138)
#8B8E9D
(139,142,157)
#A1A4B0
(161,164,176)
#B7BAC3
(183,186,195)
#CDD0D6
(205,208,214)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070A2B; }

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

This text font color is #070A2B.


Background Color

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

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

This div background color is #070A2B.


Border color

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

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

This div border color is #070A2B.


Opacity

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

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

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

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

This text has shadow with #070A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A2B on black background.


Color preview on white background

This text has color #070A2B on white background.



Black color preview on #070A2B background

This text has black color on #070A2B background.


White color preview on #070A2B background

This text has white color on #070A2B background.