COLOR #554D52

HEX: #554D52
RGB: (85,77,82)

Renk bilgisi

#554D52 contains red, green and blue colors in about the same proportion. #554D52 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#554D52 color RGB value is (85,77,82).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 77 of 255 = 30%
B 82 of 255 = 32%

85
77
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 77 + 82 = 244 (100%)
R 85 of 244 ~ 34.84%
G 77 of 244 ~ 31.56%
B 82 of 244 ~ 33.61%

%34.84
%31.56
%33.61

CMYK RENK MODELİ

#554D52 rengi CMYK tonu (0,9,4,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.41%
  • sarı tonu 3.53%
  • ana renk tonu 66.67%
CMYK:
(0,9,4,67)
C0M9Y4K67 
(0%,9%,4%,67%)
(0.00/0.09/0.04/0.67)	

CMYK yüzdeleri

%0
%9.41
%3.53
%66.67

Codes

Color #554D52 in popluar color models

554D52
RGB857782
HSL323°4.94%31.76%
HSB/HSV323°9.41%33.33%
CMYK0.00%9.41%3.53%
66.67%

Color #554D52 in popluar number systems.

HEX554D52
Decimal857782
Binary101010110011011010010
Octal125115122

Shades and tints

Shades of #554D52

#554D52
(85,77,82)
#4E464B
(78,70,75)
#473F44
(71,63,68)
#40383D
(64,56,61)
#393136
(57,49,54)
#322A2F
(50,42,47)
#2B2328
(43,35,40)
#241C21
(36,28,33)
#1D151A
(29,21,26)
#160E13
(22,14,19)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #554D52

#554D52
(85,77,82)
#645D61
(100,93,97)
#736D70
(115,109,112)
#827D7F
(130,125,127)
#918D8E
(145,141,142)
#A09D9D
(160,157,157)
#AFADAC
(175,173,172)
#BEBDBB
(190,189,187)
#CDCDCA
(205,205,202)
#DCDDD9
(220,221,217)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D52 color. Also use rgb(85,77,82) instead hex code.

Text Font Color

.myTextColor { color: #554D52; }

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

This text font color is #554D52.


Background Color

.myBgColor { background-color: #554D52; }

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

This div background color is #554D52.


Border color

.myBorderColor { border: 1px solid #554D52; }

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

This div border color is #554D52.


Opacity

.myOpacity80 { color: #554D52; opacity: 0.8; }

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

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

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

This text has shadow with #554D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D52 on black background.


Color preview on white background

This text has color #554D52 on white background.



Black color preview on #554D52 background

This text has black color on #554D52 background.


White color preview on #554D52 background

This text has white color on #554D52 background.