COLOR #252332

HEX: #252332 RGB: (37,35,50)

Color info

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

RGB color model

#252332 color RGB value is (37,35,50).

RGB: (37,35,50) (15%, 14%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 50 of 255 = 20%

37
35
50

R + G + B ~ 16%. #252332 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 35 + 50 = 122 (100%)
R 37 of 122 ~ 30.33%
G 35 of 122 ~ 28.69%
B 50 of 122 ~ 40.98'%

%30.33
%28.69
%40.98

CMYK color model

#252332 color CMYK value is (26,30,0,80).

  • cyan value is 26.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (26,30,0,80)
C26M30Y0K80 (26%, 30%, 0%, 80%)
(0.26 / 0.30 / 0.00 / 0.80)

CMYK percentages

%26
%30
%0
%80.39

Codes

Color #252332 in popluar color models

25 23 32
RGB 37 35 50
HSL 248° 17.65% 16.67%
HSB/HSV 248° 30.00% 19.61%
CMYK 26.00% 30.00% 0.00%
80.39%

Color #252332 in popluar number systems.

HEX 25 23 32
Decimal 37 35 50
Binary 100101 100011 110010
Octal 45 43 62

Shades and tints

Shades of #252332

#252332
(37,35,50)
#22202E
(34,32,46)
#1F1D2A
(31,29,42)
#1C1A26
(28,26,38)
#191722
(25,23,34)
#16141E
(22,20,30)
#13111A
(19,17,26)
#100E16
(16,14,22)
#0D0B12
(13,11,18)
#0A080E
(10,8,14)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #252332

#252332
(37,35,50)
#383744
(56,55,68)
#4B4B56
(75,75,86)
#5E5F68
(94,95,104)
#71737A
(113,115,122)
#84878C
(132,135,140)
#979B9E
(151,155,158)
#AAAFB0
(170,175,176)
#BDC3C2
(189,195,194)
#D0D7D4
(208,215,212)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252332 color. Also use rgb(37,35,50) instead hex code.

Text Font Color

.myTextColor { color: #252332; }

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

This text font color is #252332.

Background Color

.myBgColor { background-color: #252332; }

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

This div background color is #252332.

Border color

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

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

This div border color is #252332.

Opacity

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

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

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

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

This text has shadow with #252332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252332.

Preview

Color preview on black background

This text has color #252332 on black background.


Color preview on white background

This text has color #252332 on white background.


Black color preview on #252332 background

This text has black color on #252332 background.


White color preview on #252332 background

This text has white color on #252332 background.


Related colors

Complementary color

Complementary color for #hex is #DADCCD.


I love getcolorcode.com

Triadic colors

1 #322523 and #233225 with #252332 are triadic colors.

2 #322325 and #232532 with #252332 are triadic colors.