COLOR #555053

HEX: #555053
RGB: (85,80,83)

Renk bilgisi

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

RGB renk modeli

#555053 color RGB value is (85,80,83).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 80 of 255 = 31%
B 83 of 255 = 33%

85
80
83

R + G + B ~ 32%. #555053 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 80 + 83 = 248 (100%)
R 85 of 248 ~ 34.27%
G 80 of 248 ~ 32.26%
B 83 of 248 ~ 33.47%

%34.27
%32.26
%33.47

CMYK RENK MODELİ

#555053 rengi CMYK tonu (0,6,2,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 2.35%
  • ana renk tonu 66.67%
CMYK:
(0,6,2,67)
C0M6Y2K67 
(0%,6%,2%,67%)
(0.00/0.06/0.02/0.67)	

CMYK yüzdeleri

%0
%5.88
%2.35
%66.67

Codes

Color #555053 in popluar color models

555053
RGB858083
HSL324°3.03%32.35%
HSB/HSV324°5.88%33.33%
CMYK0.00%5.88%2.35%
66.67%

Color #555053 in popluar number systems.

HEX555053
Decimal858083
Binary101010110100001010011
Octal125120123

Shades and tints

Shades of #555053

#555053
(85,80,83)
#4E494C
(78,73,76)
#474245
(71,66,69)
#403B3E
(64,59,62)
#393437
(57,52,55)
#322D30
(50,45,48)
#2B2629
(43,38,41)
#241F22
(36,31,34)
#1D181B
(29,24,27)
#161114
(22,17,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #555053

#555053
(85,80,83)
#645F62
(100,95,98)
#736E71
(115,110,113)
#827D80
(130,125,128)
#918C8F
(145,140,143)
#A09B9E
(160,155,158)
#AFAAAD
(175,170,173)
#BEB9BC
(190,185,188)
#CDC8CB
(205,200,203)
#DCD7DA
(220,215,218)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555053; }

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

This text font color is #555053.


Background Color

.myBgColor { background-color: #555053; }

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

This div background color is #555053.


Border color

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

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

This div border color is #555053.


Opacity

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

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

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

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

This text has shadow with #555053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555053 on black background.


Color preview on white background

This text has color #555053 on white background.



Black color preview on #555053 background

This text has black color on #555053 background.


White color preview on #555053 background

This text has white color on #555053 background.