COLOR #552D37

HEX: #552D37
RGB: (85,45,55)

Renk bilgisi

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

RGB renk modeli

#552D37 color RGB value is (85,45,55).

  • kırmız ton 85;
  • yeşil ton 45;
  • mavi ton 55.
RGB:
(85,45,55)
(33%,18%,22%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 45 of 255 = 18%
B 55 of 255 = 22%

85
45
55

R + G + B ~ 24%. #552D37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 45 + 55 = 185 (100%)
R 85 of 185 ~ 45.95%
G 45 of 185 ~ 24.32%
B 55 of 185 ~ 29.73%

%45.95
%24.32
%29.73

CMYK RENK MODELİ

#552D37 rengi CMYK tonu (0,47,35,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 35.29%
  • ana renk tonu 66.67%
CMYK:
(0,47,35,67)
C0M47Y35K67 
(0%,47%,35%,67%)
(0.00/0.47/0.35/0.67)	

CMYK yüzdeleri

%0
%47.06
%35.29
%66.67

Codes

Color #552D37 in popluar color models

552D37
RGB854555
HSL345°30.77%25.49%
HSB/HSV345°47.06%33.33%
CMYK0.00%47.06%35.29%
66.67%

Color #552D37 in popluar number systems.

HEX552D37
Decimal854555
Binary1010101101101110111
Octal1255567

Shades and tints

Shades of #552D37

#552D37
(85,45,55)
#4E2932
(78,41,50)
#47252D
(71,37,45)
#402128
(64,33,40)
#391D23
(57,29,35)
#32191E
(50,25,30)
#2B1519
(43,21,25)
#241114
(36,17,20)
#1D0D0F
(29,13,15)
#16090A
(22,9,10)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #552D37

#552D37
(85,45,55)
#644049
(100,64,73)
#73535B
(115,83,91)
#82666D
(130,102,109)
#91797F
(145,121,127)
#A08C91
(160,140,145)
#AF9FA3
(175,159,163)
#BEB2B5
(190,178,181)
#CDC5C7
(205,197,199)
#DCD8D9
(220,216,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552D37 color. Also use rgb(85,45,55) instead hex code.

Text Font Color

.myTextColor { color: #552D37; }

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

This text font color is #552D37.


Background Color

.myBgColor { background-color: #552D37; }

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

This div background color is #552D37.


Border color

.myBorderColor { border: 1px solid #552D37; }

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

This div border color is #552D37.


Opacity

.myOpacity80 { color: #552D37; opacity: 0.8; }

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

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

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

This text has shadow with #552D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D37 on black background.


Color preview on white background

This text has color #552D37 on white background.



Black color preview on #552D37 background

This text has black color on #552D37 background.


White color preview on #552D37 background

This text has white color on #552D37 background.