COLOR #53555B

HEX: #53555B
RGB: (83,85,91)

Renk bilgisi

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

RGB renk modeli

#53555B color RGB value is (83,85,91).

  • kırmız ton 83;
  • yeşil ton 85;
  • mavi ton 91.
RGB:
(83,85,91)
(33%,33%,36%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 85 of 255 = 33%
B 91 of 255 = 36%

83
85
91

R + G + B ~ 34%. #53555B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 85 + 91 = 259 (100%)
R 83 of 259 ~ 32.05%
G 85 of 259 ~ 32.82%
B 91 of 259 ~ 35.14%

%32.05
%32.82
%35.14

CMYK RENK MODELİ

#53555B rengi CMYK tonu (9,7,0,64).

  • camgöbeği tonu 8.79%
  • eflatun tonu 6.59%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(9,7,0,64)
C9M7Y0K64 
(9%,7%,0%,64%)
(0.09/0.07/0.00/0.64)	

CMYK yüzdeleri

%8.79
%6.59
%0
%64.31

Codes

Color #53555B in popluar color models

53555B
RGB838591
HSL225°4.60%34.12%
HSB/HSV225°8.79%35.69%
CMYK8.79%6.59%0.00%
64.31%

Color #53555B in popluar number systems.

HEX53555B
Decimal838591
Binary101001110101011011011
Octal123125133

Shades and tints

Shades of #53555B

#53555B
(83,85,91)
#4C4E53
(76,78,83)
#45474B
(69,71,75)
#3E4043
(62,64,67)
#37393B
(55,57,59)
#303233
(48,50,51)
#292B2B
(41,43,43)
#222423
(34,36,35)
#1B1D1B
(27,29,27)
#141613
(20,22,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #53555B

#53555B
(83,85,91)
#626469
(98,100,105)
#717377
(113,115,119)
#808285
(128,130,133)
#8F9193
(143,145,147)
#9EA0A1
(158,160,161)
#ADAFAF
(173,175,175)
#BCBEBD
(188,190,189)
#CBCDCB
(203,205,203)
#DADCD9
(218,220,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53555B color. Also use rgb(83,85,91) instead hex code.

Text Font Color

.myTextColor { color: #53555B; }

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

This text font color is #53555B.


Background Color

.myBgColor { background-color: #53555B; }

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

This div background color is #53555B.


Border color

.myBorderColor { border: 1px solid #53555B; }

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

This div border color is #53555B.


Opacity

.myOpacity80 { color: #53555B; opacity: 0.8; }

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

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

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

This text has shadow with #53555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53555B on black background.


Color preview on white background

This text has color #53555B on white background.



Black color preview on #53555B background

This text has black color on #53555B background.


White color preview on #53555B background

This text has white color on #53555B background.