COLOR #252235

HEX: #252235
RGB: (37,34,53)

Color info

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

RGB color model

#252235 color RGB value is (37,34,53).

  • red value is 37;
  • green value is 34;
  • blue value is 53.
RGB:
(37,34,53)
(15%,13%,21%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 53 of 255 = 21%

37
34
53

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 53 = 124 (100%)
R 37 of 124 ~ 29.84%
G 34 of 124 ~ 27.42%
B 53 of 124 ~ 42.74%

%29.84
%27.42
%42.74

CMYK color model

#252235 color CMYK value is (30,36,0,79).

  • cyan value is 30.19%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(30,36,0,79)
C30M36Y0K79 
(30%,36%,0%,79%)
(0.30/0.36/0.00/0.79)	

CMYK percentages

%30.19
%35.85
%0
%79.22

Codes

Color #252235 in popluar color models

252235
RGB373453
HSL249°21.84%17.06%
HSB/HSV249°35.85%20.78%
CMYK30.19%35.85%0.00%
79.22%

Color #252235 in popluar number systems.

HEX252235
Decimal373453
Binary100101100010110101
Octal454265

Shades and tints

Shades of #252235

#252235
(37,34,53)
#221F31
(34,31,49)
#1F1C2D
(31,28,45)
#1C1929
(28,25,41)
#191625
(25,22,37)
#161321
(22,19,33)
#13101D
(19,16,29)
#100D19
(16,13,25)
#0D0A15
(13,10,21)
#0A0711
(10,7,17)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #252235

#252235
(37,34,53)
#383647
(56,54,71)
#4B4A59
(75,74,89)
#5E5E6B
(94,94,107)
#71727D
(113,114,125)
#84868F
(132,134,143)
#979AA1
(151,154,161)
#AAAEB3
(170,174,179)
#BDC2C5
(189,194,197)
#D0D6D7
(208,214,215)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252235 color. Also use rgb(37,34,53) instead hex code.

Text Font Color

.myTextColor { color: #252235; }

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

This text font color is #252235.


Background Color

.myBgColor { background-color: #252235; }

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

This div background color is #252235.


Border color

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

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

This div border color is #252235.


Opacity

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

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

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

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

This text has shadow with #252235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252235 on black background.


Color preview on white background

This text has color #252235 on white background.



Black color preview on #252235 background

This text has black color on #252235 background.


White color preview on #252235 background

This text has white color on #252235 background.