COLOR #180718

HEX: #180718
RGB: (24,7,24)

Color info

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

RGB color model

#180718 color RGB value is (24,7,24).

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

RGB channels and saturation

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

24
7
24

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

Portions of RGB colors in percentages

R + G + B =
24 + 7 + 24 = 55 (100%)
R 24 of 55 ~ 43.64%
G 7 of 55 ~ 12.73%
B 24 of 55 ~ 43.64%

%43.64
%12.73
%43.64

CMYK color model

#180718 color CMYK value is (0,71,0,91).

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

CMYK percentages

%0
%70.83
%0
%90.59

Codes

Color #180718 in popluar color models

180718
RGB24724
HSL300°54.84%6.08%
HSB/HSV300°70.83%9.41%
CMYK0.00%70.83%0.00%
90.59%

Color #180718 in popluar number systems.

HEX180718
Decimal24724
Binary1100011111000
Octal30730

Shades and tints

Shades of #180718

#180718
(24,7,24)
#160716
(22,7,22)
#140714
(20,7,20)
#120712
(18,7,18)
#100710
(16,7,16)
#0E070E
(14,7,14)
#0C070C
(12,7,12)
#0A070A
(10,7,10)
#080708
(8,7,8)
#060706
(6,7,6)
#040704
(4,7,4)
#000000
(0,0,0)

Tints of #180718

#180718
(24,7,24)
#2D1D2D
(45,29,45)
#423342
(66,51,66)
#574957
(87,73,87)
#6C5F6C
(108,95,108)
#817581
(129,117,129)
#968B96
(150,139,150)
#ABA1AB
(171,161,171)
#C0B7C0
(192,183,192)
#D5CDD5
(213,205,213)
#EAE3EA
(234,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180718; }

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

This text font color is #180718.


Background Color

.myBgColor { background-color: #180718; }

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

This div background color is #180718.


Border color

.myBorderColor { border: 1px solid #180718; }

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

This div border color is #180718.


Opacity

.myOpacity80 { color: #180718; opacity: 0.8; }

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

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

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

This text has shadow with #180718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180718 on black background.


Color preview on white background

This text has color #180718 on white background.



Black color preview on #180718 background

This text has black color on #180718 background.


White color preview on #180718 background

This text has white color on #180718 background.