COLOR #25355F

HEX: #25355F
RGB: (37,53,95)

Color info

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

RGB color model

#25355F color RGB value is (37,53,95).

  • red value is 37;
  • green value is 53;
  • blue value is 95.
RGB:
(37,53,95)
(15%,21%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 95 of 255 = 37%

37
53
95

R + G + B ~ 24%. #25355F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 95 = 185 (100%)
R 37 of 185 ~ 20%
G 53 of 185 ~ 28.65%
B 95 of 185 ~ 51.35%

%20
%28.65
%51.35

CMYK color model

#25355F color CMYK value is (61,44,0,63).

  • cyan value is 61.05%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(61,44,0,63)
C61M44Y0K63 
(61%,44%,0%,63%)
(0.61/0.44/0.00/0.63)	

CMYK percentages

%61.05
%44.21
%0
%62.75

Codes

Color #25355F in popluar color models

25355F
RGB375395
HSL223°43.94%25.88%
HSB/HSV223°61.05%37.25%
CMYK61.05%44.21%0.00%
62.75%

Color #25355F in popluar number systems.

HEX25355F
Decimal375395
Binary1001011101011011111
Octal4565137

Shades and tints

Shades of #25355F

#25355F
(37,53,95)
#223157
(34,49,87)
#1F2D4F
(31,45,79)
#1C2947
(28,41,71)
#19253F
(25,37,63)
#162137
(22,33,55)
#131D2F
(19,29,47)
#101927
(16,25,39)
#0D151F
(13,21,31)
#0A1117
(10,17,23)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #25355F

#25355F
(37,53,95)
#38476D
(56,71,109)
#4B597B
(75,89,123)
#5E6B89
(94,107,137)
#717D97
(113,125,151)
#848FA5
(132,143,165)
#97A1B3
(151,161,179)
#AAB3C1
(170,179,193)
#BDC5CF
(189,197,207)
#D0D7DD
(208,215,221)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25355F color. Also use rgb(37,53,95) instead hex code.

Text Font Color

.myTextColor { color: #25355F; }

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

This text font color is #25355F.


Background Color

.myBgColor { background-color: #25355F; }

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

This div background color is #25355F.


Border color

.myBorderColor { border: 1px solid #25355F; }

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

This div border color is #25355F.


Opacity

.myOpacity80 { color: #25355F; opacity: 0.8; }

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

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

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

This text has shadow with #25355F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25355F on black background.


Color preview on white background

This text has color #25355F on white background.



Black color preview on #25355F background

This text has black color on #25355F background.


White color preview on #25355F background

This text has white color on #25355F background.