COLOR #856373

HEX: #856373
RGB: (133,99,115)

Color info

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

RGB color model

#856373 color RGB value is (133,99,115).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 115 of 255 = 45%

133
99
115

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 115 = 347 (100%)
R 133 of 347 ~ 38.33%
G 99 of 347 ~ 28.53%
B 115 of 347 ~ 33.14%

%38.33
%28.53
%33.14

CMYK color model

#856373 color CMYK value is (0,26,14,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 13.53%
  • key color value is 47.84%
CMYK:
(0,26,14,48)
C0M26Y14K48 
(0%,26%,14%,48%)
(0.00/0.26/0.14/0.48)	

CMYK percentages

%0
%25.56
%13.53
%47.84

Codes

Color #856373 in popluar color models

856373
RGB13399115
HSL332°14.66%45.49%
HSB/HSV332°25.56%52.16%
CMYK0.00%25.56%13.53%
47.84%

Color #856373 in popluar number systems.

HEX856373
Decimal13399115
Binary1000010111000111110011
Octal205143163

Shades and tints

Shades of #856373

#856373
(133,99,115)
#795A69
(121,90,105)
#6D515F
(109,81,95)
#614855
(97,72,85)
#553F4B
(85,63,75)
#493641
(73,54,65)
#3D2D37
(61,45,55)
#31242D
(49,36,45)
#251B23
(37,27,35)
#191219
(25,18,25)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #856373

#856373
(133,99,115)
#90717F
(144,113,127)
#9B7F8B
(155,127,139)
#A68D97
(166,141,151)
#B19BA3
(177,155,163)
#BCA9AF
(188,169,175)
#C7B7BB
(199,183,187)
#D2C5C7
(210,197,199)
#DDD3D3
(221,211,211)
#E8E1DF
(232,225,223)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856373; }

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

This text font color is #856373.


Background Color

.myBgColor { background-color: #856373; }

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

This div background color is #856373.


Border color

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

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

This div border color is #856373.


Opacity

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

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

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

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

This text has shadow with #856373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856373 on black background.


Color preview on white background

This text has color #856373 on white background.



Black color preview on #856373 background

This text has black color on #856373 background.


White color preview on #856373 background

This text has white color on #856373 background.