COLOR #07121B

HEX: #07121B RGB: (7,18,27)

Color info

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

RGB color model

#07121B color RGB value is (7,18,27).

RGB: (7,18,27) (3%, 7%, 11%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 27 of 255 = 11%

7
18
27

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

Portions of RGB colors in percentages

R + G + B = 7 + 18 + 27 = 52 (100%)
R 7 of 52 ~ 13.46%
G 18 of 52 ~ 34.62%
B 27 of 52 ~ 51.92'%

%13.46
%34.62
%51.92

CMYK color model

#07121B color CMYK value is (74,33,0,89).

  • cyan value is 74.07%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK: (74,33,0,89) C74M33Y0K89 (74%,33%,0%,89%) (0.74/0.33/0.00/0.89) 

CMYK percentages

%74.07
%33.33
%0
%89.41

Codes

Color #07121B in popluar color models

07 12 1B
RGB 7 18 27
HSL 207° 58.82% 6.67%
HSB/HSV 207° 74.07% 10.59%
CMYK 74.07% 33.33% 0.00%
89.41%

Color #07121B in popluar number systems.

HEX 07 12 1B
Decimal 7 18 27
Binary 111 10010 11011
Octal 7 22 33

Shades and tints

Shades of #07121B

#07121B
(7,18,27)
#071119
(7,17,25)
#071017
(7,16,23)
#070F15
(7,15,21)
#070E13
(7,14,19)
#070D11
(7,13,17)
#070C0F
(7,12,15)
#070B0D
(7,11,13)
#070A0B
(7,10,11)
#070909
(7,9,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #07121B

#07121B
(7,18,27)
#1D272F
(29,39,47)
#333C43
(51,60,67)
#495157
(73,81,87)
#5F666B
(95,102,107)
#757B7F
(117,123,127)
#8B9093
(139,144,147)
#A1A5A7
(161,165,167)
#B7BABB
(183,186,187)
#CDCFCF
(205,207,207)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07121B; }

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

This text font color is #07121B.

Background Color

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

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

This div background color is #07121B.

Border color

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

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

This div border color is #07121B.

Opacity

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

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

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

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

This text has shadow with #07121B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07121B.

Preview

Color preview on black background

This text has color #07121B on black background.


Color preview on white background

This text has color #07121B on white background.


Black color preview on #07121B background

This text has black color on #07121B background.


White color preview on #07121B background

This text has white color on #07121B background.


Related colors

Complementary color

Complementary color for #hex is #F8EDE4.


I love getcolorcode.com

Triadic colors

1 #1B0712 and #121B07 with #07121B are triadic colors.

2 #1B1207 and #12071B with #07121B are triadic colors.