COLOR #855E6D

HEX: #855E6D RGB: (133,94,109)

Color info

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

RGB color model

#855E6D color RGB value is (133,94,109).

RGB: (133,94,109) (52%, 37%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 109 of 255 = 43%

133
94
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 109 = 336 (100%)
R 133 of 336 ~ 39.58%
G 94 of 336 ~ 27.98%
B 109 of 336 ~ 32.44'%

%39.58
%27.98
%32.44

CMYK color model

#855E6D color CMYK value is (0,29,18,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 18.05%
  • key color value is 47.84%

CMYK: (0,29,18,48)
C0M29Y18K48 (0%, 29%, 18%, 48%)
(0.00 / 0.29 / 0.18 / 0.48)

CMYK percentages

%0
%29.32
%18.05
%47.84

Codes

Color #855E6D in popluar color models

85 5E 6D
RGB 133 94 109
HSL 337° 17.18% 44.51%
HSB/HSV 337° 29.32% 52.16%
CMYK 0.00% 29.32% 18.05%
47.84%

Color #855E6D in popluar number systems.

HEX 85 5E 6D
Decimal 133 94 109
Binary 10000101 1011110 1101101
Octal 205 136 155

Shades and tints

Shades of #855E6D

#855E6D
(133,94,109)
#795664
(121,86,100)
#6D4E5B
(109,78,91)
#614652
(97,70,82)
#553E49
(85,62,73)
#493640
(73,54,64)
#3D2E37
(61,46,55)
#31262E
(49,38,46)
#251E25
(37,30,37)
#19161C
(25,22,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #855E6D

#855E6D
(133,94,109)
#906C7A
(144,108,122)
#9B7A87
(155,122,135)
#A68894
(166,136,148)
#B196A1
(177,150,161)
#BCA4AE
(188,164,174)
#C7B2BB
(199,178,187)
#D2C0C8
(210,192,200)
#DDCED5
(221,206,213)
#E8DCE2
(232,220,226)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E6D color. Also use rgb(133,94,109) instead hex code.

Text Font Color

.myTextColor { color: #855E6D; }

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

This text font color is #855E6D.

Background Color

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

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

This div background color is #855E6D.

Border color

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

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

This div border color is #855E6D.

Opacity

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

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

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

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

This text has shadow with #855E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855E6D.

Preview

Color preview on black background

This text has color #855E6D on black background.


Color preview on white background

This text has color #855E6D on white background.


Black color preview on #855E6D background

This text has black color on #855E6D background.


White color preview on #855E6D background

This text has white color on #855E6D background.


Related colors

Complementary color

Complementary color for #hex is #7AA192.


I love getcolorcode.com

Triadic colors

1 #6D855E and #5E6D85 with #855E6D are triadic colors.

2 #6D5E85 and #5E856D with #855E6D are triadic colors.