COLOR #555849

HEX: #555849
RGB: (85,88,73)

Renk bilgisi

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

RGB renk modeli

#555849 color RGB value is (85,88,73).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 73 of 255 = 29%

85
88
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 73 = 246 (100%)
R 85 of 246 ~ 34.55%
G 88 of 246 ~ 35.77%
B 73 of 246 ~ 29.67%

%34.55
%35.77
%29.67

CMYK RENK MODELİ

#555849 rengi CMYK tonu (3,0,17,65).

  • camgöbeği tonu 3.41%
  • eflatun tonu 0.00%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(3,0,17,65)
C3M0Y17K65 
(3%,0%,17%,65%)
(0.03/0.00/0.17/0.65)	

CMYK yüzdeleri

%3.41
%0
%17.05
%65.49

Codes

Color #555849 in popluar color models

555849
RGB858873
HSL72°9.32%31.57%
HSB/HSV72°17.05%34.51%
CMYK3.41%0.00%17.05%
65.49%

Color #555849 in popluar number systems.

HEX555849
Decimal858873
Binary101010110110001001001
Octal125130111

Shades and tints

Shades of #555849

#555849
(85,88,73)
#4E5043
(78,80,67)
#47483D
(71,72,61)
#404037
(64,64,55)
#393831
(57,56,49)
#32302B
(50,48,43)
#2B2825
(43,40,37)
#24201F
(36,32,31)
#1D1819
(29,24,25)
#161013
(22,16,19)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #555849

#555849
(85,88,73)
#646759
(100,103,89)
#737669
(115,118,105)
#828579
(130,133,121)
#919489
(145,148,137)
#A0A399
(160,163,153)
#AFB2A9
(175,178,169)
#BEC1B9
(190,193,185)
#CDD0C9
(205,208,201)
#DCDFD9
(220,223,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555849; }

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

This text font color is #555849.


Background Color

.myBgColor { background-color: #555849; }

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

This div background color is #555849.


Border color

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

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

This div border color is #555849.


Opacity

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

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

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

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

This text has shadow with #555849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555849 on black background.


Color preview on white background

This text has color #555849 on white background.



Black color preview on #555849 background

This text has black color on #555849 background.


White color preview on #555849 background

This text has white color on #555849 background.