COLOR #55494D

HEX: #55494D
RGB: (85,73,77)

Renk bilgisi

#55494D contains red, green and blue colors in about the same proportion. #55494D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#55494D color RGB value is (85,73,77).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 73 of 255 = 29%
B 77 of 255 = 30%

85
73
77

R + G + B ~ 31%. #55494D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 73 + 77 = 235 (100%)
R 85 of 235 ~ 36.17%
G 73 of 235 ~ 31.06%
B 77 of 235 ~ 32.77%

%36.17
%31.06
%32.77

CMYK RENK MODELİ

#55494D rengi CMYK tonu (0,14,9,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.12%
  • sarı tonu 9.41%
  • ana renk tonu 66.67%
CMYK:
(0,14,9,67)
C0M14Y9K67 
(0%,14%,9%,67%)
(0.00/0.14/0.09/0.67)	

CMYK yüzdeleri

%0
%14.12
%9.41
%66.67

Codes

Color #55494D in popluar color models

55494D
RGB857377
HSL340°7.59%30.98%
HSB/HSV340°14.12%33.33%
CMYK0.00%14.12%9.41%
66.67%

Color #55494D in popluar number systems.

HEX55494D
Decimal857377
Binary101010110010011001101
Octal125111115

Shades and tints

Shades of #55494D

#55494D
(85,73,77)
#4E4346
(78,67,70)
#473D3F
(71,61,63)
#403738
(64,55,56)
#393131
(57,49,49)
#322B2A
(50,43,42)
#2B2523
(43,37,35)
#241F1C
(36,31,28)
#1D1915
(29,25,21)
#16130E
(22,19,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #55494D

#55494D
(85,73,77)
#64595D
(100,89,93)
#73696D
(115,105,109)
#82797D
(130,121,125)
#91898D
(145,137,141)
#A0999D
(160,153,157)
#AFA9AD
(175,169,173)
#BEB9BD
(190,185,189)
#CDC9CD
(205,201,205)
#DCD9DD
(220,217,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55494D; }

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

This text font color is #55494D.


Background Color

.myBgColor { background-color: #55494D; }

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

This div background color is #55494D.


Border color

.myBorderColor { border: 1px solid #55494D; }

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

This div border color is #55494D.


Opacity

.myOpacity80 { color: #55494D; opacity: 0.8; }

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

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

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

This text has shadow with #55494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55494D on black background.


Color preview on white background

This text has color #55494D on white background.



Black color preview on #55494D background

This text has black color on #55494D background.


White color preview on #55494D background

This text has white color on #55494D background.