COLOR #202524

HEX: #202524
RGB: (32,37,36)

Color info

#202524 contains red, green and blue colors in about the same proportion. Web safe color of #202524 is #333333 (or #333).

RGB color model

#202524 color RGB value is (32,37,36).

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

RGB channels and saturation

R 32 of 255 = 13%
G 37 of 255 = 15%
B 36 of 255 = 14%

32
37
36

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

Portions of RGB colors in percentages

R + G + B =
32 + 37 + 36 = 105 (100%)
R 32 of 105 ~ 30.48%
G 37 of 105 ~ 35.24%
B 36 of 105 ~ 34.29%

%30.48
%35.24
%34.29

CMYK color model

#202524 color CMYK value is (14,0,3,85).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(14,0,3,85)
C14M0Y3K85 
(14%,0%,3%,85%)
(0.14/0.00/0.03/0.85)	

CMYK percentages

%13.51
%0
%2.7
%85.49

Codes

Color #202524 in popluar color models

202524
RGB323736
HSL168°7.25%13.53%
HSB/HSV168°13.51%14.51%
CMYK13.51%0.00%2.70%
85.49%

Color #202524 in popluar number systems.

HEX202524
Decimal323736
Binary100000100101100100
Octal404544

Shades and tints

Shades of #202524

#202524
(32,37,36)
#1E2221
(30,34,33)
#1C1F1E
(28,31,30)
#1A1C1B
(26,28,27)
#181918
(24,25,24)
#161615
(22,22,21)
#141312
(20,19,18)
#12100F
(18,16,15)
#100D0C
(16,13,12)
#0E0A09
(14,10,9)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #202524

#202524
(32,37,36)
#343837
(52,56,55)
#484B4A
(72,75,74)
#5C5E5D
(92,94,93)
#707170
(112,113,112)
#848483
(132,132,131)
#989796
(152,151,150)
#ACAAA9
(172,170,169)
#C0BDBC
(192,189,188)
#D4D0CF
(212,208,207)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #202524; }

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

This text font color is #202524.


Background Color

.myBgColor { background-color: #202524; }

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

This div background color is #202524.


Border color

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

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

This div border color is #202524.


Opacity

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

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

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

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

This text has shadow with #202524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #202524 on black background.


Color preview on white background

This text has color #202524 on white background.



Black color preview on #202524 background

This text has black color on #202524 background.


White color preview on #202524 background

This text has white color on #202524 background.