COLOR #25515B

HEX: #25515B
RGB: (37,81,91)

Color info

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

RGB color model

#25515B color RGB value is (37,81,91).

  • red value is 37;
  • green value is 81;
  • blue value is 91.
RGB:
(37,81,91)
(15%,32%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 91 of 255 = 36%

37
81
91

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

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 91 = 209 (100%)
R 37 of 209 ~ 17.7%
G 81 of 209 ~ 38.76%
B 91 of 209 ~ 43.54%

%17.7
%38.76
%43.54

CMYK color model

#25515B color CMYK value is (59,11,0,64).

  • cyan value is 59.34%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(59,11,0,64)
C59M11Y0K64 
(59%,11%,0%,64%)
(0.59/0.11/0.00/0.64)	

CMYK percentages

%59.34
%10.99
%0
%64.31

Codes

Color #25515B in popluar color models

25515B
RGB378191
HSL191°42.19%25.10%
HSB/HSV191°59.34%35.69%
CMYK59.34%10.99%0.00%
64.31%

Color #25515B in popluar number systems.

HEX25515B
Decimal378191
Binary10010110100011011011
Octal45121133

Shades and tints

Shades of #25515B

#25515B
(37,81,91)
#224A53
(34,74,83)
#1F434B
(31,67,75)
#1C3C43
(28,60,67)
#19353B
(25,53,59)
#162E33
(22,46,51)
#13272B
(19,39,43)
#102023
(16,32,35)
#0D191B
(13,25,27)
#0A1213
(10,18,19)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #25515B

#25515B
(37,81,91)
#386069
(56,96,105)
#4B6F77
(75,111,119)
#5E7E85
(94,126,133)
#718D93
(113,141,147)
#849CA1
(132,156,161)
#97ABAF
(151,171,175)
#AABABD
(170,186,189)
#BDC9CB
(189,201,203)
#D0D8D9
(208,216,217)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25515B color. Also use rgb(37,81,91) instead hex code.

Text Font Color

.myTextColor { color: #25515B; }

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

This text font color is #25515B.


Background Color

.myBgColor { background-color: #25515B; }

<div style="background-color:#25515B">Inner text</div>

This div background color is #25515B.


Border color

.myBorderColor { border: 1px solid #25515B; }

<div style="border:3px solid #25515B">Div</div>

This div border color is #25515B.


Opacity

.myOpacity80 { color: #25515B; opacity: 0.8; }

<p style="color:#25515B;opacity:0.8;">80%</p>

Text with #25515B 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 #25515B;}

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

This text has shadow with #25515B color.

.textShadow {text-shadow: 3px 3px 1px #25515B, 3px 3px 1px red;}

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

This text has shadow with #25515B primary color and red secondary color.


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

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

This text has shadow with #25515B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25515B on black background.


Color preview on white background

This text has color #25515B on white background.



Black color preview on #25515B background

This text has black color on #25515B background.


White color preview on #25515B background

This text has white color on #25515B background.