COLOR #858035

HEX: #858035
RGB: (133,128,53)

Color info

#858035 contains mainly red and green colors. Web safe color of #858035 is #996633 (or #963).

RGB color model

#858035 color RGB value is (133,128,53).

  • red value is 133;
  • green value is 128;
  • blue value is 53.
RGB:
(133,128,53)
(52%,50%,21%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 53 of 255 = 21%

133
128
53

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 53 = 314 (100%)
R 133 of 314 ~ 42.36%
G 128 of 314 ~ 40.76%
B 53 of 314 ~ 16.88%

%42.36
%40.76
%16.88

CMYK color model

#858035 color CMYK value is (0,4,60,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 60.15%
  • key color value is 47.84%
CMYK:
(0,4,60,48)
C0M4Y60K48 
(0%,4%,60%,48%)
(0.00/0.04/0.60/0.48)	

CMYK percentages

%0
%3.76
%60.15
%47.84

Codes

Color #858035 in popluar color models

858035
RGB13312853
HSL56°43.01%36.47%
HSB/HSV56°60.15%52.16%
CMYK0.00%3.76%60.15%
47.84%

Color #858035 in popluar number systems.

HEX858035
Decimal13312853
Binary1000010110000000110101
Octal20520065

Shades and tints

Shades of #858035

#858035
(133,128,53)
#797531
(121,117,49)
#6D6A2D
(109,106,45)
#615F29
(97,95,41)
#555425
(85,84,37)
#494921
(73,73,33)
#3D3E1D
(61,62,29)
#313319
(49,51,25)
#252815
(37,40,21)
#191D11
(25,29,17)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #858035

#858035
(133,128,53)
#908B47
(144,139,71)
#9B9659
(155,150,89)
#A6A16B
(166,161,107)
#B1AC7D
(177,172,125)
#BCB78F
(188,183,143)
#C7C2A1
(199,194,161)
#D2CDB3
(210,205,179)
#DDD8C5
(221,216,197)
#E8E3D7
(232,227,215)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858035 color. Also use rgb(133,128,53) instead hex code.

Text Font Color

.myTextColor { color: #858035; }

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

This text font color is #858035.


Background Color

.myBgColor { background-color: #858035; }

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

This div background color is #858035.


Border color

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

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

This div border color is #858035.


Opacity

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

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

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

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

This text has shadow with #858035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858035 on black background.


Color preview on white background

This text has color #858035 on white background.



Black color preview on #858035 background

This text has black color on #858035 background.


White color preview on #858035 background

This text has white color on #858035 background.