COLOR #07110A

HEX: #07110A
RGB: (7,17,10)

Color info

#07110A contains red, green and blue colors in about the same proportion. Web safe color of #07110A is #000000 (or #000).

RGB color model

#07110A color RGB value is (7,17,10).

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

RGB channels and saturation

R 7 of 255 = 3%
G 17 of 255 = 7%
B 10 of 255 = 4%

7
17
10

R + G + B ~ 5%. #07110A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 17 + 10 = 34 (100%)
R 7 of 34 ~ 20.59%
G 17 of 34 ~ 50%
B 10 of 34 ~ 29.41%

%20.59
%50
%29.41

CMYK color model

#07110A color CMYK value is (59,0,41,93).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(59,0,41,93)
C59M0Y41K93 
(59%,0%,41%,93%)
(0.59/0.00/0.41/0.93)	

CMYK percentages

%58.82
%0
%41.18
%93.33

Codes

Color #07110A in popluar color models

07110A
RGB71710
HSL138°41.67%4.71%
HSB/HSV138°58.82%6.67%
CMYK58.82%0.00%41.18%
93.33%

Color #07110A in popluar number systems.

HEX07110A
Decimal71710
Binary111100011010
Octal72112

Shades and tints

Shades of #07110A

#07110A
(7,17,10)
#07100A
(7,16,10)
#070F0A
(7,15,10)
#070E0A
(7,14,10)
#070D0A
(7,13,10)
#070C0A
(7,12,10)
#070B0A
(7,11,10)
#070A0A
(7,10,10)
#07090A
(7,9,10)
#07080A
(7,8,10)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #07110A

#07110A
(7,17,10)
#1D2620
(29,38,32)
#333B36
(51,59,54)
#49504C
(73,80,76)
#5F6562
(95,101,98)
#757A78
(117,122,120)
#8B8F8E
(139,143,142)
#A1A4A4
(161,164,164)
#B7B9BA
(183,185,186)
#CDCED0
(205,206,208)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07110A color. Also use rgb(7,17,10) instead hex code.

Text Font Color

.myTextColor { color: #07110A; }

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

This text font color is #07110A.


Background Color

.myBgColor { background-color: #07110A; }

<div style="background-color:#07110A">Inner text</div>

This div background color is #07110A.


Border color

.myBorderColor { border: 1px solid #07110A; }

<div style="border:3px solid #07110A">Div</div>

This div border color is #07110A.


Opacity

.myOpacity80 { color: #07110A; opacity: 0.8; }

<p style="color:#07110A;opacity:0.8;">80%</p>

Text with #07110A 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 #07110A;}

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

This text has shadow with #07110A color.

.textShadow {text-shadow: 3px 3px 1px #07110A, 3px 3px 1px red;}

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

This text has shadow with #07110A primary color and red secondary color.


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

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

This text has shadow with #07110A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07110A on black background.


Color preview on white background

This text has color #07110A on white background.



Black color preview on #07110A background

This text has black color on #07110A background.


White color preview on #07110A background

This text has white color on #07110A background.