COLOR #856E71

HEX: #856E71
RGB: (133,110,113)

Renk bilgisi

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

RGB renk modeli

#856E71 color RGB value is (133,110,113).

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

RGB bağlantıları ve doygunluk

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

133
110
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 110 + 113 = 356 (100%)
R 133 of 356 ~ 37.36%
G 110 of 356 ~ 30.9%
B 113 of 356 ~ 31.74%

%37.36
%30.9
%31.74

CMYK RENK MODELİ

#856E71 rengi CMYK tonu (0,17,15,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.29%
  • sarı tonu 15.04%
  • ana renk tonu 47.84%
CMYK:
(0,17,15,48)
C0M17Y15K48 
(0%,17%,15%,48%)
(0.00/0.17/0.15/0.48)	

CMYK yüzdeleri

%0
%17.29
%15.04
%47.84

Codes

Color #856E71 in popluar color models

856E71
RGB133110113
HSL352°9.47%47.65%
HSB/HSV352°17.29%52.16%
CMYK0.00%17.29%15.04%
47.84%

Color #856E71 in popluar number systems.

HEX856E71
Decimal133110113
Binary1000010111011101110001
Octal205156161

Shades and tints

Shades of #856E71

#856E71
(133,110,113)
#796467
(121,100,103)
#6D5A5D
(109,90,93)
#615053
(97,80,83)
#554649
(85,70,73)
#493C3F
(73,60,63)
#3D3235
(61,50,53)
#31282B
(49,40,43)
#251E21
(37,30,33)
#191417
(25,20,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #856E71

#856E71
(133,110,113)
#907B7D
(144,123,125)
#9B8889
(155,136,137)
#A69595
(166,149,149)
#B1A2A1
(177,162,161)
#BCAFAD
(188,175,173)
#C7BCB9
(199,188,185)
#D2C9C5
(210,201,197)
#DDD6D1
(221,214,209)
#E8E3DD
(232,227,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E71; }

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

This text font color is #856E71.


Background Color

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

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

This div background color is #856E71.


Border color

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

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

This div border color is #856E71.


Opacity

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

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

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

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

This text has shadow with #856E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E71 on black background.


Color preview on white background

This text has color #856E71 on white background.



Black color preview on #856E71 background

This text has black color on #856E71 background.


White color preview on #856E71 background

This text has white color on #856E71 background.