COLOR #252750

HEX: #252750
RGB: (37,39,80)

Color info

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

RGB color model

#252750 color RGB value is (37,39,80).

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

RGB channels and saturation

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

37
39
80

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 80 = 156 (100%)
R 37 of 156 ~ 23.72%
G 39 of 156 ~ 25%
B 80 of 156 ~ 51.28%

%23.72
%25
%51.28

CMYK color model

#252750 color CMYK value is (54,51,0,69).

  • cyan value is 53.75%
  • magenta value is 51.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(54,51,0,69)
C54M51Y0K69 
(54%,51%,0%,69%)
(0.54/0.51/0.00/0.69)	

CMYK percentages

%53.75
%51.25
%0
%68.63

Codes

Color #252750 in popluar color models

252750
RGB373980
HSL237°36.75%22.94%
HSB/HSV237°53.75%31.37%
CMYK53.75%51.25%0.00%
68.63%

Color #252750 in popluar number systems.

HEX252750
Decimal373980
Binary1001011001111010000
Octal4547120

Shades and tints

Shades of #252750

#252750
(37,39,80)
#222449
(34,36,73)
#1F2142
(31,33,66)
#1C1E3B
(28,30,59)
#191B34
(25,27,52)
#16182D
(22,24,45)
#131526
(19,21,38)
#10121F
(16,18,31)
#0D0F18
(13,15,24)
#0A0C11
(10,12,17)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #252750

#252750
(37,39,80)
#383A5F
(56,58,95)
#4B4D6E
(75,77,110)
#5E607D
(94,96,125)
#71738C
(113,115,140)
#84869B
(132,134,155)
#9799AA
(151,153,170)
#AAACB9
(170,172,185)
#BDBFC8
(189,191,200)
#D0D2D7
(208,210,215)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252750; }

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

This text font color is #252750.


Background Color

.myBgColor { background-color: #252750; }

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

This div background color is #252750.


Border color

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

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

This div border color is #252750.


Opacity

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

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

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

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

This text has shadow with #252750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252750 on black background.


Color preview on white background

This text has color #252750 on white background.



Black color preview on #252750 background

This text has black color on #252750 background.


White color preview on #252750 background

This text has white color on #252750 background.