COLOR #858270

HEX: #858270
RGB: (133,130,112)

Color info

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

RGB color model

#858270 color RGB value is (133,130,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 112 of 255 = 44%

133
130
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 112 = 375 (100%)
R 133 of 375 ~ 35.47%
G 130 of 375 ~ 34.67%
B 112 of 375 ~ 29.87%

%35.47
%34.67
%29.87

CMYK color model

#858270 color CMYK value is (0,2,16,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,2,16,48)
C0M2Y16K48 
(0%,2%,16%,48%)
(0.00/0.02/0.16/0.48)	

CMYK percentages

%0
%2.26
%15.79
%47.84

Codes

Color #858270 in popluar color models

858270
RGB133130112
HSL51°8.57%48.04%
HSB/HSV51°15.79%52.16%
CMYK0.00%2.26%15.79%
47.84%

Color #858270 in popluar number systems.

HEX858270
Decimal133130112
Binary10000101100000101110000
Octal205202160

Shades and tints

Shades of #858270

#858270
(133,130,112)
#797766
(121,119,102)
#6D6C5C
(109,108,92)
#616152
(97,97,82)
#555648
(85,86,72)
#494B3E
(73,75,62)
#3D4034
(61,64,52)
#31352A
(49,53,42)
#252A20
(37,42,32)
#191F16
(25,31,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #858270

#858270
(133,130,112)
#908D7D
(144,141,125)
#9B988A
(155,152,138)
#A6A397
(166,163,151)
#B1AEA4
(177,174,164)
#BCB9B1
(188,185,177)
#C7C4BE
(199,196,190)
#D2CFCB
(210,207,203)
#DDDAD8
(221,218,216)
#E8E5E5
(232,229,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858270; }

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

This text font color is #858270.


Background Color

.myBgColor { background-color: #858270; }

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

This div background color is #858270.


Border color

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

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

This div border color is #858270.


Opacity

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

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

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

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

This text has shadow with #858270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858270 on black background.


Color preview on white background

This text has color #858270 on white background.



Black color preview on #858270 background

This text has black color on #858270 background.


White color preview on #858270 background

This text has white color on #858270 background.