COLOR #252754

HEX: #252754
RGB: (37,39,84)

Color info

#252754 contains red, green and blue colors in about the same proportion. Web safe color of #252754 is #333366 (or #336).

RGB color model

#252754 color RGB value is (37,39,84).

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

RGB channels and saturation

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

37
39
84

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 84 = 160 (100%)
R 37 of 160 ~ 23.13%
G 39 of 160 ~ 24.38%
B 84 of 160 ~ 52.5%

%23.13
%24.38
%52.5

CMYK color model

#252754 color CMYK value is (56,54,0,67).

  • cyan value is 55.95%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(56,54,0,67)
C56M54Y0K67 
(56%,54%,0%,67%)
(0.56/0.54/0.00/0.67)	

CMYK percentages

%55.95
%53.57
%0
%67.06

Codes

Color #252754 in popluar color models

252754
RGB373984
HSL237°38.84%23.73%
HSB/HSV237°55.95%32.94%
CMYK55.95%53.57%0.00%
67.06%

Color #252754 in popluar number systems.

HEX252754
Decimal373984
Binary1001011001111010100
Octal4547124

Shades and tints

Shades of #252754

#252754
(37,39,84)
#22244D
(34,36,77)
#1F2146
(31,33,70)
#1C1E3F
(28,30,63)
#191B38
(25,27,56)
#161831
(22,24,49)
#13152A
(19,21,42)
#101223
(16,18,35)
#0D0F1C
(13,15,28)
#0A0C15
(10,12,21)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #252754

#252754
(37,39,84)
#383A63
(56,58,99)
#4B4D72
(75,77,114)
#5E6081
(94,96,129)
#717390
(113,115,144)
#84869F
(132,134,159)
#9799AE
(151,153,174)
#AAACBD
(170,172,189)
#BDBFCC
(189,191,204)
#D0D2DB
(208,210,219)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252754; }

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

This text font color is #252754.


Background Color

.myBgColor { background-color: #252754; }

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

This div background color is #252754.


Border color

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

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

This div border color is #252754.


Opacity

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

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

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

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

This text has shadow with #252754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252754 on black background.


Color preview on white background

This text has color #252754 on white background.



Black color preview on #252754 background

This text has black color on #252754 background.


White color preview on #252754 background

This text has white color on #252754 background.