COLOR #201825

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

Color info

#201825 contains red, green and blue colors in about the same proportion. Web safe color of #201825 is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

32
24
37

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

Portions of RGB colors in percentages

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

%34.41
%25.81
%39.78

CMYK color model

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

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

CMYK percentages

%13.51
%35.14
%0
%85.49

Codes

Color #201825 in popluar color models

201825
RGB322437
HSL277°21.31%11.96%
HSB/HSV277°35.14%14.51%
CMYK13.51%35.14%0.00%
85.49%

Color #201825 in popluar number systems.

HEX201825
Decimal322437
Binary10000011000100101
Octal403045

Shades and tints

Shades of #201825

#201825
(32,24,37)
#1E1622
(30,22,34)
#1C141F
(28,20,31)
#1A121C
(26,18,28)
#181019
(24,16,25)
#160E16
(22,14,22)
#140C13
(20,12,19)
#120A10
(18,10,16)
#10080D
(16,8,13)
#0E060A
(14,6,10)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #201825

#201825
(32,24,37)
#342D38
(52,45,56)
#48424B
(72,66,75)
#5C575E
(92,87,94)
#706C71
(112,108,113)
#848184
(132,129,132)
#989697
(152,150,151)
#ACABAA
(172,171,170)
#C0C0BD
(192,192,189)
#D4D5D0
(212,213,208)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201825; }

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

This text font color is #201825.


Background Color

.myBgColor { background-color: #201825; }

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

This div background color is #201825.


Border color

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

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

This div border color is #201825.


Opacity

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

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

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

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

This text has shadow with #201825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #201825 on black background.


Color preview on white background

This text has color #201825 on white background.



Black color preview on #201825 background

This text has black color on #201825 background.


White color preview on #201825 background

This text has white color on #201825 background.