COLOR #182519

HEX: #182519
RGB: (24,37,25)

Color info

#182519 contains red, green and blue colors in about the same proportion. Web safe color of #182519 is #003300 (or #030).

RGB color model

#182519 color RGB value is (24,37,25).

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

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 25 of 255 = 10%

24
37
25

R + G + B ~ 11%. #182519 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 25 = 86 (100%)
R 24 of 86 ~ 27.91%
G 37 of 86 ~ 43.02%
B 25 of 86 ~ 29.07%

%27.91
%43.02
%29.07

CMYK color model

#182519 color CMYK value is (35,0,32,85).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(35,0,32,85)
C35M0Y32K85 
(35%,0%,32%,85%)
(0.35/0.00/0.32/0.85)	

CMYK percentages

%35.14
%0
%32.43
%85.49

Codes

Color #182519 in popluar color models

182519
RGB243725
HSL125°21.31%11.96%
HSB/HSV125°35.14%14.51%
CMYK35.14%0.00%32.43%
85.49%

Color #182519 in popluar number systems.

HEX182519
Decimal243725
Binary1100010010111001
Octal304531

Shades and tints

Shades of #182519

#182519
(24,37,25)
#162217
(22,34,23)
#141F15
(20,31,21)
#121C13
(18,28,19)
#101911
(16,25,17)
#0E160F
(14,22,15)
#0C130D
(12,19,13)
#0A100B
(10,16,11)
#080D09
(8,13,9)
#060A07
(6,10,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #182519

#182519
(24,37,25)
#2D382D
(45,56,45)
#424B41
(66,75,65)
#575E55
(87,94,85)
#6C7169
(108,113,105)
#81847D
(129,132,125)
#969791
(150,151,145)
#ABAAA5
(171,170,165)
#C0BDB9
(192,189,185)
#D5D0CD
(213,208,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182519; }

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

This text font color is #182519.


Background Color

.myBgColor { background-color: #182519; }

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

This div background color is #182519.


Border color

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

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

This div border color is #182519.


Opacity

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

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

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

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

This text has shadow with #182519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182519 on black background.


Color preview on white background

This text has color #182519 on white background.



Black color preview on #182519 background

This text has black color on #182519 background.


White color preview on #182519 background

This text has white color on #182519 background.