COLOR #553F59

HEX: #553F59
RGB: (85,63,89)

Renk bilgisi

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

RGB renk modeli

#553F59 color RGB value is (85,63,89).

  • kırmız ton 85;
  • yeşil ton 63;
  • mavi ton 89.
RGB:
(85,63,89)
(33%,25%,35%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 63 of 255 = 25%
B 89 of 255 = 35%

85
63
89

R + G + B ~ 31%. #553F59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 63 + 89 = 237 (100%)
R 85 of 237 ~ 35.86%
G 63 of 237 ~ 26.58%
B 89 of 237 ~ 37.55%

%35.86
%26.58
%37.55

CMYK RENK MODELİ

#553F59 rengi CMYK tonu (4,29,0,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 29.21%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(4,29,0,65)
C4M29Y0K65 
(4%,29%,0%,65%)
(0.04/0.29/0.00/0.65)	

CMYK yüzdeleri

%4.49
%29.21
%0
%65.1

Codes

Color #553F59 in popluar color models

553F59
RGB856389
HSL291°17.11%29.80%
HSB/HSV291°29.21%34.90%
CMYK4.49%29.21%0.00%
65.10%

Color #553F59 in popluar number systems.

HEX553F59
Decimal856389
Binary10101011111111011001
Octal12577131

Shades and tints

Shades of #553F59

#553F59
(85,63,89)
#4E3A51
(78,58,81)
#473549
(71,53,73)
#403041
(64,48,65)
#392B39
(57,43,57)
#322631
(50,38,49)
#2B2129
(43,33,41)
#241C21
(36,28,33)
#1D1719
(29,23,25)
#161211
(22,18,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #553F59

#553F59
(85,63,89)
#645068
(100,80,104)
#736177
(115,97,119)
#827286
(130,114,134)
#918395
(145,131,149)
#A094A4
(160,148,164)
#AFA5B3
(175,165,179)
#BEB6C2
(190,182,194)
#CDC7D1
(205,199,209)
#DCD8E0
(220,216,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F59 color. Also use rgb(85,63,89) instead hex code.

Text Font Color

.myTextColor { color: #553F59; }

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

This text font color is #553F59.


Background Color

.myBgColor { background-color: #553F59; }

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

This div background color is #553F59.


Border color

.myBorderColor { border: 1px solid #553F59; }

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

This div border color is #553F59.


Opacity

.myOpacity80 { color: #553F59; opacity: 0.8; }

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

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

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

This text has shadow with #553F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F59 on black background.


Color preview on white background

This text has color #553F59 on white background.



Black color preview on #553F59 background

This text has black color on #553F59 background.


White color preview on #553F59 background

This text has white color on #553F59 background.