COLOR #858353

HEX: #858353
RGB: (133,131,83)

Color info

#858353 contains red, green and blue colors in about the same proportion. Web safe color of #858353 is #999966 (or #996).

RGB color model

#858353 color RGB value is (133,131,83).

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

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 83 of 255 = 33%

133
131
83

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 83 = 347 (100%)
R 133 of 347 ~ 38.33%
G 131 of 347 ~ 37.75%
B 83 of 347 ~ 23.92%

%38.33
%37.75
%23.92

CMYK color model

#858353 color CMYK value is (0,2,38,48).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 37.59%
  • key color value is 47.84%
CMYK:
(0,2,38,48)
C0M2Y38K48 
(0%,2%,38%,48%)
(0.00/0.02/0.38/0.48)	

CMYK percentages

%0
%1.5
%37.59
%47.84

Codes

Color #858353 in popluar color models

858353
RGB13313183
HSL58°23.15%42.35%
HSB/HSV58°37.59%52.16%
CMYK0.00%1.50%37.59%
47.84%

Color #858353 in popluar number systems.

HEX858353
Decimal13313183
Binary10000101100000111010011
Octal205203123

Shades and tints

Shades of #858353

#858353
(133,131,83)
#79784C
(121,120,76)
#6D6D45
(109,109,69)
#61623E
(97,98,62)
#555737
(85,87,55)
#494C30
(73,76,48)
#3D4129
(61,65,41)
#313622
(49,54,34)
#252B1B
(37,43,27)
#192014
(25,32,20)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #858353

#858353
(133,131,83)
#908E62
(144,142,98)
#9B9971
(155,153,113)
#A6A480
(166,164,128)
#B1AF8F
(177,175,143)
#BCBA9E
(188,186,158)
#C7C5AD
(199,197,173)
#D2D0BC
(210,208,188)
#DDDBCB
(221,219,203)
#E8E6DA
(232,230,218)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858353; }

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

This text font color is #858353.


Background Color

.myBgColor { background-color: #858353; }

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

This div background color is #858353.


Border color

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

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

This div border color is #858353.


Opacity

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

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

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

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

This text has shadow with #858353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858353 on black background.


Color preview on white background

This text has color #858353 on white background.



Black color preview on #858353 background

This text has black color on #858353 background.


White color preview on #858353 background

This text has white color on #858353 background.