COLOR #25586D

HEX: #25586D
RGB: (37,88,109)

Color info

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

RGB color model

#25586D color RGB value is (37,88,109).

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

RGB channels and saturation

R 37 of 255 = 15%
G 88 of 255 = 35%
B 109 of 255 = 43%

37
88
109

R + G + B ~ 31%. #25586D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 88 + 109 = 234 (100%)
R 37 of 234 ~ 15.81%
G 88 of 234 ~ 37.61%
B 109 of 234 ~ 46.58%

%15.81
%37.61
%46.58

CMYK color model

#25586D color CMYK value is (66,19,0,57).

  • cyan value is 66.06%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(66,19,0,57)
C66M19Y0K57 
(66%,19%,0%,57%)
(0.66/0.19/0.00/0.57)	

CMYK percentages

%66.06
%19.27
%0
%57.25

Codes

Color #25586D in popluar color models

25586D
RGB3788109
HSL198°49.32%28.63%
HSB/HSV198°66.06%42.75%
CMYK66.06%19.27%0.00%
57.25%

Color #25586D in popluar number systems.

HEX25586D
Decimal3788109
Binary10010110110001101101
Octal45130155

Shades and tints

Shades of #25586D

#25586D
(37,88,109)
#225064
(34,80,100)
#1F485B
(31,72,91)
#1C4052
(28,64,82)
#193849
(25,56,73)
#163040
(22,48,64)
#132837
(19,40,55)
#10202E
(16,32,46)
#0D1825
(13,24,37)
#0A101C
(10,16,28)
#070813
(7,8,19)
#000000
(0,0,0)

Tints of #25586D

#25586D
(37,88,109)
#38677A
(56,103,122)
#4B7687
(75,118,135)
#5E8594
(94,133,148)
#7194A1
(113,148,161)
#84A3AE
(132,163,174)
#97B2BB
(151,178,187)
#AAC1C8
(170,193,200)
#BDD0D5
(189,208,213)
#D0DFE2
(208,223,226)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25586D; }

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

This text font color is #25586D.


Background Color

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

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

This div background color is #25586D.


Border color

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

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

This div border color is #25586D.


Opacity

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

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

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

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

This text has shadow with #25586D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25586D on black background.


Color preview on white background

This text has color #25586D on white background.



Black color preview on #25586D background

This text has black color on #25586D background.


White color preview on #25586D background

This text has white color on #25586D background.