COLOR #555D49

HEX: #555D49
RGB: (85,93,73)

Renk bilgisi

#555D49 contains red, green and blue colors in about the same proportion. #555D49 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#555D49 color RGB value is (85,93,73).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 73 of 255 = 29%

85
93
73

R + G + B ~ 33%. #555D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 73 = 251 (100%)
R 85 of 251 ~ 33.86%
G 93 of 251 ~ 37.05%
B 73 of 251 ~ 29.08%

%33.86
%37.05
%29.08

CMYK RENK MODELİ

#555D49 rengi CMYK tonu (9,0,22,64).

  • camgöbeği tonu 8.60%
  • eflatun tonu 0.00%
  • sarı tonu 21.51%
  • ana renk tonu 63.53%
CMYK:
(9,0,22,64)
C9M0Y22K64 
(9%,0%,22%,64%)
(0.09/0.00/0.22/0.64)	

CMYK yüzdeleri

%8.6
%0
%21.51
%63.53

Codes

Color #555D49 in popluar color models

555D49
RGB859373
HSL84°12.05%32.55%
HSB/HSV84°21.51%36.47%
CMYK8.60%0.00%21.51%
63.53%

Color #555D49 in popluar number systems.

HEX555D49
Decimal859373
Binary101010110111011001001
Octal125135111

Shades and tints

Shades of #555D49

#555D49
(85,93,73)
#4E5543
(78,85,67)
#474D3D
(71,77,61)
#404537
(64,69,55)
#393D31
(57,61,49)
#32352B
(50,53,43)
#2B2D25
(43,45,37)
#24251F
(36,37,31)
#1D1D19
(29,29,25)
#161513
(22,21,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #555D49

#555D49
(85,93,73)
#646B59
(100,107,89)
#737969
(115,121,105)
#828779
(130,135,121)
#919589
(145,149,137)
#A0A399
(160,163,153)
#AFB1A9
(175,177,169)
#BEBFB9
(190,191,185)
#CDCDC9
(205,205,201)
#DCDBD9
(220,219,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D49 color. Also use rgb(85,93,73) instead hex code.

Text Font Color

.myTextColor { color: #555D49; }

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

This text font color is #555D49.


Background Color

.myBgColor { background-color: #555D49; }

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

This div background color is #555D49.


Border color

.myBorderColor { border: 1px solid #555D49; }

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

This div border color is #555D49.


Opacity

.myOpacity80 { color: #555D49; opacity: 0.8; }

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

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

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

This text has shadow with #555D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D49 on black background.


Color preview on white background

This text has color #555D49 on white background.



Black color preview on #555D49 background

This text has black color on #555D49 background.


White color preview on #555D49 background

This text has white color on #555D49 background.