COLOR #180819

HEX: #180819
RGB: (24,8,25)

Color info

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

RGB color model

#180819 color RGB value is (24,8,25).

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

RGB channels and saturation

R 24 of 255 = 9%
G 8 of 255 = 3%
B 25 of 255 = 10%

24
8
25

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

Portions of RGB colors in percentages

R + G + B =
24 + 8 + 25 = 57 (100%)
R 24 of 57 ~ 42.11%
G 8 of 57 ~ 14.04%
B 25 of 57 ~ 43.86%

%42.11
%14.04
%43.86

CMYK color model

#180819 color CMYK value is (4,68,0,90).

  • cyan value is 4.00%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(4,68,0,90)
C4M68Y0K90 
(4%,68%,0%,90%)
(0.04/0.68/0.00/0.90)	

CMYK percentages

%4
%68
%0
%90.2

Codes

Color #180819 in popluar color models

180819
RGB24825
HSL296°51.52%6.47%
HSB/HSV296°68.00%9.80%
CMYK4.00%68.00%0.00%
90.20%

Color #180819 in popluar number systems.

HEX180819
Decimal24825
Binary11000100011001
Octal301031

Shades and tints

Shades of #180819

#180819
(24,8,25)
#160817
(22,8,23)
#140815
(20,8,21)
#120813
(18,8,19)
#100811
(16,8,17)
#0E080F
(14,8,15)
#0C080D
(12,8,13)
#0A080B
(10,8,11)
#080809
(8,8,9)
#060807
(6,8,7)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #180819

#180819
(24,8,25)
#2D1E2D
(45,30,45)
#423441
(66,52,65)
#574A55
(87,74,85)
#6C6069
(108,96,105)
#81767D
(129,118,125)
#968C91
(150,140,145)
#ABA2A5
(171,162,165)
#C0B8B9
(192,184,185)
#D5CECD
(213,206,205)
#EAE4E1
(234,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180819; }

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

This text font color is #180819.


Background Color

.myBgColor { background-color: #180819; }

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

This div background color is #180819.


Border color

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

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

This div border color is #180819.


Opacity

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

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

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

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

This text has shadow with #180819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180819 on black background.


Color preview on white background

This text has color #180819 on white background.



Black color preview on #180819 background

This text has black color on #180819 background.


White color preview on #180819 background

This text has white color on #180819 background.