COLOR #07122B

HEX: #07122B
RGB: (7,18,43)

Color info

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

RGB color model

#07122B color RGB value is (7,18,43).

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

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 43 of 255 = 17%

7
18
43

R + G + B ~ 9%. #07122B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 43 = 68 (100%)
R 7 of 68 ~ 10.29%
G 18 of 68 ~ 26.47%
B 43 of 68 ~ 63.24%

%10.29
%26.47
%63.24

CMYK color model

#07122B color CMYK value is (84,58,0,83).

  • cyan value is 83.72%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(84,58,0,83)
C84M58Y0K83 
(84%,58%,0%,83%)
(0.84/0.58/0.00/0.83)	

CMYK percentages

%83.72
%58.14
%0
%83.14

Codes

Color #07122B in popluar color models

07122B
RGB71843
HSL222°72.00%9.80%
HSB/HSV222°83.72%16.86%
CMYK83.72%58.14%0.00%
83.14%

Color #07122B in popluar number systems.

HEX07122B
Decimal71843
Binary11110010101011
Octal72253

Shades and tints

Shades of #07122B

#07122B
(7,18,43)
#071128
(7,17,40)
#071025
(7,16,37)
#070F22
(7,15,34)
#070E1F
(7,14,31)
#070D1C
(7,13,28)
#070C19
(7,12,25)
#070B16
(7,11,22)
#070A13
(7,10,19)
#070910
(7,9,16)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #07122B

#07122B
(7,18,43)
#1D273E
(29,39,62)
#333C51
(51,60,81)
#495164
(73,81,100)
#5F6677
(95,102,119)
#757B8A
(117,123,138)
#8B909D
(139,144,157)
#A1A5B0
(161,165,176)
#B7BAC3
(183,186,195)
#CDCFD6
(205,207,214)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07122B color. Also use rgb(7,18,43) instead hex code.

Text Font Color

.myTextColor { color: #07122B; }

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

This text font color is #07122B.


Background Color

.myBgColor { background-color: #07122B; }

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

This div background color is #07122B.


Border color

.myBorderColor { border: 1px solid #07122B; }

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

This div border color is #07122B.


Opacity

.myOpacity80 { color: #07122B; opacity: 0.8; }

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

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

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

This text has shadow with #07122B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07122B on black background.


Color preview on white background

This text has color #07122B on white background.



Black color preview on #07122B background

This text has black color on #07122B background.


White color preview on #07122B background

This text has white color on #07122B background.