COLOR #856975

HEX: #856975
RGB: (133,105,117)

Color info

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

RGB color model

#856975 color RGB value is (133,105,117).

  • red value is 133;
  • green value is 105;
  • blue value is 117.
RGB:
(133,105,117)
(52%,41%,46%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 117 of 255 = 46%

133
105
117

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 117 = 355 (100%)
R 133 of 355 ~ 37.46%
G 105 of 355 ~ 29.58%
B 117 of 355 ~ 32.96%

%37.46
%29.58
%32.96

CMYK color model

#856975 color CMYK value is (0,21,12,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(0,21,12,48)
C0M21Y12K48 
(0%,21%,12%,48%)
(0.00/0.21/0.12/0.48)	

CMYK percentages

%0
%21.05
%12.03
%47.84

Codes

Color #856975 in popluar color models

856975
RGB133105117
HSL334°11.76%46.67%
HSB/HSV334°21.05%52.16%
CMYK0.00%21.05%12.03%
47.84%

Color #856975 in popluar number systems.

HEX856975
Decimal133105117
Binary1000010111010011110101
Octal205151165

Shades and tints

Shades of #856975

#856975
(133,105,117)
#79606B
(121,96,107)
#6D5761
(109,87,97)
#614E57
(97,78,87)
#55454D
(85,69,77)
#493C43
(73,60,67)
#3D3339
(61,51,57)
#312A2F
(49,42,47)
#252125
(37,33,37)
#19181B
(25,24,27)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #856975

#856975
(133,105,117)
#907681
(144,118,129)
#9B838D
(155,131,141)
#A69099
(166,144,153)
#B19DA5
(177,157,165)
#BCAAB1
(188,170,177)
#C7B7BD
(199,183,189)
#D2C4C9
(210,196,201)
#DDD1D5
(221,209,213)
#E8DEE1
(232,222,225)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856975; }

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

This text font color is #856975.


Background Color

.myBgColor { background-color: #856975; }

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

This div background color is #856975.


Border color

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

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

This div border color is #856975.


Opacity

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

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

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

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

This text has shadow with #856975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856975 on black background.


Color preview on white background

This text has color #856975 on white background.



Black color preview on #856975 background

This text has black color on #856975 background.


White color preview on #856975 background

This text has white color on #856975 background.