COLOR #857264

HEX: #857264
RGB: (133,114,100)

Color info

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

RGB color model

#857264 color RGB value is (133,114,100).

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

RGB channels and saturation

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

133
114
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 100 = 347 (100%)
R 133 of 347 ~ 38.33%
G 114 of 347 ~ 32.85%
B 100 of 347 ~ 28.82%

%38.33
%32.85
%28.82

CMYK color model

#857264 color CMYK value is (0,14,25,48).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(0,14,25,48)
C0M14Y25K48 
(0%,14%,25%,48%)
(0.00/0.14/0.25/0.48)	

CMYK percentages

%0
%14.29
%24.81
%47.84

Codes

Color #857264 in popluar color models

857264
RGB133114100
HSL25°14.16%45.69%
HSB/HSV25°24.81%52.16%
CMYK0.00%14.29%24.81%
47.84%

Color #857264 in popluar number systems.

HEX857264
Decimal133114100
Binary1000010111100101100100
Octal205162144

Shades and tints

Shades of #857264

#857264
(133,114,100)
#79685B
(121,104,91)
#6D5E52
(109,94,82)
#615449
(97,84,73)
#554A40
(85,74,64)
#494037
(73,64,55)
#3D362E
(61,54,46)
#312C25
(49,44,37)
#25221C
(37,34,28)
#191813
(25,24,19)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #857264

#857264
(133,114,100)
#907E72
(144,126,114)
#9B8A80
(155,138,128)
#A6968E
(166,150,142)
#B1A29C
(177,162,156)
#BCAEAA
(188,174,170)
#C7BAB8
(199,186,184)
#D2C6C6
(210,198,198)
#DDD2D4
(221,210,212)
#E8DEE2
(232,222,226)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857264; }

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

This text font color is #857264.


Background Color

.myBgColor { background-color: #857264; }

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

This div background color is #857264.


Border color

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

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

This div border color is #857264.


Opacity

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

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

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

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

This text has shadow with #857264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857264 on black background.


Color preview on white background

This text has color #857264 on white background.



Black color preview on #857264 background

This text has black color on #857264 background.


White color preview on #857264 background

This text has white color on #857264 background.