COLOR #25506E

HEX: #25506E
RGB: (37,80,110)

Color info

#25506E contains mainly green and blue colors. Web safe color of #25506E is #336666 (or #366).

RGB color model

#25506E color RGB value is (37,80,110).

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

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 110 of 255 = 43%

37
80
110

R + G + B ~ 30%. #25506E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 110 = 227 (100%)
R 37 of 227 ~ 16.3%
G 80 of 227 ~ 35.24%
B 110 of 227 ~ 48.46%

%16.3
%35.24
%48.46

CMYK color model

#25506E color CMYK value is (66,27,0,57).

  • cyan value is 66.36%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(66,27,0,57)
C66M27Y0K57 
(66%,27%,0%,57%)
(0.66/0.27/0.00/0.57)	

CMYK percentages

%66.36
%27.27
%0
%56.86

Codes

Color #25506E in popluar color models

25506E
RGB3780110
HSL205°49.66%28.82%
HSB/HSV205°66.36%43.14%
CMYK66.36%27.27%0.00%
56.86%

Color #25506E in popluar number systems.

HEX25506E
Decimal3780110
Binary10010110100001101110
Octal45120156

Shades and tints

Shades of #25506E

#25506E
(37,80,110)
#224964
(34,73,100)
#1F425A
(31,66,90)
#1C3B50
(28,59,80)
#193446
(25,52,70)
#162D3C
(22,45,60)
#132632
(19,38,50)
#101F28
(16,31,40)
#0D181E
(13,24,30)
#0A1114
(10,17,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25506E

#25506E
(37,80,110)
#385F7B
(56,95,123)
#4B6E88
(75,110,136)
#5E7D95
(94,125,149)
#718CA2
(113,140,162)
#849BAF
(132,155,175)
#97AABC
(151,170,188)
#AAB9C9
(170,185,201)
#BDC8D6
(189,200,214)
#D0D7E3
(208,215,227)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25506E; }

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

This text font color is #25506E.


Background Color

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

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

This div background color is #25506E.


Border color

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

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

This div border color is #25506E.


Opacity

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

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

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

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

This text has shadow with #25506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25506E on black background.


Color preview on white background

This text has color #25506E on white background.



Black color preview on #25506E background

This text has black color on #25506E background.


White color preview on #25506E background

This text has white color on #25506E background.