COLOR #857528

HEX: #857528
RGB: (133,117,40)

Color info

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

RGB color model

#857528 color RGB value is (133,117,40).

  • red value is 133;
  • green value is 117;
  • blue value is 40.
RGB:
(133,117,40)
(52%,46%,16%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 40 of 255 = 16%

133
117
40

R + G + B ~ 38%. #857528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 40 = 290 (100%)
R 133 of 290 ~ 45.86%
G 117 of 290 ~ 40.34%
B 40 of 290 ~ 13.79%

%45.86
%40.34
%13.79

CMYK color model

#857528 color CMYK value is (0,12,70,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 69.92%
  • key color value is 47.84%
CMYK:
(0,12,70,48)
C0M12Y70K48 
(0%,12%,70%,48%)
(0.00/0.12/0.70/0.48)	

CMYK percentages

%0
%12.03
%69.92
%47.84

Codes

Color #857528 in popluar color models

857528
RGB13311740
HSL50°53.76%33.92%
HSB/HSV50°69.92%52.16%
CMYK0.00%12.03%69.92%
47.84%

Color #857528 in popluar number systems.

HEX857528
Decimal13311740
Binary100001011110101101000
Octal20516550

Shades and tints

Shades of #857528

#857528
(133,117,40)
#796B25
(121,107,37)
#6D6122
(109,97,34)
#61571F
(97,87,31)
#554D1C
(85,77,28)
#494319
(73,67,25)
#3D3916
(61,57,22)
#312F13
(49,47,19)
#252510
(37,37,16)
#191B0D
(25,27,13)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #857528

#857528
(133,117,40)
#90813B
(144,129,59)
#9B8D4E
(155,141,78)
#A69961
(166,153,97)
#B1A574
(177,165,116)
#BCB187
(188,177,135)
#C7BD9A
(199,189,154)
#D2C9AD
(210,201,173)
#DDD5C0
(221,213,192)
#E8E1D3
(232,225,211)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857528; }

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

This text font color is #857528.


Background Color

.myBgColor { background-color: #857528; }

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

This div background color is #857528.


Border color

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

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

This div border color is #857528.


Opacity

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

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

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

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

This text has shadow with #857528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857528 on black background.


Color preview on white background

This text has color #857528 on white background.



Black color preview on #857528 background

This text has black color on #857528 background.


White color preview on #857528 background

This text has white color on #857528 background.