COLOR #857263

HEX: #857263
RGB: (133,114,99)

Color info

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

RGB color model

#857263 color RGB value is (133,114,99).

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

RGB channels and saturation

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

133
114
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 99 = 346 (100%)
R 133 of 346 ~ 38.44%
G 114 of 346 ~ 32.95%
B 99 of 346 ~ 28.61%

%38.44
%32.95
%28.61

CMYK color model

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

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

CMYK percentages

%0
%14.29
%25.56
%47.84

Codes

Color #857263 in popluar color models

857263
RGB13311499
HSL26°14.66%45.49%
HSB/HSV26°25.56%52.16%
CMYK0.00%14.29%25.56%
47.84%

Color #857263 in popluar number systems.

HEX857263
Decimal13311499
Binary1000010111100101100011
Octal205162143

Shades and tints

Shades of #857263

#857263
(133,114,99)
#79685A
(121,104,90)
#6D5E51
(109,94,81)
#615448
(97,84,72)
#554A3F
(85,74,63)
#494036
(73,64,54)
#3D362D
(61,54,45)
#312C24
(49,44,36)
#25221B
(37,34,27)
#191812
(25,24,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #857263

#857263
(133,114,99)
#907E71
(144,126,113)
#9B8A7F
(155,138,127)
#A6968D
(166,150,141)
#B1A29B
(177,162,155)
#BCAEA9
(188,174,169)
#C7BAB7
(199,186,183)
#D2C6C5
(210,198,197)
#DDD2D3
(221,210,211)
#E8DEE1
(232,222,225)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857263; }

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

This text font color is #857263.


Background Color

.myBgColor { background-color: #857263; }

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

This div background color is #857263.


Border color

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

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

This div border color is #857263.


Opacity

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

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

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

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

This text has shadow with #857263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857263 on black background.


Color preview on white background

This text has color #857263 on white background.



Black color preview on #857263 background

This text has black color on #857263 background.


White color preview on #857263 background

This text has white color on #857263 background.