COLOR #253863

HEX: #253863
RGB: (37,56,99)

Renk bilgisi

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

RGB renk modeli

#253863 color RGB value is (37,56,99).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 56 of 255 = 22%
B 99 of 255 = 39%

37
56
99

R + G + B ~ 25%. #253863 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 56 + 99 = 192 (100%)
R 37 of 192 ~ 19.27%
G 56 of 192 ~ 29.17%
B 99 of 192 ~ 51.56%

%19.27
%29.17
%51.56

CMYK RENK MODELİ

#253863 rengi CMYK tonu (63,43,0,61).

  • camgöbeği tonu 62.63%
  • eflatun tonu 43.43%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(63,43,0,61)
C63M43Y0K61 
(63%,43%,0%,61%)
(0.63/0.43/0.00/0.61)	

CMYK yüzdeleri

%62.63
%43.43
%0
%61.18

Codes

Color #253863 in popluar color models

253863
RGB375699
HSL222°45.59%26.67%
HSB/HSV222°62.63%38.82%
CMYK62.63%43.43%0.00%
61.18%

Color #253863 in popluar number systems.

HEX253863
Decimal375699
Binary1001011110001100011
Octal4570143

Shades and tints

Shades of #253863

#253863
(37,56,99)
#22335A
(34,51,90)
#1F2E51
(31,46,81)
#1C2948
(28,41,72)
#19243F
(25,36,63)
#161F36
(22,31,54)
#131A2D
(19,26,45)
#101524
(16,21,36)
#0D101B
(13,16,27)
#0A0B12
(10,11,18)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #253863

#253863
(37,56,99)
#384A71
(56,74,113)
#4B5C7F
(75,92,127)
#5E6E8D
(94,110,141)
#71809B
(113,128,155)
#8492A9
(132,146,169)
#97A4B7
(151,164,183)
#AAB6C5
(170,182,197)
#BDC8D3
(189,200,211)
#D0DAE1
(208,218,225)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253863; }

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

This text font color is #253863.


Background Color

.myBgColor { background-color: #253863; }

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

This div background color is #253863.


Border color

.myBorderColor { border: 1px solid #253863; }

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

This div border color is #253863.


Opacity

.myOpacity80 { color: #253863; opacity: 0.8; }

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

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

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

This text has shadow with #253863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253863 on black background.


Color preview on white background

This text has color #253863 on white background.



Black color preview on #253863 background

This text has black color on #253863 background.


White color preview on #253863 background

This text has white color on #253863 background.