COLOR #25576E

HEX: #25576E
RGB: (37,87,110)

Color info

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

RGB color model

#25576E color RGB value is (37,87,110).

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

RGB channels and saturation

R 37 of 255 = 15%
G 87 of 255 = 34%
B 110 of 255 = 43%

37
87
110

R + G + B ~ 31%. #25576E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 87 + 110 = 234 (100%)
R 37 of 234 ~ 15.81%
G 87 of 234 ~ 37.18%
B 110 of 234 ~ 47.01%

%15.81
%37.18
%47.01

CMYK color model

#25576E color CMYK value is (66,21,0,57).

  • cyan value is 66.36%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(66,21,0,57)
C66M21Y0K57 
(66%,21%,0%,57%)
(0.66/0.21/0.00/0.57)	

CMYK percentages

%66.36
%20.91
%0
%56.86

Codes

Color #25576E in popluar color models

25576E
RGB3787110
HSL199°49.66%28.82%
HSB/HSV199°66.36%43.14%
CMYK66.36%20.91%0.00%
56.86%

Color #25576E in popluar number systems.

HEX25576E
Decimal3787110
Binary10010110101111101110
Octal45127156

Shades and tints

Shades of #25576E

#25576E
(37,87,110)
#225064
(34,80,100)
#1F495A
(31,73,90)
#1C4250
(28,66,80)
#193B46
(25,59,70)
#16343C
(22,52,60)
#132D32
(19,45,50)
#102628
(16,38,40)
#0D1F1E
(13,31,30)
#0A1814
(10,24,20)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #25576E

#25576E
(37,87,110)
#38667B
(56,102,123)
#4B7588
(75,117,136)
#5E8495
(94,132,149)
#7193A2
(113,147,162)
#84A2AF
(132,162,175)
#97B1BC
(151,177,188)
#AAC0C9
(170,192,201)
#BDCFD6
(189,207,214)
#D0DEE3
(208,222,227)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25576E; }

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

This text font color is #25576E.


Background Color

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

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

This div background color is #25576E.


Border color

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

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

This div border color is #25576E.


Opacity

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

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

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

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

This text has shadow with #25576E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25576E on black background.


Color preview on white background

This text has color #25576E on white background.



Black color preview on #25576E background

This text has black color on #25576E background.


White color preview on #25576E background

This text has white color on #25576E background.