COLOR #855B63

HEX: #855B63
RGB: (133,91,99)

Renk bilgisi

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

RGB renk modeli

#855B63 color RGB value is (133,91,99).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 91 of 255 = 36%
B 99 of 255 = 39%

133
91
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 91 + 99 = 323 (100%)
R 133 of 323 ~ 41.18%
G 91 of 323 ~ 28.17%
B 99 of 323 ~ 30.65%

%41.18
%28.17
%30.65

CMYK RENK MODELİ

#855B63 rengi CMYK tonu (0,32,26,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(0,32,26,48)
C0M32Y26K48 
(0%,32%,26%,48%)
(0.00/0.32/0.26/0.48)	

CMYK yüzdeleri

%0
%31.58
%25.56
%47.84

Codes

Color #855B63 in popluar color models

855B63
RGB1339199
HSL349°18.75%43.92%
HSB/HSV349°31.58%52.16%
CMYK0.00%31.58%25.56%
47.84%

Color #855B63 in popluar number systems.

HEX855B63
Decimal1339199
Binary1000010110110111100011
Octal205133143

Shades and tints

Shades of #855B63

#855B63
(133,91,99)
#79535A
(121,83,90)
#6D4B51
(109,75,81)
#614348
(97,67,72)
#553B3F
(85,59,63)
#493336
(73,51,54)
#3D2B2D
(61,43,45)
#312324
(49,35,36)
#251B1B
(37,27,27)
#191312
(25,19,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #855B63

#855B63
(133,91,99)
#906971
(144,105,113)
#9B777F
(155,119,127)
#A6858D
(166,133,141)
#B1939B
(177,147,155)
#BCA1A9
(188,161,169)
#C7AFB7
(199,175,183)
#D2BDC5
(210,189,197)
#DDCBD3
(221,203,211)
#E8D9E1
(232,217,225)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B63 color. Also use rgb(133,91,99) instead hex code.

Text Font Color

.myTextColor { color: #855B63; }

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

This text font color is #855B63.


Background Color

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

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

This div background color is #855B63.


Border color

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

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

This div border color is #855B63.


Opacity

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

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

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

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

This text has shadow with #855B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B63 on black background.


Color preview on white background

This text has color #855B63 on white background.



Black color preview on #855B63 background

This text has black color on #855B63 background.


White color preview on #855B63 background

This text has white color on #855B63 background.