COLOR #555449

HEX: #555449
RGB: (85,84,73)

Renk bilgisi

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

RGB renk modeli

#555449 color RGB value is (85,84,73).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 84 of 255 = 33%
B 73 of 255 = 29%

85
84
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 84 + 73 = 242 (100%)
R 85 of 242 ~ 35.12%
G 84 of 242 ~ 34.71%
B 73 of 242 ~ 30.17%

%35.12
%34.71
%30.17

CMYK RENK MODELİ

#555449 rengi CMYK tonu (0,1,14,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.18%
  • sarı tonu 14.12%
  • ana renk tonu 66.67%
CMYK:
(0,1,14,67)
C0M1Y14K67 
(0%,1%,14%,67%)
(0.00/0.01/0.14/0.67)	

CMYK yüzdeleri

%0
%1.18
%14.12
%66.67

Codes

Color #555449 in popluar color models

555449
RGB858473
HSL55°7.59%30.98%
HSB/HSV55°14.12%33.33%
CMYK0.00%1.18%14.12%
66.67%

Color #555449 in popluar number systems.

HEX555449
Decimal858473
Binary101010110101001001001
Octal125124111

Shades and tints

Shades of #555449

#555449
(85,84,73)
#4E4D43
(78,77,67)
#47463D
(71,70,61)
#403F37
(64,63,55)
#393831
(57,56,49)
#32312B
(50,49,43)
#2B2A25
(43,42,37)
#24231F
(36,35,31)
#1D1C19
(29,28,25)
#161513
(22,21,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #555449

#555449
(85,84,73)
#646359
(100,99,89)
#737269
(115,114,105)
#828179
(130,129,121)
#919089
(145,144,137)
#A09F99
(160,159,153)
#AFAEA9
(175,174,169)
#BEBDB9
(190,189,185)
#CDCCC9
(205,204,201)
#DCDBD9
(220,219,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555449; }

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

This text font color is #555449.


Background Color

.myBgColor { background-color: #555449; }

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

This div background color is #555449.


Border color

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

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

This div border color is #555449.


Opacity

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

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

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

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

This text has shadow with #555449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555449 on black background.


Color preview on white background

This text has color #555449 on white background.



Black color preview on #555449 background

This text has black color on #555449 background.


White color preview on #555449 background

This text has white color on #555449 background.