COLOR #545463

HEX: #545463
RGB: (84,84,99)

Renk bilgisi

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

RGB renk modeli

#545463 color RGB value is (84,84,99).

  • kırmız ton 84;
  • yeşil ton 84;
  • mavi ton 99.
RGB:
(84,84,99)
(33%,33%,39%)

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 84 of 255 = 33%
B 99 of 255 = 39%

84
84
99

R + G + B ~ 35%. #545463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 84 + 99 = 267 (100%)
R 84 of 267 ~ 31.46%
G 84 of 267 ~ 31.46%
B 99 of 267 ~ 37.08%

%31.46
%31.46
%37.08

CMYK RENK MODELİ

#545463 rengi CMYK tonu (15,15,0,61).

  • camgöbeği tonu 15.15%
  • eflatun tonu 15.15%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(15,15,0,61)
C15M15Y0K61 
(15%,15%,0%,61%)
(0.15/0.15/0.00/0.61)	

CMYK yüzdeleri

%15.15
%15.15
%0
%61.18

Codes

Color #545463 in popluar color models

545463
RGB848499
HSL240°8.20%35.88%
HSB/HSV240°15.15%38.82%
CMYK15.15%15.15%0.00%
61.18%

Color #545463 in popluar number systems.

HEX545463
Decimal848499
Binary101010010101001100011
Octal124124143

Shades and tints

Shades of #545463

#545463
(84,84,99)
#4D4D5A
(77,77,90)
#464651
(70,70,81)
#3F3F48
(63,63,72)
#38383F
(56,56,63)
#313136
(49,49,54)
#2A2A2D
(42,42,45)
#232324
(35,35,36)
#1C1C1B
(28,28,27)
#151512
(21,21,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #545463

#545463
(84,84,99)
#636371
(99,99,113)
#72727F
(114,114,127)
#81818D
(129,129,141)
#90909B
(144,144,155)
#9F9FA9
(159,159,169)
#AEAEB7
(174,174,183)
#BDBDC5
(189,189,197)
#CCCCD3
(204,204,211)
#DBDBE1
(219,219,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545463; }

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

This text font color is #545463.


Background Color

.myBgColor { background-color: #545463; }

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

This div background color is #545463.


Border color

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

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

This div border color is #545463.


Opacity

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

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

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

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

This text has shadow with #545463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545463 on black background.


Color preview on white background

This text has color #545463 on white background.



Black color preview on #545463 background

This text has black color on #545463 background.


White color preview on #545463 background

This text has white color on #545463 background.