COLOR #183319

HEX: #183319
RGB: (24,51,25)

Color info

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

RGB color model

#183319 color RGB value is (24,51,25).

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

RGB channels and saturation

R 24 of 255 = 9%
G 51 of 255 = 20%
B 25 of 255 = 10%

24
51
25

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

Portions of RGB colors in percentages

R + G + B =
24 + 51 + 25 = 100 (100%)
R 24 of 100 ~ 24%
G 51 of 100 ~ 51%
B 25 of 100 ~ 25%

%24
%51
%25

CMYK color model

#183319 color CMYK value is (53,0,51,80).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(53,0,51,80)
C53M0Y51K80 
(53%,0%,51%,80%)
(0.53/0.00/0.51/0.80)	

CMYK percentages

%52.94
%0
%50.98
%80

Codes

Color #183319 in popluar color models

183319
RGB245125
HSL122°36.00%14.71%
HSB/HSV122°52.94%20.00%
CMYK52.94%0.00%50.98%
80.00%

Color #183319 in popluar number systems.

HEX183319
Decimal245125
Binary1100011001111001
Octal306331

Shades and tints

Shades of #183319

#183319
(24,51,25)
#162F17
(22,47,23)
#142B15
(20,43,21)
#122713
(18,39,19)
#102311
(16,35,17)
#0E1F0F
(14,31,15)
#0C1B0D
(12,27,13)
#0A170B
(10,23,11)
#081309
(8,19,9)
#060F07
(6,15,7)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #183319

#183319
(24,51,25)
#2D452D
(45,69,45)
#425741
(66,87,65)
#576955
(87,105,85)
#6C7B69
(108,123,105)
#818D7D
(129,141,125)
#969F91
(150,159,145)
#ABB1A5
(171,177,165)
#C0C3B9
(192,195,185)
#D5D5CD
(213,213,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183319; }

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

This text font color is #183319.


Background Color

.myBgColor { background-color: #183319; }

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

This div background color is #183319.


Border color

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

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

This div border color is #183319.


Opacity

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

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

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

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

This text has shadow with #183319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183319 on black background.


Color preview on white background

This text has color #183319 on white background.



Black color preview on #183319 background

This text has black color on #183319 background.


White color preview on #183319 background

This text has white color on #183319 background.