COLOR #25607D

HEX: #25607D
RGB: (37,96,125)

Color info

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

RGB color model

#25607D color RGB value is (37,96,125).

  • red value is 37;
  • green value is 96;
  • blue value is 125.
RGB:
(37,96,125)
(15%,38%,49%)

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 125 of 255 = 49%

37
96
125

R + G + B ~ 34%. #25607D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 96 + 125 = 258 (100%)
R 37 of 258 ~ 14.34%
G 96 of 258 ~ 37.21%
B 125 of 258 ~ 48.45%

%14.34
%37.21
%48.45

CMYK color model

#25607D color CMYK value is (70,23,0,51).

  • cyan value is 70.40%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(70,23,0,51)
C70M23Y0K51 
(70%,23%,0%,51%)
(0.70/0.23/0.00/0.51)	

CMYK percentages

%70.4
%23.2
%0
%50.98

Codes

Color #25607D in popluar color models

25607D
RGB3796125
HSL200°54.32%31.76%
HSB/HSV200°70.40%49.02%
CMYK70.40%23.20%0.00%
50.98%

Color #25607D in popluar number systems.

HEX25607D
Decimal3796125
Binary10010111000001111101
Octal45140175

Shades and tints

Shades of #25607D

#25607D
(37,96,125)
#225872
(34,88,114)
#1F5067
(31,80,103)
#1C485C
(28,72,92)
#194051
(25,64,81)
#163846
(22,56,70)
#13303B
(19,48,59)
#102830
(16,40,48)
#0D2025
(13,32,37)
#0A181A
(10,24,26)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #25607D

#25607D
(37,96,125)
#386E88
(56,110,136)
#4B7C93
(75,124,147)
#5E8A9E
(94,138,158)
#7198A9
(113,152,169)
#84A6B4
(132,166,180)
#97B4BF
(151,180,191)
#AAC2CA
(170,194,202)
#BDD0D5
(189,208,213)
#D0DEE0
(208,222,224)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25607D color. Also use rgb(37,96,125) instead hex code.

Text Font Color

.myTextColor { color: #25607D; }

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

This text font color is #25607D.


Background Color

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

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

This div background color is #25607D.


Border color

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

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

This div border color is #25607D.


Opacity

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

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

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

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

This text has shadow with #25607D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25607D on black background.


Color preview on white background

This text has color #25607D on white background.



Black color preview on #25607D background

This text has black color on #25607D background.


White color preview on #25607D background

This text has white color on #25607D background.