COLOR #180519

HEX: #180519 RGB: (24,5,25)

Color info

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

RGB color model

#180519 color RGB value is (24,5,25).

RGB: (24,5,25) (9%, 2%, 10%)

RGB channels and saturation

R 24 of 255 = 9%
G 5 of 255 = 2%
B 25 of 255 = 10%

24
5
25

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

Portions of RGB colors in percentages

R + G + B = 24 + 5 + 25 = 54 (100%)
R 24 of 54 ~ 44.44%
G 5 of 54 ~ 9.26%
B 25 of 54 ~ 46.3'%

%44.44
%46.3

CMYK color model

#180519 color CMYK value is (4,80,0,90).

  • cyan value is 4.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (4,80,0,90)
C4M80Y0K90 (4%, 80%, 0%, 90%)
(0.04 / 0.80 / 0.00 / 0.90)

CMYK percentages

%4
%80
%0
%90.2

Codes

Color #180519 in popluar color models

18 05 19
RGB 24 5 25
HSL 297° 66.67% 5.88%
HSB/HSV 297° 80.00% 9.80%
CMYK 4.00% 80.00% 0.00%
90.20%

Color #180519 in popluar number systems.

HEX 18 05 19
Decimal 24 5 25
Binary 11000 101 11001
Octal 30 5 31

Shades and tints

Shades of #180519

#180519
(24,5,25)
#160517
(22,5,23)
#140515
(20,5,21)
#120513
(18,5,19)
#100511
(16,5,17)
#0E050F
(14,5,15)
#0C050D
(12,5,13)
#0A050B
(10,5,11)
#080509
(8,5,9)
#060507
(6,5,7)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #180519

#180519
(24,5,25)
#2D1B2D
(45,27,45)
#423141
(66,49,65)
#574755
(87,71,85)
#6C5D69
(108,93,105)
#81737D
(129,115,125)
#968991
(150,137,145)
#AB9FA5
(171,159,165)
#C0B5B9
(192,181,185)
#D5CBCD
(213,203,205)
#EAE1E1
(234,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180519; }

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

This text font color is #180519.

Background Color

.myBgColor { background-color: #180519; }

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

This div background color is #180519.

Border color

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

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

This div border color is #180519.

Opacity

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

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

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

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

This text has shadow with #180519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180519.

Preview

Color preview on black background

This text has color #180519 on black background.


Color preview on white background

This text has color #180519 on white background.


Black color preview on #180519 background

This text has black color on #180519 background.


White color preview on #180519 background

This text has white color on #180519 background.


Related colors

Complementary color

Complementary color for #hex is #E7FAE6.


I love getcolorcode.com

Triadic colors

1 #191805 and #051918 with #180519 are triadic colors.

2 #190518 and #051819 with #180519 are triadic colors.