COLOR #856375

HEX: #856375
RGB: (133,99,117)

Color info

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

RGB color model

#856375 color RGB value is (133,99,117).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 117 of 255 = 46%

133
99
117

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 117 = 349 (100%)
R 133 of 349 ~ 38.11%
G 99 of 349 ~ 28.37%
B 117 of 349 ~ 33.52%

%38.11
%28.37
%33.52

CMYK color model

#856375 color CMYK value is (0,26,12,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(0,26,12,48)
C0M26Y12K48 
(0%,26%,12%,48%)
(0.00/0.26/0.12/0.48)	

CMYK percentages

%0
%25.56
%12.03
%47.84

Codes

Color #856375 in popluar color models

856375
RGB13399117
HSL328°14.66%45.49%
HSB/HSV328°25.56%52.16%
CMYK0.00%25.56%12.03%
47.84%

Color #856375 in popluar number systems.

HEX856375
Decimal13399117
Binary1000010111000111110101
Octal205143165

Shades and tints

Shades of #856375

#856375
(133,99,117)
#795A6B
(121,90,107)
#6D5161
(109,81,97)
#614857
(97,72,87)
#553F4D
(85,63,77)
#493643
(73,54,67)
#3D2D39
(61,45,57)
#31242F
(49,36,47)
#251B25
(37,27,37)
#19121B
(25,18,27)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #856375

#856375
(133,99,117)
#907181
(144,113,129)
#9B7F8D
(155,127,141)
#A68D99
(166,141,153)
#B19BA5
(177,155,165)
#BCA9B1
(188,169,177)
#C7B7BD
(199,183,189)
#D2C5C9
(210,197,201)
#DDD3D5
(221,211,213)
#E8E1E1
(232,225,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856375; }

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

This text font color is #856375.


Background Color

.myBgColor { background-color: #856375; }

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

This div background color is #856375.


Border color

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

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

This div border color is #856375.


Opacity

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

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

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

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

This text has shadow with #856375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856375 on black background.


Color preview on white background

This text has color #856375 on white background.



Black color preview on #856375 background

This text has black color on #856375 background.


White color preview on #856375 background

This text has white color on #856375 background.