COLOR #07111E

HEX: #07111E
RGB: (7,17,30)

Color info

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

RGB color model

#07111E color RGB value is (7,17,30).

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

RGB channels and saturation

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

7
17
30

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

Portions of RGB colors in percentages

R + G + B =
7 + 17 + 30 = 54 (100%)
R 7 of 54 ~ 12.96%
G 17 of 54 ~ 31.48%
B 30 of 54 ~ 55.56%

%12.96
%31.48
%55.56

CMYK color model

#07111E color CMYK value is (77,43,0,88).

  • cyan value is 76.67%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(77,43,0,88)
C77M43Y0K88 
(77%,43%,0%,88%)
(0.77/0.43/0.00/0.88)	

CMYK percentages

%76.67
%43.33
%0
%88.24

Codes

Color #07111E in popluar color models

07111E
RGB71730
HSL214°62.16%7.25%
HSB/HSV214°76.67%11.76%
CMYK76.67%43.33%0.00%
88.24%

Color #07111E in popluar number systems.

HEX07111E
Decimal71730
Binary1111000111110
Octal72136

Shades and tints

Shades of #07111E

#07111E
(7,17,30)
#07101C
(7,16,28)
#070F1A
(7,15,26)
#070E18
(7,14,24)
#070D16
(7,13,22)
#070C14
(7,12,20)
#070B12
(7,11,18)
#070A10
(7,10,16)
#07090E
(7,9,14)
#07080C
(7,8,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #07111E

#07111E
(7,17,30)
#1D2632
(29,38,50)
#333B46
(51,59,70)
#49505A
(73,80,90)
#5F656E
(95,101,110)
#757A82
(117,122,130)
#8B8F96
(139,143,150)
#A1A4AA
(161,164,170)
#B7B9BE
(183,185,190)
#CDCED2
(205,206,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07111E; }

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

This text font color is #07111E.


Background Color

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

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

This div background color is #07111E.


Border color

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

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

This div border color is #07111E.


Opacity

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

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

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

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

This text has shadow with #07111E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07111E on black background.


Color preview on white background

This text has color #07111E on white background.



Black color preview on #07111E background

This text has black color on #07111E background.


White color preview on #07111E background

This text has white color on #07111E background.