COLOR #858253

HEX: #858253
RGB: (133,130,83)

Color info

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

RGB color model

#858253 color RGB value is (133,130,83).

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

RGB channels and saturation

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

133
130
83

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 83 = 346 (100%)
R 133 of 346 ~ 38.44%
G 130 of 346 ~ 37.57%
B 83 of 346 ~ 23.99%

%38.44
%37.57
%23.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.26%
  • 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
%2.26
%37.59
%47.84

Codes

Color #858253 in popluar color models

858253
RGB13313083
HSL56°23.15%42.35%
HSB/HSV56°37.59%52.16%
CMYK0.00%2.26%37.59%
47.84%

Color #858253 in popluar number systems.

HEX858253
Decimal13313083
Binary10000101100000101010011
Octal205202123

Shades and tints

Shades of #858253

#858253
(133,130,83)
#79774C
(121,119,76)
#6D6C45
(109,108,69)
#61613E
(97,97,62)
#555637
(85,86,55)
#494B30
(73,75,48)
#3D4029
(61,64,41)
#313522
(49,53,34)
#252A1B
(37,42,27)
#191F14
(25,31,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #858253

#858253
(133,130,83)
#908D62
(144,141,98)
#9B9871
(155,152,113)
#A6A380
(166,163,128)
#B1AE8F
(177,174,143)
#BCB99E
(188,185,158)
#C7C4AD
(199,196,173)
#D2CFBC
(210,207,188)
#DDDACB
(221,218,203)
#E8E5DA
(232,229,218)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858253; }

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

This text font color is #858253.


Background Color

.myBgColor { background-color: #858253; }

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

This div background color is #858253.


Border color

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

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

This div border color is #858253.


Opacity

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

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

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

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

This text has shadow with #858253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858253 on black background.


Color preview on white background

This text has color #858253 on white background.



Black color preview on #858253 background

This text has black color on #858253 background.


White color preview on #858253 background

This text has white color on #858253 background.