COLOR #551D49

HEX: #551D49
RGB: (85,29,73)

Renk bilgisi

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

RGB renk modeli

#551D49 color RGB value is (85,29,73).

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

RGB bağlantıları ve doygunluk

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

85
29
73

R + G + B ~ 24%. #551D49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 29 + 73 = 187 (100%)
R 85 of 187 ~ 45.45%
G 29 of 187 ~ 15.51%
B 73 of 187 ~ 39.04%

%45.45
%15.51
%39.04

CMYK RENK MODELİ

#551D49 rengi CMYK tonu (0,66,14,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.88%
  • sarı tonu 14.12%
  • ana renk tonu 66.67%
CMYK:
(0,66,14,67)
C0M66Y14K67 
(0%,66%,14%,67%)
(0.00/0.66/0.14/0.67)	

CMYK yüzdeleri

%0
%65.88
%14.12
%66.67

Codes

Color #551D49 in popluar color models

551D49
RGB852973
HSL313°49.12%22.35%
HSB/HSV313°65.88%33.33%
CMYK0.00%65.88%14.12%
66.67%

Color #551D49 in popluar number systems.

HEX551D49
Decimal852973
Binary1010101111011001001
Octal12535111

Shades and tints

Shades of #551D49

#551D49
(85,29,73)
#4E1B43
(78,27,67)
#47193D
(71,25,61)
#401737
(64,23,55)
#391531
(57,21,49)
#32132B
(50,19,43)
#2B1125
(43,17,37)
#240F1F
(36,15,31)
#1D0D19
(29,13,25)
#160B13
(22,11,19)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #551D49

#551D49
(85,29,73)
#643159
(100,49,89)
#734569
(115,69,105)
#825979
(130,89,121)
#916D89
(145,109,137)
#A08199
(160,129,153)
#AF95A9
(175,149,169)
#BEA9B9
(190,169,185)
#CDBDC9
(205,189,201)
#DCD1D9
(220,209,217)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D49; }

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

This text font color is #551D49.


Background Color

.myBgColor { background-color: #551D49; }

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

This div background color is #551D49.


Border color

.myBorderColor { border: 1px solid #551D49; }

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

This div border color is #551D49.


Opacity

.myOpacity80 { color: #551D49; opacity: 0.8; }

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

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

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

This text has shadow with #551D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D49 on black background.


Color preview on white background

This text has color #551D49 on white background.



Black color preview on #551D49 background

This text has black color on #551D49 background.


White color preview on #551D49 background

This text has white color on #551D49 background.