COLOR #07182B

HEX: #07182B
RGB: (7,24,43)

Color info

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

RGB color model

#07182B color RGB value is (7,24,43).

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

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 43 of 255 = 17%

7
24
43

R + G + B ~ 10%. #07182B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 43 = 74 (100%)
R 7 of 74 ~ 9.46%
G 24 of 74 ~ 32.43%
B 43 of 74 ~ 58.11%

%32.43
%58.11

CMYK color model

#07182B color CMYK value is (84,44,0,83).

  • cyan value is 83.72%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(84,44,0,83)
C84M44Y0K83 
(84%,44%,0%,83%)
(0.84/0.44/0.00/0.83)	

CMYK percentages

%83.72
%44.19
%0
%83.14

Codes

Color #07182B in popluar color models

07182B
RGB72443
HSL212°72.00%9.80%
HSB/HSV212°83.72%16.86%
CMYK83.72%44.19%0.00%
83.14%

Color #07182B in popluar number systems.

HEX07182B
Decimal72443
Binary11111000101011
Octal73053

Shades and tints

Shades of #07182B

#07182B
(7,24,43)
#071628
(7,22,40)
#071425
(7,20,37)
#071222
(7,18,34)
#07101F
(7,16,31)
#070E1C
(7,14,28)
#070C19
(7,12,25)
#070A16
(7,10,22)
#070813
(7,8,19)
#070610
(7,6,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #07182B

#07182B
(7,24,43)
#1D2D3E
(29,45,62)
#334251
(51,66,81)
#495764
(73,87,100)
#5F6C77
(95,108,119)
#75818A
(117,129,138)
#8B969D
(139,150,157)
#A1ABB0
(161,171,176)
#B7C0C3
(183,192,195)
#CDD5D6
(205,213,214)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07182B; }

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

This text font color is #07182B.


Background Color

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

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

This div background color is #07182B.


Border color

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

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

This div border color is #07182B.


Opacity

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

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

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

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

This text has shadow with #07182B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07182B on black background.


Color preview on white background

This text has color #07182B on white background.



Black color preview on #07182B background

This text has black color on #07182B background.


White color preview on #07182B background

This text has white color on #07182B background.