COLOR #856D59

HEX: #856D59
RGB: (133,109,89)

Renk bilgisi

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

RGB renk modeli

#856D59 color RGB value is (133,109,89).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 109 of 255 = 43%
B 89 of 255 = 35%

133
109
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 109 + 89 = 331 (100%)
R 133 of 331 ~ 40.18%
G 109 of 331 ~ 32.93%
B 89 of 331 ~ 26.89%

%40.18
%32.93
%26.89

CMYK RENK MODELİ

#856D59 rengi CMYK tonu (0,18,33,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.05%
  • sarı tonu 33.08%
  • ana renk tonu 47.84%
CMYK:
(0,18,33,48)
C0M18Y33K48 
(0%,18%,33%,48%)
(0.00/0.18/0.33/0.48)	

CMYK yüzdeleri

%0
%18.05
%33.08
%47.84

Codes

Color #856D59 in popluar color models

856D59
RGB13310989
HSL27°19.82%43.53%
HSB/HSV27°33.08%52.16%
CMYK0.00%18.05%33.08%
47.84%

Color #856D59 in popluar number systems.

HEX856D59
Decimal13310989
Binary1000010111011011011001
Octal205155131

Shades and tints

Shades of #856D59

#856D59
(133,109,89)
#796451
(121,100,81)
#6D5B49
(109,91,73)
#615241
(97,82,65)
#554939
(85,73,57)
#494031
(73,64,49)
#3D3729
(61,55,41)
#312E21
(49,46,33)
#252519
(37,37,25)
#191C11
(25,28,17)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #856D59

#856D59
(133,109,89)
#907A68
(144,122,104)
#9B8777
(155,135,119)
#A69486
(166,148,134)
#B1A195
(177,161,149)
#BCAEA4
(188,174,164)
#C7BBB3
(199,187,179)
#D2C8C2
(210,200,194)
#DDD5D1
(221,213,209)
#E8E2E0
(232,226,224)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D59; }

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

This text font color is #856D59.


Background Color

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

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

This div background color is #856D59.


Border color

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

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

This div border color is #856D59.


Opacity

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

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

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

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

This text has shadow with #856D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D59 on black background.


Color preview on white background

This text has color #856D59 on white background.



Black color preview on #856D59 background

This text has black color on #856D59 background.


White color preview on #856D59 background

This text has white color on #856D59 background.