COLOR #363463

HEX: #363463
RGB: (54,52,99)

Renk bilgisi

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

RGB renk modeli

#363463 color RGB value is (54,52,99).

  • kırmız ton 54;
  • yeşil ton 52;
  • mavi ton 99.
RGB:
(54,52,99)
(21%,20%,39%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 52 of 255 = 20%
B 99 of 255 = 39%

54
52
99

R + G + B ~ 27%. #363463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 52 + 99 = 205 (100%)
R 54 of 205 ~ 26.34%
G 52 of 205 ~ 25.37%
B 99 of 205 ~ 48.29%

%26.34
%25.37
%48.29

CMYK RENK MODELİ

#363463 rengi CMYK tonu (45,47,0,61).

  • camgöbeği tonu 45.45%
  • eflatun tonu 47.47%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(45,47,0,61)
C45M47Y0K61 
(45%,47%,0%,61%)
(0.45/0.47/0.00/0.61)	

CMYK yüzdeleri

%45.45
%47.47
%0
%61.18

Codes

Color #363463 in popluar color models

363463
RGB545299
HSL243°31.13%29.61%
HSB/HSV243°47.47%38.82%
CMYK45.45%47.47%0.00%
61.18%

Color #363463 in popluar number systems.

HEX363463
Decimal545299
Binary1101101101001100011
Octal6664143

Shades and tints

Shades of #363463

#363463
(54,52,99)
#32305A
(50,48,90)
#2E2C51
(46,44,81)
#2A2848
(42,40,72)
#26243F
(38,36,63)
#222036
(34,32,54)
#1E1C2D
(30,28,45)
#1A1824
(26,24,36)
#16141B
(22,20,27)
#121012
(18,16,18)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #363463

#363463
(54,52,99)
#484671
(72,70,113)
#5A587F
(90,88,127)
#6C6A8D
(108,106,141)
#7E7C9B
(126,124,155)
#908EA9
(144,142,169)
#A2A0B7
(162,160,183)
#B4B2C5
(180,178,197)
#C6C4D3
(198,196,211)
#D8D6E1
(216,214,225)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363463 color. Also use rgb(54,52,99) instead hex code.

Text Font Color

.myTextColor { color: #363463; }

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

This text font color is #363463.


Background Color

.myBgColor { background-color: #363463; }

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

This div background color is #363463.


Border color

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

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

This div border color is #363463.


Opacity

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

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

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

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

This text has shadow with #363463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363463 on black background.


Color preview on white background

This text has color #363463 on white background.



Black color preview on #363463 background

This text has black color on #363463 background.


White color preview on #363463 background

This text has white color on #363463 background.