COLOR #252127

HEX: #252127
RGB: (37,33,39)

Color info

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

RGB color model

#252127 color RGB value is (37,33,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 39 of 255 = 15%

37
33
39

R + G + B ~ 14%. #252127 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 39 = 109 (100%)
R 37 of 109 ~ 33.94%
G 33 of 109 ~ 30.28%
B 39 of 109 ~ 35.78%

%33.94
%30.28
%35.78

CMYK color model

#252127 color CMYK value is (5,15,0,85).

  • cyan value is 5.13%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(5,15,0,85)
C5M15Y0K85 
(5%,15%,0%,85%)
(0.05/0.15/0.00/0.85)	

CMYK percentages

%5.13
%15.38
%0
%84.71

Codes

Color #252127 in popluar color models

252127
RGB373339
HSL280°8.33%14.12%
HSB/HSV280°15.38%15.29%
CMYK5.13%15.38%0.00%
84.71%

Color #252127 in popluar number systems.

HEX252127
Decimal373339
Binary100101100001100111
Octal454147

Shades and tints

Shades of #252127

#252127
(37,33,39)
#221E24
(34,30,36)
#1F1B21
(31,27,33)
#1C181E
(28,24,30)
#19151B
(25,21,27)
#161218
(22,18,24)
#130F15
(19,15,21)
#100C12
(16,12,18)
#0D090F
(13,9,15)
#0A060C
(10,6,12)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #252127

#252127
(37,33,39)
#38353A
(56,53,58)
#4B494D
(75,73,77)
#5E5D60
(94,93,96)
#717173
(113,113,115)
#848586
(132,133,134)
#979999
(151,153,153)
#AAADAC
(170,173,172)
#BDC1BF
(189,193,191)
#D0D5D2
(208,213,210)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252127; }

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

This text font color is #252127.


Background Color

.myBgColor { background-color: #252127; }

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

This div background color is #252127.


Border color

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

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

This div border color is #252127.


Opacity

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

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

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

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

This text has shadow with #252127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252127 on black background.


Color preview on white background

This text has color #252127 on white background.



Black color preview on #252127 background

This text has black color on #252127 background.


White color preview on #252127 background

This text has white color on #252127 background.