COLOR #855B79

HEX: #855B79
RGB: (133,91,121)

Renk bilgisi

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

RGB renk modeli

#855B79 color RGB value is (133,91,121).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 91 of 255 = 36%
B 121 of 255 = 47%

133
91
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 91 + 121 = 345 (100%)
R 133 of 345 ~ 38.55%
G 91 of 345 ~ 26.38%
B 121 of 345 ~ 35.07%

%38.55
%26.38
%35.07

CMYK RENK MODELİ

#855B79 rengi CMYK tonu (0,32,9,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 9.02%
  • ana renk tonu 47.84%
CMYK:
(0,32,9,48)
C0M32Y9K48 
(0%,32%,9%,48%)
(0.00/0.32/0.09/0.48)	

CMYK yüzdeleri

%0
%31.58
%9.02
%47.84

Codes

Color #855B79 in popluar color models

855B79
RGB13391121
HSL317°18.75%43.92%
HSB/HSV317°31.58%52.16%
CMYK0.00%31.58%9.02%
47.84%

Color #855B79 in popluar number systems.

HEX855B79
Decimal13391121
Binary1000010110110111111001
Octal205133171

Shades and tints

Shades of #855B79

#855B79
(133,91,121)
#79536E
(121,83,110)
#6D4B63
(109,75,99)
#614358
(97,67,88)
#553B4D
(85,59,77)
#493342
(73,51,66)
#3D2B37
(61,43,55)
#31232C
(49,35,44)
#251B21
(37,27,33)
#191316
(25,19,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #855B79

#855B79
(133,91,121)
#906985
(144,105,133)
#9B7791
(155,119,145)
#A6859D
(166,133,157)
#B193A9
(177,147,169)
#BCA1B5
(188,161,181)
#C7AFC1
(199,175,193)
#D2BDCD
(210,189,205)
#DDCBD9
(221,203,217)
#E8D9E5
(232,217,229)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B79; }

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

This text font color is #855B79.


Background Color

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

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

This div background color is #855B79.


Border color

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

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

This div border color is #855B79.


Opacity

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

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

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

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

This text has shadow with #855B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B79 on black background.


Color preview on white background

This text has color #855B79 on white background.



Black color preview on #855B79 background

This text has black color on #855B79 background.


White color preview on #855B79 background

This text has white color on #855B79 background.