COLOR #07111F

HEX: #07111F RGB: (7,17,31)

Color info

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

RGB color model

#07111F color RGB value is (7,17,31).

RGB: (7,17,31) (3%, 7%, 12%)

RGB channels and saturation

R 7 of 255 = 3%
G 17 of 255 = 7%
B 31 of 255 = 12%

7
17
31

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

Portions of RGB colors in percentages

R + G + B = 7 + 17 + 31 = 55 (100%)
R 7 of 55 ~ 12.73%
G 17 of 55 ~ 30.91%
B 31 of 55 ~ 56.36'%

%12.73
%30.91
%56.36

CMYK color model

#07111F color CMYK value is (77,45,0,88).

  • cyan value is 77.42%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (77,45,0,88)
C77M45Y0K88 (77%, 45%, 0%, 88%)
(0.77 / 0.45 / 0.00 / 0.88)

CMYK percentages

%77.42
%45.16
%0
%87.84

Codes

Color #07111F in popluar color models

07 11 1F
RGB 7 17 31
HSL 215° 63.16% 7.45%
HSB/HSV 215° 77.42% 12.16%
CMYK 77.42% 45.16% 0.00%
87.84%

Color #07111F in popluar number systems.

HEX 07 11 1F
Decimal 7 17 31
Binary 111 10001 11111
Octal 7 21 37

Shades and tints

Shades of #07111F

#07111F
(7,17,31)
#07101D
(7,16,29)
#070F1B
(7,15,27)
#070E19
(7,14,25)
#070D17
(7,13,23)
#070C15
(7,12,21)
#070B13
(7,11,19)
#070A11
(7,10,17)
#07090F
(7,9,15)
#07080D
(7,8,13)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #07111F

#07111F
(7,17,31)
#1D2633
(29,38,51)
#333B47
(51,59,71)
#49505B
(73,80,91)
#5F656F
(95,101,111)
#757A83
(117,122,131)
#8B8F97
(139,143,151)
#A1A4AB
(161,164,171)
#B7B9BF
(183,185,191)
#CDCED3
(205,206,211)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07111F color. Also use rgb(7,17,31) instead hex code.

Text Font Color

.myTextColor { color: #07111F; }

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

This text font color is #07111F.

Background Color

.myBgColor { background-color: #07111F; }

<div style="background-color:#07111F">Inner text</div>

This div background color is #07111F.

Border color

.myBorderColor { border: 1px solid #07111F; }

<div style="border:3px solid #07111F">Div</div>

This div border color is #07111F.

Opacity

.myOpacity80 { color: #07111F; opacity: 0.8; }

<p style="color:#07111F;opacity:0.8;">80%</p>

Text with #07111F 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 #07111F;}

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

This text has shadow with #07111F color.


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

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

This text has shadow with #07111F primary color and red secondary color.


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

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

This text has shadow with #07111F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07111F.

Preview

Color preview on black background

This text has color #07111F on black background.


Color preview on white background

This text has color #07111F on white background.


Black color preview on #07111F background

This text has black color on #07111F background.


White color preview on #07111F background

This text has white color on #07111F background.


Related colors

Complementary color

Complementary color for #hex is #F8EEE0.


I love getcolorcode.com

Triadic colors

1 #1F0711 and #111F07 with #07111F are triadic colors.

2 #1F1107 and #11071F with #07111F are triadic colors.