COLOR #855E69

HEX: #855E69 RGB: (133,94,105)

Color info

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

RGB color model

#855E69 color RGB value is (133,94,105).

RGB: (133,94,105) (52%, 37%, 41%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 105 of 255 = 41%

133
94
105

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

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 105 = 332 (100%)
R 133 of 332 ~ 40.06%
G 94 of 332 ~ 28.31%
B 105 of 332 ~ 31.63'%

%40.06
%28.31
%31.63

CMYK color model

#855E69 color CMYK value is (0,29,21,48).

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

CMYK: (0,29,21,48)
C0M29Y21K48 (0%, 29%, 21%, 48%)
(0.00 / 0.29 / 0.21 / 0.48)

CMYK percentages

%0
%29.32
%21.05
%47.84

Codes

Color #855E69 in popluar color models

85 5E 69
RGB 133 94 105
HSL 343° 17.18% 44.51%
HSB/HSV 343° 29.32% 52.16%
CMYK 0.00% 29.32% 21.05%
47.84%

Color #855E69 in popluar number systems.

HEX 85 5E 69
Decimal 133 94 105
Binary 10000101 1011110 1101001
Octal 205 136 151

Shades and tints

Shades of #855E69

#855E69
(133,94,105)
#795660
(121,86,96)
#6D4E57
(109,78,87)
#61464E
(97,70,78)
#553E45
(85,62,69)
#49363C
(73,54,60)
#3D2E33
(61,46,51)
#31262A
(49,38,42)
#251E21
(37,30,33)
#191618
(25,22,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #855E69

#855E69
(133,94,105)
#906C76
(144,108,118)
#9B7A83
(155,122,131)
#A68890
(166,136,144)
#B1969D
(177,150,157)
#BCA4AA
(188,164,170)
#C7B2B7
(199,178,183)
#D2C0C4
(210,192,196)
#DDCED1
(221,206,209)
#E8DCDE
(232,220,222)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E69; }

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

This text font color is #855E69.

Background Color

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

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

This div background color is #855E69.

Border color

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

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

This div border color is #855E69.

Opacity

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

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

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

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

This text has shadow with #855E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855E69.

Preview

Color preview on black background

This text has color #855E69 on black background.


Color preview on white background

This text has color #855E69 on white background.


Black color preview on #855E69 background

This text has black color on #855E69 background.


White color preview on #855E69 background

This text has white color on #855E69 background.


Related colors

Complementary color

Complementary color for #hex is #7AA196.


I love getcolorcode.com

Triadic colors

1 #69855E and #5E6985 with #855E69 are triadic colors.

2 #695E85 and #5E8569 with #855E69 are triadic colors.