COLOR #25515A

HEX: #25515A
RGB: (37,81,90)

Color info

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

RGB color model

#25515A color RGB value is (37,81,90).

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

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 90 of 255 = 35%

37
81
90

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

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 90 = 208 (100%)
R 37 of 208 ~ 17.79%
G 81 of 208 ~ 38.94%
B 90 of 208 ~ 43.27%

%17.79
%38.94
%43.27

CMYK color model

#25515A color CMYK value is (59,10,0,65).

  • cyan value is 58.89%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(59,10,0,65)
C59M10Y0K65 
(59%,10%,0%,65%)
(0.59/0.10/0.00/0.65)	

CMYK percentages

%58.89
%10
%0
%64.71

Codes

Color #25515A in popluar color models

25515A
RGB378190
HSL190°41.73%24.90%
HSB/HSV190°58.89%35.29%
CMYK58.89%10.00%0.00%
64.71%

Color #25515A in popluar number systems.

HEX25515A
Decimal378190
Binary10010110100011011010
Octal45121132

Shades and tints

Shades of #25515A

#25515A
(37,81,90)
#224A52
(34,74,82)
#1F434A
(31,67,74)
#1C3C42
(28,60,66)
#19353A
(25,53,58)
#162E32
(22,46,50)
#13272A
(19,39,42)
#102022
(16,32,34)
#0D191A
(13,25,26)
#0A1212
(10,18,18)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #25515A

#25515A
(37,81,90)
#386069
(56,96,105)
#4B6F78
(75,111,120)
#5E7E87
(94,126,135)
#718D96
(113,141,150)
#849CA5
(132,156,165)
#97ABB4
(151,171,180)
#AABAC3
(170,186,195)
#BDC9D2
(189,201,210)
#D0D8E1
(208,216,225)
#E3E7F0
(227,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25515A; }

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

This text font color is #25515A.


Background Color

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

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

This div background color is #25515A.


Border color

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

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

This div border color is #25515A.


Opacity

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

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

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

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

This text has shadow with #25515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25515A on black background.


Color preview on white background

This text has color #25515A on white background.



Black color preview on #25515A background

This text has black color on #25515A background.


White color preview on #25515A background

This text has white color on #25515A background.