COLOR #252850

HEX: #252850
RGB: (37,40,80)

Color info

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

RGB color model

#252850 color RGB value is (37,40,80).

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

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 80 of 255 = 31%

37
40
80

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

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 80 = 157 (100%)
R 37 of 157 ~ 23.57%
G 40 of 157 ~ 25.48%
B 80 of 157 ~ 50.96%

%23.57
%25.48
%50.96

CMYK color model

#252850 color CMYK value is (54,50,0,69).

  • cyan value is 53.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(54,50,0,69)
C54M50Y0K69 
(54%,50%,0%,69%)
(0.54/0.50/0.00/0.69)	

CMYK percentages

%53.75
%50
%0
%68.63

Codes

Color #252850 in popluar color models

252850
RGB374080
HSL236°36.75%22.94%
HSB/HSV236°53.75%31.37%
CMYK53.75%50.00%0.00%
68.63%

Color #252850 in popluar number systems.

HEX252850
Decimal374080
Binary1001011010001010000
Octal4550120

Shades and tints

Shades of #252850

#252850
(37,40,80)
#222549
(34,37,73)
#1F2242
(31,34,66)
#1C1F3B
(28,31,59)
#191C34
(25,28,52)
#16192D
(22,25,45)
#131626
(19,22,38)
#10131F
(16,19,31)
#0D1018
(13,16,24)
#0A0D11
(10,13,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #252850

#252850
(37,40,80)
#383B5F
(56,59,95)
#4B4E6E
(75,78,110)
#5E617D
(94,97,125)
#71748C
(113,116,140)
#84879B
(132,135,155)
#979AAA
(151,154,170)
#AAADB9
(170,173,185)
#BDC0C8
(189,192,200)
#D0D3D7
(208,211,215)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252850; }

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

This text font color is #252850.


Background Color

.myBgColor { background-color: #252850; }

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

This div background color is #252850.


Border color

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

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

This div border color is #252850.


Opacity

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

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

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

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

This text has shadow with #252850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252850 on black background.


Color preview on white background

This text has color #252850 on white background.



Black color preview on #252850 background

This text has black color on #252850 background.


White color preview on #252850 background

This text has white color on #252850 background.