COLOR #25597D

HEX: #25597D
RGB: (37,89,125)

Renk bilgisi

#25597D contains mainly green and blue colors. #25597D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#25597D color RGB value is (37,89,125).

  • kırmız ton 37;
  • yeşil ton 89;
  • mavi ton 125.
RGB:
(37,89,125)
(15%,35%,49%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 89 of 255 = 35%
B 125 of 255 = 49%

37
89
125

R + G + B ~ 33%. #25597D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 89 + 125 = 251 (100%)
R 37 of 251 ~ 14.74%
G 89 of 251 ~ 35.46%
B 125 of 251 ~ 49.8%

%14.74
%35.46
%49.8

CMYK RENK MODELİ

#25597D rengi CMYK tonu (70,29,0,51).

  • camgöbeği tonu 70.40%
  • eflatun tonu 28.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(70,29,0,51)
C70M29Y0K51 
(70%,29%,0%,51%)
(0.70/0.29/0.00/0.51)	

CMYK yüzdeleri

%70.4
%28.8
%0
%50.98

Codes

Color #25597D in popluar color models

25597D
RGB3789125
HSL205°54.32%31.76%
HSB/HSV205°70.40%49.02%
CMYK70.40%28.80%0.00%
50.98%

Color #25597D in popluar number systems.

HEX25597D
Decimal3789125
Binary10010110110011111101
Octal45131175

Shades and tints

Shades of #25597D

#25597D
(37,89,125)
#225172
(34,81,114)
#1F4967
(31,73,103)
#1C415C
(28,65,92)
#193951
(25,57,81)
#163146
(22,49,70)
#13293B
(19,41,59)
#102130
(16,33,48)
#0D1925
(13,25,37)
#0A111A
(10,17,26)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #25597D

#25597D
(37,89,125)
#386888
(56,104,136)
#4B7793
(75,119,147)
#5E869E
(94,134,158)
#7195A9
(113,149,169)
#84A4B4
(132,164,180)
#97B3BF
(151,179,191)
#AAC2CA
(170,194,202)
#BDD1D5
(189,209,213)
#D0E0E0
(208,224,224)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25597D; }

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

This text font color is #25597D.


Background Color

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

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

This div background color is #25597D.


Border color

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

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

This div border color is #25597D.


Opacity

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

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

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

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

This text has shadow with #25597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25597D on black background.


Color preview on white background

This text has color #25597D on white background.



Black color preview on #25597D background

This text has black color on #25597D background.


White color preview on #25597D background

This text has white color on #25597D background.