COLOR #856F75

HEX: #856F75
RGB: (133,111,117)

Color info

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

RGB color model

#856F75 color RGB value is (133,111,117).

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

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 117 of 255 = 46%

133
111
117

R + G + B ~ 47%. #856F75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 117 = 361 (100%)
R 133 of 361 ~ 36.84%
G 111 of 361 ~ 30.75%
B 117 of 361 ~ 32.41%

%36.84
%30.75
%32.41

CMYK color model

#856F75 color CMYK value is (0,17,12,48).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(0,17,12,48)
C0M17Y12K48 
(0%,17%,12%,48%)
(0.00/0.17/0.12/0.48)	

CMYK percentages

%0
%16.54
%12.03
%47.84

Codes

Color #856F75 in popluar color models

856F75
RGB133111117
HSL344°9.02%47.84%
HSB/HSV344°16.54%52.16%
CMYK0.00%16.54%12.03%
47.84%

Color #856F75 in popluar number systems.

HEX856F75
Decimal133111117
Binary1000010111011111110101
Octal205157165

Shades and tints

Shades of #856F75

#856F75
(133,111,117)
#79656B
(121,101,107)
#6D5B61
(109,91,97)
#615157
(97,81,87)
#55474D
(85,71,77)
#493D43
(73,61,67)
#3D3339
(61,51,57)
#31292F
(49,41,47)
#251F25
(37,31,37)
#19151B
(25,21,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #856F75

#856F75
(133,111,117)
#907C81
(144,124,129)
#9B898D
(155,137,141)
#A69699
(166,150,153)
#B1A3A5
(177,163,165)
#BCB0B1
(188,176,177)
#C7BDBD
(199,189,189)
#D2CAC9
(210,202,201)
#DDD7D5
(221,215,213)
#E8E4E1
(232,228,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856F75; }

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

This text font color is #856F75.


Background Color

.myBgColor { background-color: #856F75; }

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

This div background color is #856F75.


Border color

.myBorderColor { border: 1px solid #856F75; }

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

This div border color is #856F75.


Opacity

.myOpacity80 { color: #856F75; opacity: 0.8; }

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

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

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

This text has shadow with #856F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F75 on black background.


Color preview on white background

This text has color #856F75 on white background.



Black color preview on #856F75 background

This text has black color on #856F75 background.


White color preview on #856F75 background

This text has white color on #856F75 background.