COLOR #857369

HEX: #857369
RGB: (133,115,105)

Color info

#857369 contains red, green and blue colors in about the same proportion. Web safe color of #857369 is #996666 (or #966).

RGB color model

#857369 color RGB value is (133,115,105).

  • red value is 133;
  • green value is 115;
  • blue value is 105.
RGB:
(133,115,105)
(52%,45%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 105 of 255 = 41%

133
115
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 105 = 353 (100%)
R 133 of 353 ~ 37.68%
G 115 of 353 ~ 32.58%
B 105 of 353 ~ 29.75%

%37.68
%32.58
%29.75

CMYK color model

#857369 color CMYK value is (0,14,21,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(0,14,21,48)
C0M14Y21K48 
(0%,14%,21%,48%)
(0.00/0.14/0.21/0.48)	

CMYK percentages

%0
%13.53
%21.05
%47.84

Codes

Color #857369 in popluar color models

857369
RGB133115105
HSL21°11.76%46.67%
HSB/HSV21°21.05%52.16%
CMYK0.00%13.53%21.05%
47.84%

Color #857369 in popluar number systems.

HEX857369
Decimal133115105
Binary1000010111100111101001
Octal205163151

Shades and tints

Shades of #857369

#857369
(133,115,105)
#796960
(121,105,96)
#6D5F57
(109,95,87)
#61554E
(97,85,78)
#554B45
(85,75,69)
#49413C
(73,65,60)
#3D3733
(61,55,51)
#312D2A
(49,45,42)
#252321
(37,35,33)
#191918
(25,25,24)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #857369

#857369
(133,115,105)
#907F76
(144,127,118)
#9B8B83
(155,139,131)
#A69790
(166,151,144)
#B1A39D
(177,163,157)
#BCAFAA
(188,175,170)
#C7BBB7
(199,187,183)
#D2C7C4
(210,199,196)
#DDD3D1
(221,211,209)
#E8DFDE
(232,223,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857369; }

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

This text font color is #857369.


Background Color

.myBgColor { background-color: #857369; }

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

This div background color is #857369.


Border color

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

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

This div border color is #857369.


Opacity

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

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

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

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

This text has shadow with #857369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857369 on black background.


Color preview on white background

This text has color #857369 on white background.



Black color preview on #857369 background

This text has black color on #857369 background.


White color preview on #857369 background

This text has white color on #857369 background.