COLOR #182520

HEX: #182520
RGB: (24,37,32)

Color info

#182520 contains red, green and blue colors in about the same proportion. Web safe color of #182520 is #003333 (or #033).

RGB color model

#182520 color RGB value is (24,37,32).

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

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 32 of 255 = 13%

24
37
32

R + G + B ~ 12%. #182520 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 32 = 93 (100%)
R 24 of 93 ~ 25.81%
G 37 of 93 ~ 39.78%
B 32 of 93 ~ 34.41%

%25.81
%39.78
%34.41

CMYK color model

#182520 color CMYK value is (35,0,14,85).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK:
(35,0,14,85)
C35M0Y14K85 
(35%,0%,14%,85%)
(0.35/0.00/0.14/0.85)	

CMYK percentages

%35.14
%0
%13.51
%85.49

Codes

Color #182520 in popluar color models

182520
RGB243732
HSL157°21.31%11.96%
HSB/HSV157°35.14%14.51%
CMYK35.14%0.00%13.51%
85.49%

Color #182520 in popluar number systems.

HEX182520
Decimal243732
Binary11000100101100000
Octal304540

Shades and tints

Shades of #182520

#182520
(24,37,32)
#16221E
(22,34,30)
#141F1C
(20,31,28)
#121C1A
(18,28,26)
#101918
(16,25,24)
#0E1616
(14,22,22)
#0C1314
(12,19,20)
#0A1012
(10,16,18)
#080D10
(8,13,16)
#060A0E
(6,10,14)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #182520

#182520
(24,37,32)
#2D3834
(45,56,52)
#424B48
(66,75,72)
#575E5C
(87,94,92)
#6C7170
(108,113,112)
#818484
(129,132,132)
#969798
(150,151,152)
#ABAAAC
(171,170,172)
#C0BDC0
(192,189,192)
#D5D0D4
(213,208,212)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182520; }

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

This text font color is #182520.


Background Color

.myBgColor { background-color: #182520; }

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

This div background color is #182520.


Border color

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

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

This div border color is #182520.


Opacity

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

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

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

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

This text has shadow with #182520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182520 on black background.


Color preview on white background

This text has color #182520 on white background.



Black color preview on #182520 background

This text has black color on #182520 background.


White color preview on #182520 background

This text has white color on #182520 background.