COLOR #858544

HEX: #858544
RGB: (133,133,68)

Color info

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

RGB color model

#858544 color RGB value is (133,133,68).

  • red value is 133;
  • green value is 133;
  • blue value is 68.
RGB:
(133,133,68)
(52%,52%,27%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 68 of 255 = 27%

133
133
68

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 68 = 334 (100%)
R 133 of 334 ~ 39.82%
G 133 of 334 ~ 39.82%
B 68 of 334 ~ 20.36%

%39.82
%39.82
%20.36

CMYK color model

#858544 color CMYK value is (0,0,49,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(0,0,49,48)
C0M0Y49K48 
(0%,0%,49%,48%)
(0.00/0.00/0.49/0.48)	

CMYK percentages

%0
%0
%48.87
%47.84

Codes

Color #858544 in popluar color models

858544
RGB13313368
HSL60°32.34%39.41%
HSB/HSV60°48.87%52.16%
CMYK0.00%0.00%48.87%
47.84%

Color #858544 in popluar number systems.

HEX858544
Decimal13313368
Binary10000101100001011000100
Octal205205104

Shades and tints

Shades of #858544

#858544
(133,133,68)
#79793E
(121,121,62)
#6D6D38
(109,109,56)
#616132
(97,97,50)
#55552C
(85,85,44)
#494926
(73,73,38)
#3D3D20
(61,61,32)
#31311A
(49,49,26)
#252514
(37,37,20)
#19190E
(25,25,14)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #858544

#858544
(133,133,68)
#909055
(144,144,85)
#9B9B66
(155,155,102)
#A6A677
(166,166,119)
#B1B188
(177,177,136)
#BCBC99
(188,188,153)
#C7C7AA
(199,199,170)
#D2D2BB
(210,210,187)
#DDDDCC
(221,221,204)
#E8E8DD
(232,232,221)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858544; }

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

This text font color is #858544.


Background Color

.myBgColor { background-color: #858544; }

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

This div background color is #858544.


Border color

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

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

This div border color is #858544.


Opacity

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

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

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

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

This text has shadow with #858544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858544 on black background.


Color preview on white background

This text has color #858544 on white background.



Black color preview on #858544 background

This text has black color on #858544 background.


White color preview on #858544 background

This text has white color on #858544 background.