COLOR #855377

HEX: #855377
RGB: (133,83,119)

Color info

#855377 contains red, green and blue colors in about the same proportion. Web safe color of #855377 is #996666 (or #966).

RGB color model

#855377 color RGB value is (133,83,119).

  • red value is 133;
  • green value is 83;
  • blue value is 119.
RGB:
(133,83,119)
(52%,33%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 119 of 255 = 47%

133
83
119

R + G + B ~ 44%. #855377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 119 = 335 (100%)
R 133 of 335 ~ 39.7%
G 83 of 335 ~ 24.78%
B 119 of 335 ~ 35.52%

%39.7
%24.78
%35.52

CMYK color model

#855377 color CMYK value is (0,38,11,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(0,38,11,48)
C0M38Y11K48 
(0%,38%,11%,48%)
(0.00/0.38/0.11/0.48)	

CMYK percentages

%0
%37.59
%10.53
%47.84

Codes

Color #855377 in popluar color models

855377
RGB13383119
HSL317°23.15%42.35%
HSB/HSV317°37.59%52.16%
CMYK0.00%37.59%10.53%
47.84%

Color #855377 in popluar number systems.

HEX855377
Decimal13383119
Binary1000010110100111110111
Octal205123167

Shades and tints

Shades of #855377

#855377
(133,83,119)
#794C6D
(121,76,109)
#6D4563
(109,69,99)
#613E59
(97,62,89)
#55374F
(85,55,79)
#493045
(73,48,69)
#3D293B
(61,41,59)
#312231
(49,34,49)
#251B27
(37,27,39)
#19141D
(25,20,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #855377

#855377
(133,83,119)
#906283
(144,98,131)
#9B718F
(155,113,143)
#A6809B
(166,128,155)
#B18FA7
(177,143,167)
#BC9EB3
(188,158,179)
#C7ADBF
(199,173,191)
#D2BCCB
(210,188,203)
#DDCBD7
(221,203,215)
#E8DAE3
(232,218,227)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855377 color. Also use rgb(133,83,119) instead hex code.

Text Font Color

.myTextColor { color: #855377; }

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

This text font color is #855377.


Background Color

.myBgColor { background-color: #855377; }

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

This div background color is #855377.


Border color

.myBorderColor { border: 1px solid #855377; }

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

This div border color is #855377.


Opacity

.myOpacity80 { color: #855377; opacity: 0.8; }

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

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

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

This text has shadow with #855377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855377 on black background.


Color preview on white background

This text has color #855377 on white background.



Black color preview on #855377 background

This text has black color on #855377 background.


White color preview on #855377 background

This text has white color on #855377 background.