COLOR #252747

HEX: #252747
RGB: (37,39,71)

Color info

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

RGB color model

#252747 color RGB value is (37,39,71).

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

RGB channels and saturation

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

37
39
71

R + G + B ~ 19%. #252747 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 71 = 147 (100%)
R 37 of 147 ~ 25.17%
G 39 of 147 ~ 26.53%
B 71 of 147 ~ 48.3%

%25.17
%26.53
%48.3

CMYK color model

#252747 color CMYK value is (48,45,0,72).

  • cyan value is 47.89%
  • magenta value is 45.07%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,45,0,72)
C48M45Y0K72 
(48%,45%,0%,72%)
(0.48/0.45/0.00/0.72)	

CMYK percentages

%47.89
%45.07
%0
%72.16

Codes

Color #252747 in popluar color models

252747
RGB373971
HSL236°31.48%21.18%
HSB/HSV236°47.89%27.84%
CMYK47.89%45.07%0.00%
72.16%

Color #252747 in popluar number systems.

HEX252747
Decimal373971
Binary1001011001111000111
Octal4547107

Shades and tints

Shades of #252747

#252747
(37,39,71)
#222441
(34,36,65)
#1F213B
(31,33,59)
#1C1E35
(28,30,53)
#191B2F
(25,27,47)
#161829
(22,24,41)
#131523
(19,21,35)
#10121D
(16,18,29)
#0D0F17
(13,15,23)
#0A0C11
(10,12,17)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #252747

#252747
(37,39,71)
#383A57
(56,58,87)
#4B4D67
(75,77,103)
#5E6077
(94,96,119)
#717387
(113,115,135)
#848697
(132,134,151)
#9799A7
(151,153,167)
#AAACB7
(170,172,183)
#BDBFC7
(189,191,199)
#D0D2D7
(208,210,215)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252747; }

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

This text font color is #252747.


Background Color

.myBgColor { background-color: #252747; }

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

This div background color is #252747.


Border color

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

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

This div border color is #252747.


Opacity

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

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

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

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

This text has shadow with #252747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252747 on black background.


Color preview on white background

This text has color #252747 on white background.



Black color preview on #252747 background

This text has black color on #252747 background.


White color preview on #252747 background

This text has white color on #252747 background.