COLOR #252527

HEX: #252527 RGB: (37,37,39)

Color info

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

RGB color model

#252527 color RGB value is (37,37,39).

RGB: (37,37,39) (15%, 15%, 15%)

RGB channels and saturation

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

37
37
39

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

Portions of RGB colors in percentages

R + G + B = 37 + 37 + 39 = 113 (100%)
R 37 of 113 ~ 32.74%
G 37 of 113 ~ 32.74%
B 39 of 113 ~ 34.51'%

%32.74
%32.74
%34.51

CMYK color model

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

  • cyan value is 5.13%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (5,5,0,85)
C5M5Y0K85 (5%, 5%, 0%, 85%)
(0.05 / 0.05 / 0.00 / 0.85)

CMYK percentages

%5.13
%5.13
%0
%84.71

Codes

Color #252527 in popluar color models

25 25 27
RGB 37 37 39
HSL 240° 2.63% 14.90%
HSB/HSV 240° 5.13% 15.29%
CMYK 5.13% 5.13% 0.00%
84.71%

Color #252527 in popluar number systems.

HEX 25 25 27
Decimal 37 37 39
Binary 100101 100101 100111
Octal 45 45 47

Shades and tints

Shades of #252527

#252527
(37,37,39)
#222224
(34,34,36)
#1F1F21
(31,31,33)
#1C1C1E
(28,28,30)
#19191B
(25,25,27)
#161618
(22,22,24)
#131315
(19,19,21)
#101012
(16,16,18)
#0D0D0F
(13,13,15)
#0A0A0C
(10,10,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #252527

#252527
(37,37,39)
#38383A
(56,56,58)
#4B4B4D
(75,75,77)
#5E5E60
(94,94,96)
#717173
(113,113,115)
#848486
(132,132,134)
#979799
(151,151,153)
#AAAAAC
(170,170,172)
#BDBDBF
(189,189,191)
#D0D0D2
(208,208,210)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252527; }

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

This text font color is #252527.

Background Color

.myBgColor { background-color: #252527; }

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

This div background color is #252527.

Border color

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

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

This div border color is #252527.

Opacity

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

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

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

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

This text has shadow with #252527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252527.

Preview

Color preview on black background

This text has color #252527 on black background.


Color preview on white background

This text has color #252527 on white background.


Black color preview on #252527 background

This text has black color on #252527 background.


White color preview on #252527 background

This text has white color on #252527 background.


Related colors

Complementary color

Complementary color for #hex is #DADAD8.


I love getcolorcode.com