COLOR #183919

HEX: #183919
RGB: (24,57,25)

Color info

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

RGB color model

#183919 color RGB value is (24,57,25).

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

RGB channels and saturation

R 24 of 255 = 9%
G 57 of 255 = 22%
B 25 of 255 = 10%

24
57
25

R + G + B ~ 14%. #183919 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 57 + 25 = 106 (100%)
R 24 of 106 ~ 22.64%
G 57 of 106 ~ 53.77%
B 25 of 106 ~ 23.58%

%22.64
%53.77
%23.58

CMYK color model

#183919 color CMYK value is (58,0,56,78).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 56.14%
  • key color value is 77.65%
CMYK:
(58,0,56,78)
C58M0Y56K78 
(58%,0%,56%,78%)
(0.58/0.00/0.56/0.78)	

CMYK percentages

%57.89
%0
%56.14
%77.65

Codes

Color #183919 in popluar color models

183919
RGB245725
HSL122°40.74%15.88%
HSB/HSV122°57.89%22.35%
CMYK57.89%0.00%56.14%
77.65%

Color #183919 in popluar number systems.

HEX183919
Decimal245725
Binary1100011100111001
Octal307131

Shades and tints

Shades of #183919

#183919
(24,57,25)
#163417
(22,52,23)
#142F15
(20,47,21)
#122A13
(18,42,19)
#102511
(16,37,17)
#0E200F
(14,32,15)
#0C1B0D
(12,27,13)
#0A160B
(10,22,11)
#081109
(8,17,9)
#060C07
(6,12,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #183919

#183919
(24,57,25)
#2D4B2D
(45,75,45)
#425D41
(66,93,65)
#576F55
(87,111,85)
#6C8169
(108,129,105)
#81937D
(129,147,125)
#96A591
(150,165,145)
#ABB7A5
(171,183,165)
#C0C9B9
(192,201,185)
#D5DBCD
(213,219,205)
#EAEDE1
(234,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183919; }

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

This text font color is #183919.


Background Color

.myBgColor { background-color: #183919; }

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

This div background color is #183919.


Border color

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

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

This div border color is #183919.


Opacity

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

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

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

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

This text has shadow with #183919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183919 on black background.


Color preview on white background

This text has color #183919 on white background.



Black color preview on #183919 background

This text has black color on #183919 background.


White color preview on #183919 background

This text has white color on #183919 background.