COLOR #183519

HEX: #183519
RGB: (24,53,25)

Color info

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

RGB color model

#183519 color RGB value is (24,53,25).

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

RGB channels and saturation

R 24 of 255 = 9%
G 53 of 255 = 21%
B 25 of 255 = 10%

24
53
25

R + G + B ~ 13%. #183519 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 53 + 25 = 102 (100%)
R 24 of 102 ~ 23.53%
G 53 of 102 ~ 51.96%
B 25 of 102 ~ 24.51%

%23.53
%51.96
%24.51

CMYK color model

#183519 color CMYK value is (55,0,53,79).

  • cyan value is 54.72%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 79.22%
CMYK:
(55,0,53,79)
C55M0Y53K79 
(55%,0%,53%,79%)
(0.55/0.00/0.53/0.79)	

CMYK percentages

%54.72
%0
%52.83
%79.22

Codes

Color #183519 in popluar color models

183519
RGB245325
HSL122°37.66%15.10%
HSB/HSV122°54.72%20.78%
CMYK54.72%0.00%52.83%
79.22%

Color #183519 in popluar number systems.

HEX183519
Decimal245325
Binary1100011010111001
Octal306531

Shades and tints

Shades of #183519

#183519
(24,53,25)
#163117
(22,49,23)
#142D15
(20,45,21)
#122913
(18,41,19)
#102511
(16,37,17)
#0E210F
(14,33,15)
#0C1D0D
(12,29,13)
#0A190B
(10,25,11)
#081509
(8,21,9)
#061107
(6,17,7)
#040D05
(4,13,5)
#000000
(0,0,0)

Tints of #183519

#183519
(24,53,25)
#2D472D
(45,71,45)
#425941
(66,89,65)
#576B55
(87,107,85)
#6C7D69
(108,125,105)
#818F7D
(129,143,125)
#96A191
(150,161,145)
#ABB3A5
(171,179,165)
#C0C5B9
(192,197,185)
#D5D7CD
(213,215,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183519; }

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

This text font color is #183519.


Background Color

.myBgColor { background-color: #183519; }

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

This div background color is #183519.


Border color

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

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

This div border color is #183519.


Opacity

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

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

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

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

This text has shadow with #183519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183519 on black background.


Color preview on white background

This text has color #183519 on white background.



Black color preview on #183519 background

This text has black color on #183519 background.


White color preview on #183519 background

This text has white color on #183519 background.