COLOR #25505E

HEX: #25505E
RGB: (37,80,94)

Color info

#25505E contains red, green and blue colors in about the same proportion. Web safe color of #25505E is #336666 (or #366).

RGB color model

#25505E color RGB value is (37,80,94).

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

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 94 of 255 = 37%

37
80
94

R + G + B ~ 28%. #25505E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 94 = 211 (100%)
R 37 of 211 ~ 17.54%
G 80 of 211 ~ 37.91%
B 94 of 211 ~ 44.55%

%17.54
%37.91
%44.55

CMYK color model

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

  • cyan value is 60.64%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,15,0,63)
C61M15Y0K63 
(61%,15%,0%,63%)
(0.61/0.15/0.00/0.63)	

CMYK percentages

%60.64
%14.89
%0
%63.14

Codes

Color #25505E in popluar color models

25505E
RGB378094
HSL195°43.51%25.69%
HSB/HSV195°60.64%36.86%
CMYK60.64%14.89%0.00%
63.14%

Color #25505E in popluar number systems.

HEX25505E
Decimal378094
Binary10010110100001011110
Octal45120136

Shades and tints

Shades of #25505E

#25505E
(37,80,94)
#224956
(34,73,86)
#1F424E
(31,66,78)
#1C3B46
(28,59,70)
#19343E
(25,52,62)
#162D36
(22,45,54)
#13262E
(19,38,46)
#101F26
(16,31,38)
#0D181E
(13,24,30)
#0A1116
(10,17,22)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #25505E

#25505E
(37,80,94)
#385F6C
(56,95,108)
#4B6E7A
(75,110,122)
#5E7D88
(94,125,136)
#718C96
(113,140,150)
#849BA4
(132,155,164)
#97AAB2
(151,170,178)
#AAB9C0
(170,185,192)
#BDC8CE
(189,200,206)
#D0D7DC
(208,215,220)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25505E; }

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

This text font color is #25505E.


Background Color

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

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

This div background color is #25505E.


Border color

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

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

This div border color is #25505E.


Opacity

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

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

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

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

This text has shadow with #25505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25505E on black background.


Color preview on white background

This text has color #25505E on white background.



Black color preview on #25505E background

This text has black color on #25505E background.


White color preview on #25505E background

This text has white color on #25505E background.