COLOR #252E4D

HEX: #252E4D
RGB: (37,46,77)

Color info

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

RGB color model

#252E4D color RGB value is (37,46,77).

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

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 77 of 255 = 30%

37
46
77

R + G + B ~ 21%. #252E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 77 = 160 (100%)
R 37 of 160 ~ 23.13%
G 46 of 160 ~ 28.75%
B 77 of 160 ~ 48.13%

%23.13
%28.75
%48.13

CMYK color model

#252E4D color CMYK value is (52,40,0,70).

  • cyan value is 51.95%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(52,40,0,70)
C52M40Y0K70 
(52%,40%,0%,70%)
(0.52/0.40/0.00/0.70)	

CMYK percentages

%51.95
%40.26
%0
%69.8

Codes

Color #252E4D in popluar color models

252E4D
RGB374677
HSL227°35.09%22.35%
HSB/HSV227°51.95%30.20%
CMYK51.95%40.26%0.00%
69.80%

Color #252E4D in popluar number systems.

HEX252E4D
Decimal374677
Binary1001011011101001101
Octal4556115

Shades and tints

Shades of #252E4D

#252E4D
(37,46,77)
#222A46
(34,42,70)
#1F263F
(31,38,63)
#1C2238
(28,34,56)
#191E31
(25,30,49)
#161A2A
(22,26,42)
#131623
(19,22,35)
#10121C
(16,18,28)
#0D0E15
(13,14,21)
#0A0A0E
(10,10,14)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #252E4D

#252E4D
(37,46,77)
#38415D
(56,65,93)
#4B546D
(75,84,109)
#5E677D
(94,103,125)
#717A8D
(113,122,141)
#848D9D
(132,141,157)
#97A0AD
(151,160,173)
#AAB3BD
(170,179,189)
#BDC6CD
(189,198,205)
#D0D9DD
(208,217,221)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E4D; }

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

This text font color is #252E4D.


Background Color

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

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

This div background color is #252E4D.


Border color

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

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

This div border color is #252E4D.


Opacity

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

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

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

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

This text has shadow with #252E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E4D on black background.


Color preview on white background

This text has color #252E4D on white background.



Black color preview on #252E4D background

This text has black color on #252E4D background.


White color preview on #252E4D background

This text has white color on #252E4D background.