COLOR #25506D

HEX: #25506D
RGB: (37,80,109)

Color info

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

RGB color model

#25506D color RGB value is (37,80,109).

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

RGB channels and saturation

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

37
80
109

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

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 109 = 226 (100%)
R 37 of 226 ~ 16.37%
G 80 of 226 ~ 35.4%
B 109 of 226 ~ 48.23%

%16.37
%35.4
%48.23

CMYK color model

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

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

CMYK percentages

%66.06
%26.61
%0
%57.25

Codes

Color #25506D in popluar color models

25506D
RGB3780109
HSL204°49.32%28.63%
HSB/HSV204°66.06%42.75%
CMYK66.06%26.61%0.00%
57.25%

Color #25506D in popluar number systems.

HEX25506D
Decimal3780109
Binary10010110100001101101
Octal45120155

Shades and tints

Shades of #25506D

#25506D
(37,80,109)
#224964
(34,73,100)
#1F425B
(31,66,91)
#1C3B52
(28,59,82)
#193449
(25,52,73)
#162D40
(22,45,64)
#132637
(19,38,55)
#101F2E
(16,31,46)
#0D1825
(13,24,37)
#0A111C
(10,17,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #25506D

#25506D
(37,80,109)
#385F7A
(56,95,122)
#4B6E87
(75,110,135)
#5E7D94
(94,125,148)
#718CA1
(113,140,161)
#849BAE
(132,155,174)
#97AABB
(151,170,187)
#AAB9C8
(170,185,200)
#BDC8D5
(189,200,213)
#D0D7E2
(208,215,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25506D; }

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

This text font color is #25506D.


Background Color

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

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

This div background color is #25506D.


Border color

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

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

This div border color is #25506D.


Opacity

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

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

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

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

This text has shadow with #25506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25506D on black background.


Color preview on white background

This text has color #25506D on white background.



Black color preview on #25506D background

This text has black color on #25506D background.


White color preview on #25506D background

This text has white color on #25506D background.