COLOR #252135

HEX: #252135
RGB: (37,33,53)

Color info

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

RGB color model

#252135 color RGB value is (37,33,53).

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

RGB channels and saturation

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

37
33
53

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 53 = 123 (100%)
R 37 of 123 ~ 30.08%
G 33 of 123 ~ 26.83%
B 53 of 123 ~ 43.09%

%30.08
%26.83
%43.09

CMYK color model

#252135 color CMYK value is (30,38,0,79).

  • cyan value is 30.19%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(30,38,0,79)
C30M38Y0K79 
(30%,38%,0%,79%)
(0.30/0.38/0.00/0.79)	

CMYK percentages

%30.19
%37.74
%0
%79.22

Codes

Color #252135 in popluar color models

252135
RGB373353
HSL252°23.26%16.86%
HSB/HSV252°37.74%20.78%
CMYK30.19%37.74%0.00%
79.22%

Color #252135 in popluar number systems.

HEX252135
Decimal373353
Binary100101100001110101
Octal454165

Shades and tints

Shades of #252135

#252135
(37,33,53)
#221E31
(34,30,49)
#1F1B2D
(31,27,45)
#1C1829
(28,24,41)
#191525
(25,21,37)
#161221
(22,18,33)
#130F1D
(19,15,29)
#100C19
(16,12,25)
#0D0915
(13,9,21)
#0A0611
(10,6,17)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #252135

#252135
(37,33,53)
#383547
(56,53,71)
#4B4959
(75,73,89)
#5E5D6B
(94,93,107)
#71717D
(113,113,125)
#84858F
(132,133,143)
#9799A1
(151,153,161)
#AAADB3
(170,173,179)
#BDC1C5
(189,193,197)
#D0D5D7
(208,213,215)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252135; }

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

This text font color is #252135.


Background Color

.myBgColor { background-color: #252135; }

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

This div background color is #252135.


Border color

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

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

This div border color is #252135.


Opacity

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

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

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

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

This text has shadow with #252135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252135 on black background.


Color preview on white background

This text has color #252135 on white background.



Black color preview on #252135 background

This text has black color on #252135 background.


White color preview on #252135 background

This text has white color on #252135 background.