COLOR #313363

HEX: #313363
RGB: (49,51,99)

Renk bilgisi

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

RGB renk modeli

#313363 color RGB value is (49,51,99).

  • kırmız ton 49;
  • yeşil ton 51;
  • mavi ton 99.
RGB:
(49,51,99)
(19%,20%,39%)

RGB bağlantıları ve doygunluk

R 49 of 255 = 19%
G 51 of 255 = 20%
B 99 of 255 = 39%

49
51
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
49 + 51 + 99 = 199 (100%)
R 49 of 199 ~ 24.62%
G 51 of 199 ~ 25.63%
B 99 of 199 ~ 49.75%

%24.62
%25.63
%49.75

CMYK RENK MODELİ

#313363 rengi CMYK tonu (51,48,0,61).

  • camgöbeği tonu 50.51%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(51,48,0,61)
C51M48Y0K61 
(51%,48%,0%,61%)
(0.51/0.48/0.00/0.61)	

CMYK yüzdeleri

%50.51
%48.48
%0
%61.18

Codes

Color #313363 in popluar color models

313363
RGB495199
HSL238°33.78%29.02%
HSB/HSV238°50.51%38.82%
CMYK50.51%48.48%0.00%
61.18%

Color #313363 in popluar number systems.

HEX313363
Decimal495199
Binary1100011100111100011
Octal6163143

Shades and tints

Shades of #313363

#313363
(49,51,99)
#2D2F5A
(45,47,90)
#292B51
(41,43,81)
#252748
(37,39,72)
#21233F
(33,35,63)
#1D1F36
(29,31,54)
#191B2D
(25,27,45)
#151724
(21,23,36)
#11131B
(17,19,27)
#0D0F12
(13,15,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #313363

#313363
(49,51,99)
#434571
(67,69,113)
#55577F
(85,87,127)
#67698D
(103,105,141)
#797B9B
(121,123,155)
#8B8DA9
(139,141,169)
#9D9FB7
(157,159,183)
#AFB1C5
(175,177,197)
#C1C3D3
(193,195,211)
#D3D5E1
(211,213,225)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313363 color. Also use rgb(49,51,99) instead hex code.

Text Font Color

.myTextColor { color: #313363; }

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

This text font color is #313363.


Background Color

.myBgColor { background-color: #313363; }

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

This div background color is #313363.


Border color

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

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

This div border color is #313363.


Opacity

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

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

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

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

This text has shadow with #313363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313363 on black background.


Color preview on white background

This text has color #313363 on white background.



Black color preview on #313363 background

This text has black color on #313363 background.


White color preview on #313363 background

This text has white color on #313363 background.