COLOR #857653

HEX: #857653
RGB: (133,118,83)

Color info

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

RGB color model

#857653 color RGB value is (133,118,83).

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

RGB channels and saturation

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

133
118
83

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 83 = 334 (100%)
R 133 of 334 ~ 39.82%
G 118 of 334 ~ 35.33%
B 83 of 334 ~ 24.85%

%39.82
%35.33
%24.85

CMYK color model

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

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

CMYK percentages

%0
%11.28
%37.59
%47.84

Codes

Color #857653 in popluar color models

857653
RGB13311883
HSL42°23.15%42.35%
HSB/HSV42°37.59%52.16%
CMYK0.00%11.28%37.59%
47.84%

Color #857653 in popluar number systems.

HEX857653
Decimal13311883
Binary1000010111101101010011
Octal205166123

Shades and tints

Shades of #857653

#857653
(133,118,83)
#796C4C
(121,108,76)
#6D6245
(109,98,69)
#61583E
(97,88,62)
#554E37
(85,78,55)
#494430
(73,68,48)
#3D3A29
(61,58,41)
#313022
(49,48,34)
#25261B
(37,38,27)
#191C14
(25,28,20)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #857653

#857653
(133,118,83)
#908262
(144,130,98)
#9B8E71
(155,142,113)
#A69A80
(166,154,128)
#B1A68F
(177,166,143)
#BCB29E
(188,178,158)
#C7BEAD
(199,190,173)
#D2CABC
(210,202,188)
#DDD6CB
(221,214,203)
#E8E2DA
(232,226,218)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857653; }

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

This text font color is #857653.


Background Color

.myBgColor { background-color: #857653; }

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

This div background color is #857653.


Border color

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

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

This div border color is #857653.


Opacity

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

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

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

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

This text has shadow with #857653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857653 on black background.


Color preview on white background

This text has color #857653 on white background.



Black color preview on #857653 background

This text has black color on #857653 background.


White color preview on #857653 background

This text has white color on #857653 background.