COLOR #20252E

HEX: #20252E RGB: (32,37,46)

Color info

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

RGB color model

#20252E color RGB value is (32,37,46).

RGB: (32,37,46) (13%, 15%, 18%)

RGB channels and saturation

R 32 of 255 = 13%
G 37 of 255 = 15%
B 46 of 255 = 18%

32
37
46

R + G + B ~ 15%. #20252E is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 37 + 46 = 115 (100%)
R 32 of 115 ~ 27.83%
G 37 of 115 ~ 32.17%
B 46 of 115 ~ 40'%

%27.83
%32.17
%40

CMYK color model

#20252E color CMYK value is (30,20,0,82).

  • cyan value is 30.43%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (30,20,0,82)
C30M20Y0K82 (30%, 20%, 0%, 82%)
(0.30 / 0.20 / 0.00 / 0.82)

CMYK percentages

%30.43
%19.57
%0
%81.96

Codes

Color #20252E in popluar color models

20 25 2E
RGB 32 37 46
HSL 219° 17.95% 15.29%
HSB/HSV 219° 30.43% 18.04%
CMYK 30.43% 19.57% 0.00%
81.96%

Color #20252E in popluar number systems.

HEX 20 25 2E
Decimal 32 37 46
Binary 100000 100101 101110
Octal 40 45 56

Shades and tints

Shades of #20252E

#20252E
(32,37,46)
#1E222A
(30,34,42)
#1C1F26
(28,31,38)
#1A1C22
(26,28,34)
#18191E
(24,25,30)
#16161A
(22,22,26)
#141316
(20,19,22)
#121012
(18,16,18)
#100D0E
(16,13,14)
#0E0A0A
(14,10,10)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #20252E

#20252E
(32,37,46)
#343841
(52,56,65)
#484B54
(72,75,84)
#5C5E67
(92,94,103)
#70717A
(112,113,122)
#84848D
(132,132,141)
#9897A0
(152,151,160)
#ACAAB3
(172,170,179)
#C0BDC6
(192,189,198)
#D4D0D9
(212,208,217)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20252E; }

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

This text font color is #20252E.

Background Color

.myBgColor { background-color: #20252E; }

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

This div background color is #20252E.

Border color

.myBorderColor { border: 1px solid #20252E; }

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

This div border color is #20252E.

Opacity

.myOpacity80 { color: #20252E; opacity: 0.8; }

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

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

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

This text has shadow with #20252E color.


.textShadow {text-shadow: 3px 3px 1px #20252E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #20252E; -webkit-box-shadow: 1px 1px 3px 2px #20252E; box-shadow:1px 1px 3px 2px #20252E;">
Div content here
</div>

This div box has shadow with color #20252E.

Preview

Color preview on black background

This text has color #20252E on black background.


Color preview on white background

This text has color #20252E on white background.


Black color preview on #20252E background

This text has black color on #20252E background.


White color preview on #20252E background

This text has white color on #20252E background.


Related colors

Complementary color

Complementary color for #hex is #DFDAD1.


I love getcolorcode.com

Triadic colors

1 #2E2025 and #252E20 with #20252E are triadic colors.

2 #2E2520 and #25202E with #20252E are triadic colors.