COLOR #855D5C

HEX: #855D5C
RGB: (133,93,92)

Renk bilgisi

#855D5C contains red, green and blue colors in about the same proportion. #855D5C ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#855D5C color RGB value is (133,93,92).

  • kırmız ton 133;
  • yeşil ton 93;
  • mavi ton 92.
RGB:
(133,93,92)
(52%,36%,36%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 93 of 255 = 36%
B 92 of 255 = 36%

133
93
92

R + G + B ~ 41%. #855D5C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 93 + 92 = 318 (100%)
R 133 of 318 ~ 41.82%
G 93 of 318 ~ 29.25%
B 92 of 318 ~ 28.93%

%41.82
%29.25
%28.93

CMYK RENK MODELİ

#855D5C rengi CMYK tonu (0,30,31,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.08%
  • sarı tonu 30.83%
  • ana renk tonu 47.84%
CMYK:
(0,30,31,48)
C0M30Y31K48 
(0%,30%,31%,48%)
(0.00/0.30/0.31/0.48)	

CMYK yüzdeleri

%0
%30.08
%30.83
%47.84

Codes

Color #855D5C in popluar color models

855D5C
RGB1339392
HSL18.22%44.12%
HSB/HSV30.83%52.16%
CMYK0.00%30.08%30.83%
47.84%

Color #855D5C in popluar number systems.

HEX855D5C
Decimal1339392
Binary1000010110111011011100
Octal205135134

Shades and tints

Shades of #855D5C

#855D5C
(133,93,92)
#795554
(121,85,84)
#6D4D4C
(109,77,76)
#614544
(97,69,68)
#553D3C
(85,61,60)
#493534
(73,53,52)
#3D2D2C
(61,45,44)
#312524
(49,37,36)
#251D1C
(37,29,28)
#191514
(25,21,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #855D5C

#855D5C
(133,93,92)
#906B6A
(144,107,106)
#9B7978
(155,121,120)
#A68786
(166,135,134)
#B19594
(177,149,148)
#BCA3A2
(188,163,162)
#C7B1B0
(199,177,176)
#D2BFBE
(210,191,190)
#DDCDCC
(221,205,204)
#E8DBDA
(232,219,218)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D5C color. Also use rgb(133,93,92) instead hex code.

Text Font Color

.myTextColor { color: #855D5C; }

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

This text font color is #855D5C.


Background Color

.myBgColor { background-color: #855D5C; }

<div style="background-color:#855D5C">Inner text</div>

This div background color is #855D5C.


Border color

.myBorderColor { border: 1px solid #855D5C; }

<div style="border:3px solid #855D5C">Div</div>

This div border color is #855D5C.


Opacity

.myOpacity80 { color: #855D5C; opacity: 0.8; }

<p style="color:#855D5C;opacity:0.8;">80%</p>

Text with #855D5C 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 #855D5C;}

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

This text has shadow with #855D5C color.

.textShadow {text-shadow: 3px 3px 1px #855D5C, 3px 3px 1px red;}

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

This text has shadow with #855D5C primary color and red secondary color.


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

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

This text has shadow with #855D5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D5C on black background.


Color preview on white background

This text has color #855D5C on white background.



Black color preview on #855D5C background

This text has black color on #855D5C background.


White color preview on #855D5C background

This text has white color on #855D5C background.