COLOR #857676

HEX: #857676
RGB: (133,118,118)

Color info

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

RGB color model

#857676 color RGB value is (133,118,118).

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

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 118 of 255 = 46%

133
118
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 118 = 369 (100%)
R 133 of 369 ~ 36.04%
G 118 of 369 ~ 31.98%
B 118 of 369 ~ 31.98%

%36.04
%31.98
%31.98

CMYK color model

#857676 color CMYK value is (0,11,11,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,11,11,48)
C0M11Y11K48 
(0%,11%,11%,48%)
(0.00/0.11/0.11/0.48)	

CMYK percentages

%0
%11.28
%11.28
%47.84

Codes

Color #857676 in popluar color models

857676
RGB133118118
HSL5.98%49.22%
HSB/HSV11.28%52.16%
CMYK0.00%11.28%11.28%
47.84%

Color #857676 in popluar number systems.

HEX857676
Decimal133118118
Binary1000010111101101110110
Octal205166166

Shades and tints

Shades of #857676

#857676
(133,118,118)
#796C6C
(121,108,108)
#6D6262
(109,98,98)
#615858
(97,88,88)
#554E4E
(85,78,78)
#494444
(73,68,68)
#3D3A3A
(61,58,58)
#313030
(49,48,48)
#252626
(37,38,38)
#191C1C
(25,28,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #857676

#857676
(133,118,118)
#908282
(144,130,130)
#9B8E8E
(155,142,142)
#A69A9A
(166,154,154)
#B1A6A6
(177,166,166)
#BCB2B2
(188,178,178)
#C7BEBE
(199,190,190)
#D2CACA
(210,202,202)
#DDD6D6
(221,214,214)
#E8E2E2
(232,226,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857676; }

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

This text font color is #857676.


Background Color

.myBgColor { background-color: #857676; }

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

This div background color is #857676.


Border color

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

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

This div border color is #857676.


Opacity

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

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

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

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

This text has shadow with #857676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857676 on black background.


Color preview on white background

This text has color #857676 on white background.



Black color preview on #857676 background

This text has black color on #857676 background.


White color preview on #857676 background

This text has white color on #857676 background.