COLOR #181511

HEX: #181511
RGB: (24,21,17)

Color info

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

RGB color model

#181511 color RGB value is (24,21,17).

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

RGB channels and saturation

R 24 of 255 = 9%
G 21 of 255 = 8%
B 17 of 255 = 7%

24
21
17

R + G + B ~ 8%. #181511 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 21 + 17 = 62 (100%)
R 24 of 62 ~ 38.71%
G 21 of 62 ~ 33.87%
B 17 of 62 ~ 27.42%

%38.71
%33.87
%27.42

CMYK color model

#181511 color CMYK value is (0,13,29,91).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 29.17%
  • key color value is 90.59%
CMYK:
(0,13,29,91)
C0M13Y29K91 
(0%,13%,29%,91%)
(0.00/0.13/0.29/0.91)	

CMYK percentages

%0
%12.5
%29.17
%90.59

Codes

Color #181511 in popluar color models

181511
RGB242117
HSL34°17.07%8.04%
HSB/HSV34°29.17%9.41%
CMYK0.00%12.50%29.17%
90.59%

Color #181511 in popluar number systems.

HEX181511
Decimal242117
Binary110001010110001
Octal302521

Shades and tints

Shades of #181511

#181511
(24,21,17)
#161410
(22,20,16)
#14130F
(20,19,15)
#12120E
(18,18,14)
#10110D
(16,17,13)
#0E100C
(14,16,12)
#0C0F0B
(12,15,11)
#0A0E0A
(10,14,10)
#080D09
(8,13,9)
#060C08
(6,12,8)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #181511

#181511
(24,21,17)
#2D2A26
(45,42,38)
#423F3B
(66,63,59)
#575450
(87,84,80)
#6C6965
(108,105,101)
#817E7A
(129,126,122)
#96938F
(150,147,143)
#ABA8A4
(171,168,164)
#C0BDB9
(192,189,185)
#D5D2CE
(213,210,206)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181511; }

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

This text font color is #181511.


Background Color

.myBgColor { background-color: #181511; }

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

This div background color is #181511.


Border color

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

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

This div border color is #181511.


Opacity

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

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

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

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

This text has shadow with #181511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181511 on black background.


Color preview on white background

This text has color #181511 on white background.



Black color preview on #181511 background

This text has black color on #181511 background.


White color preview on #181511 background

This text has white color on #181511 background.