COLOR #856D57

HEX: #856D57
RGB: (133,109,87)

Renk bilgisi

#856D57 contains red, green and blue colors in about the same proportion. #856D57 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#856D57 color RGB value is (133,109,87).

  • kırmız ton 133;
  • yeşil ton 109;
  • mavi ton 87.
RGB:
(133,109,87)
(52%,43%,34%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 109 of 255 = 43%
B 87 of 255 = 34%

133
109
87

R + G + B ~ 43%. #856D57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 109 + 87 = 329 (100%)
R 133 of 329 ~ 40.43%
G 109 of 329 ~ 33.13%
B 87 of 329 ~ 26.44%

%40.43
%33.13
%26.44

CMYK RENK MODELİ

#856D57 rengi CMYK tonu (0,18,35,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.05%
  • sarı tonu 34.59%
  • ana renk tonu 47.84%
CMYK:
(0,18,35,48)
C0M18Y35K48 
(0%,18%,35%,48%)
(0.00/0.18/0.35/0.48)	

CMYK yüzdeleri

%0
%18.05
%34.59
%47.84

Codes

Color #856D57 in popluar color models

856D57
RGB13310987
HSL29°20.91%43.14%
HSB/HSV29°34.59%52.16%
CMYK0.00%18.05%34.59%
47.84%

Color #856D57 in popluar number systems.

HEX856D57
Decimal13310987
Binary1000010111011011010111
Octal205155127

Shades and tints

Shades of #856D57

#856D57
(133,109,87)
#796450
(121,100,80)
#6D5B49
(109,91,73)
#615242
(97,82,66)
#55493B
(85,73,59)
#494034
(73,64,52)
#3D372D
(61,55,45)
#312E26
(49,46,38)
#25251F
(37,37,31)
#191C18
(25,28,24)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #856D57

#856D57
(133,109,87)
#907A66
(144,122,102)
#9B8775
(155,135,117)
#A69484
(166,148,132)
#B1A193
(177,161,147)
#BCAEA2
(188,174,162)
#C7BBB1
(199,187,177)
#D2C8C0
(210,200,192)
#DDD5CF
(221,213,207)
#E8E2DE
(232,226,222)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856D57 color. Also use rgb(133,109,87) instead hex code.

Text Font Color

.myTextColor { color: #856D57; }

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

This text font color is #856D57.


Background Color

.myBgColor { background-color: #856D57; }

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

This div background color is #856D57.


Border color

.myBorderColor { border: 1px solid #856D57; }

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

This div border color is #856D57.


Opacity

.myOpacity80 { color: #856D57; opacity: 0.8; }

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

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

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

This text has shadow with #856D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D57 on black background.


Color preview on white background

This text has color #856D57 on white background.



Black color preview on #856D57 background

This text has black color on #856D57 background.


White color preview on #856D57 background

This text has white color on #856D57 background.