COLOR #180717

HEX: #180717 RGB: (24,7,23)

Color info

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

RGB color model

#180717 color RGB value is (24,7,23).

RGB: (24,7,23) (9%, 3%, 9%)

RGB channels and saturation

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

24
7
23

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

Portions of RGB colors in percentages

R + G + B = 24 + 7 + 23 = 54 (100%)
R 24 of 54 ~ 44.44%
G 7 of 54 ~ 12.96%
B 23 of 54 ~ 42.59'%

%44.44
%12.96
%42.59

CMYK color model

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

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

CMYK percentages

%0
%70.83
%4.17
%90.59

Codes

Color #180717 in popluar color models

18 07 17
RGB 24 7 23
HSL 304° 54.84% 6.08%
HSB/HSV 304° 70.83% 9.41%
CMYK 0.00% 70.83% 4.17%
90.59%

Color #180717 in popluar number systems.

HEX 18 07 17
Decimal 24 7 23
Binary 11000 111 10111
Octal 30 7 27

Shades and tints

Shades of #180717

#180717
(24,7,23)
#160715
(22,7,21)
#140713
(20,7,19)
#120711
(18,7,17)
#10070F
(16,7,15)
#0E070D
(14,7,13)
#0C070B
(12,7,11)
#0A0709
(10,7,9)
#080707
(8,7,7)
#060705
(6,7,5)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #180717

#180717
(24,7,23)
#2D1D2C
(45,29,44)
#423341
(66,51,65)
#574956
(87,73,86)
#6C5F6B
(108,95,107)
#817580
(129,117,128)
#968B95
(150,139,149)
#ABA1AA
(171,161,170)
#C0B7BF
(192,183,191)
#D5CDD4
(213,205,212)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180717; }

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

This text font color is #180717.

Background Color

.myBgColor { background-color: #180717; }

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

This div background color is #180717.

Border color

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

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

This div border color is #180717.

Opacity

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

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

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

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

This text has shadow with #180717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180717.

Preview

Color preview on black background

This text has color #180717 on black background.


Color preview on white background

This text has color #180717 on white background.


Black color preview on #180717 background

This text has black color on #180717 background.


White color preview on #180717 background

This text has white color on #180717 background.


Related colors

Complementary color

Complementary color for #hex is #E7F8E8.


I love getcolorcode.com

Triadic colors

1 #171807 and #071718 with #180717 are triadic colors.

2 #170718 and #071817 with #180717 are triadic colors.