COLOR #253A63

HEX: #253A63
RGB: (37,58,99)

Renk bilgisi

#253A63 contains mainly green and blue colors. #253A63 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#253A63 color RGB value is (37,58,99).

  • kırmız ton 37;
  • yeşil ton 58;
  • mavi ton 99.
RGB:
(37,58,99)
(15%,23%,39%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 58 of 255 = 23%
B 99 of 255 = 39%

37
58
99

R + G + B ~ 26%. #253A63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 58 + 99 = 194 (100%)
R 37 of 194 ~ 19.07%
G 58 of 194 ~ 29.9%
B 99 of 194 ~ 51.03%

%19.07
%29.9
%51.03

CMYK RENK MODELİ

#253A63 rengi CMYK tonu (63,41,0,61).

  • camgöbeği tonu 62.63%
  • eflatun tonu 41.41%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(63,41,0,61)
C63M41Y0K61 
(63%,41%,0%,61%)
(0.63/0.41/0.00/0.61)	

CMYK yüzdeleri

%62.63
%41.41
%0
%61.18

Codes

Color #253A63 in popluar color models

253A63
RGB375899
HSL220°45.59%26.67%
HSB/HSV220°62.63%38.82%
CMYK62.63%41.41%0.00%
61.18%

Color #253A63 in popluar number systems.

HEX253A63
Decimal375899
Binary1001011110101100011
Octal4572143

Shades and tints

Shades of #253A63

#253A63
(37,58,99)
#22355A
(34,53,90)
#1F3051
(31,48,81)
#1C2B48
(28,43,72)
#19263F
(25,38,63)
#162136
(22,33,54)
#131C2D
(19,28,45)
#101724
(16,23,36)
#0D121B
(13,18,27)
#0A0D12
(10,13,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #253A63

#253A63
(37,58,99)
#384B71
(56,75,113)
#4B5C7F
(75,92,127)
#5E6D8D
(94,109,141)
#717E9B
(113,126,155)
#848FA9
(132,143,169)
#97A0B7
(151,160,183)
#AAB1C5
(170,177,197)
#BDC2D3
(189,194,211)
#D0D3E1
(208,211,225)
#E3E4EF
(227,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A63 color. Also use rgb(37,58,99) instead hex code.

Text Font Color

.myTextColor { color: #253A63; }

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

This text font color is #253A63.


Background Color

.myBgColor { background-color: #253A63; }

<div style="background-color:#253A63">Inner text</div>

This div background color is #253A63.


Border color

.myBorderColor { border: 1px solid #253A63; }

<div style="border:3px solid #253A63">Div</div>

This div border color is #253A63.


Opacity

.myOpacity80 { color: #253A63; opacity: 0.8; }

<p style="color:#253A63;opacity:0.8;">80%</p>

Text with #253A63 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 #253A63;}

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

This text has shadow with #253A63 color.

.textShadow {text-shadow: 3px 3px 1px #253A63, 3px 3px 1px red;}

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

This text has shadow with #253A63 primary color and red secondary color.


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

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

This text has shadow with #253A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A63 on black background.


Color preview on white background

This text has color #253A63 on white background.



Black color preview on #253A63 background

This text has black color on #253A63 background.


White color preview on #253A63 background

This text has white color on #253A63 background.