COLOR #857858

HEX: #857858
RGB: (133,120,88)

Color info

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

RGB color model

#857858 color RGB value is (133,120,88).

  • red value is 133;
  • green value is 120;
  • blue value is 88.
RGB: (133,120,88) (52%,47%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 88 of 255 = 35%

133
120
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 88 = 341 (100%)
R 133 of 341 ~ 39%
G 120 of 341 ~ 35.19%
B 88 of 341 ~ 25.81%

%39
%35.19
%25.81

CMYK color model

#857858 color CMYK value is (0,10,34,48).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK: (0,10,34,48) C0M10Y34K48 (0%,10%,34%,48%) (0.00/0.10/0.34/0.48)

CMYK percentages

%0
%9.77
%33.83
%47.84

Codes

Color #857858 in popluar color models

857858
RGB13312088
HSL43°20.36%43.33%
HSB/HSV43°33.83%52.16%
CMYK0.00%9.77%33.83%
47.84%

Color #857858 in popluar number systems.

HEX857858
Decimal13312088
Binary1000010111110001011000
Octal205170130

Shades and tints

Shades of #857858

#857858
(133,120,88)
#796E50
(121,110,80)
#6D6448
(109,100,72)
#615A40
(97,90,64)
#555038
(85,80,56)
#494630
(73,70,48)
#3D3C28
(61,60,40)
#313220
(49,50,32)
#252818
(37,40,24)
#191E10
(25,30,16)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #857858

#857858
(133,120,88)
#908467
(144,132,103)
#9B9076
(155,144,118)
#A69C85
(166,156,133)
#B1A894
(177,168,148)
#BCB4A3
(188,180,163)
#C7C0B2
(199,192,178)
#D2CCC1
(210,204,193)
#DDD8D0
(221,216,208)
#E8E4DF
(232,228,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857858; }

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

This text font color is #857858.


Background Color

.myBgColor { background-color: #857858; }

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

This div background color is #857858.


Border color

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

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

This div border color is #857858.


Opacity

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

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

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

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

This text has shadow with #857858 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #857858 on black background.


Color preview on white background

This text has color #857858 on white background.



Black color preview on #857858 background

This text has black color on #857858 background.


White color preview on #857858 background

This text has white color on #857858 background.