COLOR #07180E

HEX: #07180E
RGB: (7,24,14)

Color info

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

RGB color model

#07180E color RGB value is (7,24,14).

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

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 14 of 255 = 5%

7
24
14

R + G + B ~ 6%. #07180E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 14 = 45 (100%)
R 7 of 45 ~ 15.56%
G 24 of 45 ~ 53.33%
B 14 of 45 ~ 31.11%

%15.56
%53.33
%31.11

CMYK color model

#07180E color CMYK value is (71,0,42,91).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 90.59%
CMYK:
(71,0,42,91)
C71M0Y42K91 
(71%,0%,42%,91%)
(0.71/0.00/0.42/0.91)	

CMYK percentages

%70.83
%0
%41.67
%90.59

Codes

Color #07180E in popluar color models

07180E
RGB72414
HSL145°54.84%6.08%
HSB/HSV145°70.83%9.41%
CMYK70.83%0.00%41.67%
90.59%

Color #07180E in popluar number systems.

HEX07180E
Decimal72414
Binary111110001110
Octal73016

Shades and tints

Shades of #07180E

#07180E
(7,24,14)
#07160D
(7,22,13)
#07140C
(7,20,12)
#07120B
(7,18,11)
#07100A
(7,16,10)
#070E09
(7,14,9)
#070C08
(7,12,8)
#070A07
(7,10,7)
#070806
(7,8,6)
#070605
(7,6,5)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #07180E

#07180E
(7,24,14)
#1D2D23
(29,45,35)
#334238
(51,66,56)
#49574D
(73,87,77)
#5F6C62
(95,108,98)
#758177
(117,129,119)
#8B968C
(139,150,140)
#A1ABA1
(161,171,161)
#B7C0B6
(183,192,182)
#CDD5CB
(205,213,203)
#E3EAE0
(227,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07180E color. Also use rgb(7,24,14) instead hex code.

Text Font Color

.myTextColor { color: #07180E; }

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

This text font color is #07180E.


Background Color

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

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

This div background color is #07180E.


Border color

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

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

This div border color is #07180E.


Opacity

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

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

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

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

This text has shadow with #07180E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07180E on black background.


Color preview on white background

This text has color #07180E on white background.



Black color preview on #07180E background

This text has black color on #07180E background.


White color preview on #07180E background

This text has white color on #07180E background.