COLOR #25225B

HEX: #25225B
RGB: (37,34,91)

Color info

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

RGB color model

#25225B color RGB value is (37,34,91).

  • red value is 37;
  • green value is 34;
  • blue value is 91.
RGB:
(37,34,91)
(15%,13%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 91 of 255 = 36%

37
34
91

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 91 = 162 (100%)
R 37 of 162 ~ 22.84%
G 34 of 162 ~ 20.99%
B 91 of 162 ~ 56.17%

%22.84
%20.99
%56.17

CMYK color model

#25225B color CMYK value is (59,63,0,64).

  • cyan value is 59.34%
  • magenta value is 62.64%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(59,63,0,64)
C59M63Y0K64 
(59%,63%,0%,64%)
(0.59/0.63/0.00/0.64)	

CMYK percentages

%59.34
%62.64
%0
%64.31

Codes

Color #25225B in popluar color models

25225B
RGB373491
HSL243°45.60%24.51%
HSB/HSV243°62.64%35.69%
CMYK59.34%62.64%0.00%
64.31%

Color #25225B in popluar number systems.

HEX25225B
Decimal373491
Binary1001011000101011011
Octal4542133

Shades and tints

Shades of #25225B

#25225B
(37,34,91)
#221F53
(34,31,83)
#1F1C4B
(31,28,75)
#1C1943
(28,25,67)
#19163B
(25,22,59)
#161333
(22,19,51)
#13102B
(19,16,43)
#100D23
(16,13,35)
#0D0A1B
(13,10,27)
#0A0713
(10,7,19)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #25225B

#25225B
(37,34,91)
#383669
(56,54,105)
#4B4A77
(75,74,119)
#5E5E85
(94,94,133)
#717293
(113,114,147)
#8486A1
(132,134,161)
#979AAF
(151,154,175)
#AAAEBD
(170,174,189)
#BDC2CB
(189,194,203)
#D0D6D9
(208,214,217)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25225B color. Also use rgb(37,34,91) instead hex code.

Text Font Color

.myTextColor { color: #25225B; }

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

This text font color is #25225B.


Background Color

.myBgColor { background-color: #25225B; }

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

This div background color is #25225B.


Border color

.myBorderColor { border: 1px solid #25225B; }

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

This div border color is #25225B.


Opacity

.myOpacity80 { color: #25225B; opacity: 0.8; }

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

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

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

This text has shadow with #25225B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25225B on black background.


Color preview on white background

This text has color #25225B on white background.



Black color preview on #25225B background

This text has black color on #25225B background.


White color preview on #25225B background

This text has white color on #25225B background.