COLOR #25235E

HEX: #25235E
RGB: (37,35,94)

Color info

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

RGB color model

#25235E color RGB value is (37,35,94).

  • red value is 37;
  • green value is 35;
  • blue value is 94.
RGB:
(37,35,94)
(15%,14%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 94 of 255 = 37%

37
35
94

R + G + B ~ 22%. #25235E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 94 = 166 (100%)
R 37 of 166 ~ 22.29%
G 35 of 166 ~ 21.08%
B 94 of 166 ~ 56.63%

%22.29
%21.08
%56.63

CMYK color model

#25235E color CMYK value is (61,63,0,63).

  • cyan value is 60.64%
  • magenta value is 62.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,63,0,63)
C61M63Y0K63 
(61%,63%,0%,63%)
(0.61/0.63/0.00/0.63)	

CMYK percentages

%60.64
%62.77
%0
%63.14

Codes

Color #25235E in popluar color models

25235E
RGB373594
HSL242°45.74%25.29%
HSB/HSV242°62.77%36.86%
CMYK60.64%62.77%0.00%
63.14%

Color #25235E in popluar number systems.

HEX25235E
Decimal373594
Binary1001011000111011110
Octal4543136

Shades and tints

Shades of #25235E

#25235E
(37,35,94)
#222056
(34,32,86)
#1F1D4E
(31,29,78)
#1C1A46
(28,26,70)
#19173E
(25,23,62)
#161436
(22,20,54)
#13112E
(19,17,46)
#100E26
(16,14,38)
#0D0B1E
(13,11,30)
#0A0816
(10,8,22)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #25235E

#25235E
(37,35,94)
#38376C
(56,55,108)
#4B4B7A
(75,75,122)
#5E5F88
(94,95,136)
#717396
(113,115,150)
#8487A4
(132,135,164)
#979BB2
(151,155,178)
#AAAFC0
(170,175,192)
#BDC3CE
(189,195,206)
#D0D7DC
(208,215,220)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25235E color. Also use rgb(37,35,94) instead hex code.

Text Font Color

.myTextColor { color: #25235E; }

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

This text font color is #25235E.


Background Color

.myBgColor { background-color: #25235E; }

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

This div background color is #25235E.


Border color

.myBorderColor { border: 1px solid #25235E; }

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

This div border color is #25235E.


Opacity

.myOpacity80 { color: #25235E; opacity: 0.8; }

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

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

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

This text has shadow with #25235E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25235E on black background.


Color preview on white background

This text has color #25235E on white background.



Black color preview on #25235E background

This text has black color on #25235E background.


White color preview on #25235E background

This text has white color on #25235E background.