COLOR #856D71

HEX: #856D71
RGB: (133,109,113)

Renk bilgisi

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

RGB renk modeli

#856D71 color RGB value is (133,109,113).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 109 of 255 = 43%
B 113 of 255 = 44%

133
109
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 109 + 113 = 355 (100%)
R 133 of 355 ~ 37.46%
G 109 of 355 ~ 30.7%
B 113 of 355 ~ 31.83%

%37.46
%30.7
%31.83

CMYK RENK MODELİ

#856D71 rengi CMYK tonu (0,18,15,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.05%
  • sarı tonu 15.04%
  • ana renk tonu 47.84%
CMYK:
(0,18,15,48)
C0M18Y15K48 
(0%,18%,15%,48%)
(0.00/0.18/0.15/0.48)	

CMYK yüzdeleri

%0
%18.05
%15.04
%47.84

Codes

Color #856D71 in popluar color models

856D71
RGB133109113
HSL350°9.92%47.45%
HSB/HSV350°18.05%52.16%
CMYK0.00%18.05%15.04%
47.84%

Color #856D71 in popluar number systems.

HEX856D71
Decimal133109113
Binary1000010111011011110001
Octal205155161

Shades and tints

Shades of #856D71

#856D71
(133,109,113)
#796467
(121,100,103)
#6D5B5D
(109,91,93)
#615253
(97,82,83)
#554949
(85,73,73)
#49403F
(73,64,63)
#3D3735
(61,55,53)
#312E2B
(49,46,43)
#252521
(37,37,33)
#191C17
(25,28,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #856D71

#856D71
(133,109,113)
#907A7D
(144,122,125)
#9B8789
(155,135,137)
#A69495
(166,148,149)
#B1A1A1
(177,161,161)
#BCAEAD
(188,174,173)
#C7BBB9
(199,187,185)
#D2C8C5
(210,200,197)
#DDD5D1
(221,213,209)
#E8E2DD
(232,226,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D71; }

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

This text font color is #856D71.


Background Color

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

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

This div background color is #856D71.


Border color

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

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

This div border color is #856D71.


Opacity

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

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

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

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

This text has shadow with #856D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D71 on black background.


Color preview on white background

This text has color #856D71 on white background.



Black color preview on #856D71 background

This text has black color on #856D71 background.


White color preview on #856D71 background

This text has white color on #856D71 background.