COLOR #252E47

HEX: #252E47
RGB: (37,46,71)

Color info

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

RGB color model

#252E47 color RGB value is (37,46,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 71 of 255 = 28%

37
46
71

R + G + B ~ 20%. #252E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 71 = 154 (100%)
R 37 of 154 ~ 24.03%
G 46 of 154 ~ 29.87%
B 71 of 154 ~ 46.1%

%24.03
%29.87
%46.1

CMYK color model

#252E47 color CMYK value is (48,35,0,72).

  • cyan value is 47.89%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,35,0,72)
C48M35Y0K72 
(48%,35%,0%,72%)
(0.48/0.35/0.00/0.72)	

CMYK percentages

%47.89
%35.21
%0
%72.16

Codes

Color #252E47 in popluar color models

252E47
RGB374671
HSL224°31.48%21.18%
HSB/HSV224°47.89%27.84%
CMYK47.89%35.21%0.00%
72.16%

Color #252E47 in popluar number systems.

HEX252E47
Decimal374671
Binary1001011011101000111
Octal4556107

Shades and tints

Shades of #252E47

#252E47
(37,46,71)
#222A41
(34,42,65)
#1F263B
(31,38,59)
#1C2235
(28,34,53)
#191E2F
(25,30,47)
#161A29
(22,26,41)
#131623
(19,22,35)
#10121D
(16,18,29)
#0D0E17
(13,14,23)
#0A0A11
(10,10,17)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #252E47

#252E47
(37,46,71)
#384157
(56,65,87)
#4B5467
(75,84,103)
#5E6777
(94,103,119)
#717A87
(113,122,135)
#848D97
(132,141,151)
#97A0A7
(151,160,167)
#AAB3B7
(170,179,183)
#BDC6C7
(189,198,199)
#D0D9D7
(208,217,215)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E47; }

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

This text font color is #252E47.


Background Color

.myBgColor { background-color: #252E47; }

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

This div background color is #252E47.


Border color

.myBorderColor { border: 1px solid #252E47; }

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

This div border color is #252E47.


Opacity

.myOpacity80 { color: #252E47; opacity: 0.8; }

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

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

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

This text has shadow with #252E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E47 on black background.


Color preview on white background

This text has color #252E47 on white background.



Black color preview on #252E47 background

This text has black color on #252E47 background.


White color preview on #252E47 background

This text has white color on #252E47 background.