COLOR #858549

HEX: #858549 RGB: (133,133,73)

Color info

#858549 contains mainly red and green colors. Web safe color of #858549 is #999933 (or #993).

RGB color model

#858549 color RGB value is (133,133,73).

RGB: (133,133,73) (52%, 52%, 29%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 73 of 255 = 29%

133
133
73

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 73 = 339 (100%)
R 133 of 339 ~ 39.23%
G 133 of 339 ~ 39.23%
B 73 of 339 ~ 21.53'%

%39.23
%39.23
%21.53

CMYK color model

#858549 color CMYK value is (0,0,45,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 47.84%

CMYK: (0,0,45,48)
C0M0Y45K48 (0%, 0%, 45%, 48%)
(0.00 / 0.00 / 0.45 / 0.48)

CMYK percentages

%0
%0
%45.11
%47.84

Codes

Color #858549 in popluar color models

85 85 49
RGB 133 133 73
HSL 60° 29.13% 40.39%
HSB/HSV 60° 45.11% 52.16%
CMYK 0.00% 0.00% 45.11%
47.84%

Color #858549 in popluar number systems.

HEX 85 85 49
Decimal 133 133 73
Binary 10000101 10000101 1001001
Octal 205 205 111

Shades and tints

Shades of #858549

#858549
(133,133,73)
#797943
(121,121,67)
#6D6D3D
(109,109,61)
#616137
(97,97,55)
#555531
(85,85,49)
#49492B
(73,73,43)
#3D3D25
(61,61,37)
#31311F
(49,49,31)
#252519
(37,37,25)
#191913
(25,25,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #858549

#858549
(133,133,73)
#909059
(144,144,89)
#9B9B69
(155,155,105)
#A6A679
(166,166,121)
#B1B189
(177,177,137)
#BCBC99
(188,188,153)
#C7C7A9
(199,199,169)
#D2D2B9
(210,210,185)
#DDDDC9
(221,221,201)
#E8E8D9
(232,232,217)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858549; }

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

This text font color is #858549.

Background Color

.myBgColor { background-color: #858549; }

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

This div background color is #858549.

Border color

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

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

This div border color is #858549.

Opacity

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

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

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

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

This text has shadow with #858549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858549.

Preview

Color preview on black background

This text has color #858549 on black background.


Color preview on white background

This text has color #858549 on white background.


Black color preview on #858549 background

This text has black color on #858549 background.


White color preview on #858549 background

This text has white color on #858549 background.


Related colors

Complementary color

Complementary color for #hex is #7A7AB6.


I love getcolorcode.com