COLOR #25465D

HEX: #25465D
RGB: (37,70,93)

Renk bilgisi

#25465D contains red, green and blue colors in about the same proportion. #25465D ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#25465D color RGB value is (37,70,93).

  • kırmız ton 37;
  • yeşil ton 70;
  • mavi ton 93.
RGB:
(37,70,93)
(15%,27%,36%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 70 of 255 = 27%
B 93 of 255 = 36%

37
70
93

R + G + B ~ 26%. #25465D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 70 + 93 = 200 (100%)
R 37 of 200 ~ 18.5%
G 70 of 200 ~ 35%
B 93 of 200 ~ 46.5%

%18.5
%35
%46.5

CMYK RENK MODELİ

#25465D rengi CMYK tonu (60,25,0,64).

  • camgöbeği tonu 60.22%
  • eflatun tonu 24.73%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(60,25,0,64)
C60M25Y0K64 
(60%,25%,0%,64%)
(0.60/0.25/0.00/0.64)	

CMYK yüzdeleri

%60.22
%24.73
%0
%63.53

Codes

Color #25465D in popluar color models

25465D
RGB377093
HSL205°43.08%25.49%
HSB/HSV205°60.22%36.47%
CMYK60.22%24.73%0.00%
63.53%

Color #25465D in popluar number systems.

HEX25465D
Decimal377093
Binary10010110001101011101
Octal45106135

Shades and tints

Shades of #25465D

#25465D
(37,70,93)
#224055
(34,64,85)
#1F3A4D
(31,58,77)
#1C3445
(28,52,69)
#192E3D
(25,46,61)
#162835
(22,40,53)
#13222D
(19,34,45)
#101C25
(16,28,37)
#0D161D
(13,22,29)
#0A1015
(10,16,21)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #25465D

#25465D
(37,70,93)
#38566B
(56,86,107)
#4B6679
(75,102,121)
#5E7687
(94,118,135)
#718695
(113,134,149)
#8496A3
(132,150,163)
#97A6B1
(151,166,177)
#AAB6BF
(170,182,191)
#BDC6CD
(189,198,205)
#D0D6DB
(208,214,219)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25465D color. Also use rgb(37,70,93) instead hex code.

Text Font Color

.myTextColor { color: #25465D; }

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

This text font color is #25465D.


Background Color

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

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

This div background color is #25465D.


Border color

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

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

This div border color is #25465D.


Opacity

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

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

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

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

This text has shadow with #25465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25465D on black background.


Color preview on white background

This text has color #25465D on white background.



Black color preview on #25465D background

This text has black color on #25465D background.


White color preview on #25465D background

This text has white color on #25465D background.