COLOR #858158

HEX: #858158
RGB: (133,129,88)

Color info

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

RGB color model

#858158 color RGB value is (133,129,88).

  • red value is 133;
  • green value is 129;
  • blue value is 88.
RGB:
(133,129,88)
(52%,51%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 88 of 255 = 35%

133
129
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 88 = 350 (100%)
R 133 of 350 ~ 38%
G 129 of 350 ~ 36.86%
B 88 of 350 ~ 25.14%

%38
%36.86
%25.14

CMYK color model

#858158 color CMYK value is (0,3,34,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,3,34,48)
C0M3Y34K48 
(0%,3%,34%,48%)
(0.00/0.03/0.34/0.48)	

CMYK percentages

%0
%3.01
%33.83
%47.84

Codes

Color #858158 in popluar color models

858158
RGB13312988
HSL55°20.36%43.33%
HSB/HSV55°33.83%52.16%
CMYK0.00%3.01%33.83%
47.84%

Color #858158 in popluar number systems.

HEX858158
Decimal13312988
Binary10000101100000011011000
Octal205201130

Shades and tints

Shades of #858158

#858158
(133,129,88)
#797650
(121,118,80)
#6D6B48
(109,107,72)
#616040
(97,96,64)
#555538
(85,85,56)
#494A30
(73,74,48)
#3D3F28
(61,63,40)
#313420
(49,52,32)
#252918
(37,41,24)
#191E10
(25,30,16)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #858158

#858158
(133,129,88)
#908C67
(144,140,103)
#9B9776
(155,151,118)
#A6A285
(166,162,133)
#B1AD94
(177,173,148)
#BCB8A3
(188,184,163)
#C7C3B2
(199,195,178)
#D2CEC1
(210,206,193)
#DDD9D0
(221,217,208)
#E8E4DF
(232,228,223)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858158 color. Also use rgb(133,129,88) instead hex code.

Text Font Color

.myTextColor { color: #858158; }

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

This text font color is #858158.


Background Color

.myBgColor { background-color: #858158; }

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

This div background color is #858158.


Border color

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

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

This div border color is #858158.


Opacity

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

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

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

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

This text has shadow with #858158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858158 on black background.


Color preview on white background

This text has color #858158 on white background.



Black color preview on #858158 background

This text has black color on #858158 background.


White color preview on #858158 background

This text has white color on #858158 background.