COLOR #856D80

HEX: #856D80
RGB: (133,109,128)

Renk bilgisi

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

RGB renk modeli

#856D80 color RGB value is (133,109,128).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 109 of 255 = 43%
B 128 of 255 = 50%

133
109
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 109 + 128 = 370 (100%)
R 133 of 370 ~ 35.95%
G 109 of 370 ~ 29.46%
B 128 of 370 ~ 34.59%

%35.95
%29.46
%34.59

CMYK RENK MODELİ

#856D80 rengi CMYK tonu (0,18,4,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.05%
  • sarı tonu 3.76%
  • ana renk tonu 47.84%
CMYK:
(0,18,4,48)
C0M18Y4K48 
(0%,18%,4%,48%)
(0.00/0.18/0.04/0.48)	

CMYK yüzdeleri

%0
%18.05
%3.76
%47.84

Codes

Color #856D80 in popluar color models

856D80
RGB133109128
HSL313°9.92%47.45%
HSB/HSV313°18.05%52.16%
CMYK0.00%18.05%3.76%
47.84%

Color #856D80 in popluar number systems.

HEX856D80
Decimal133109128
Binary10000101110110110000000
Octal205155200

Shades and tints

Shades of #856D80

#856D80
(133,109,128)
#796475
(121,100,117)
#6D5B6A
(109,91,106)
#61525F
(97,82,95)
#554954
(85,73,84)
#494049
(73,64,73)
#3D373E
(61,55,62)
#312E33
(49,46,51)
#252528
(37,37,40)
#191C1D
(25,28,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #856D80

#856D80
(133,109,128)
#907A8B
(144,122,139)
#9B8796
(155,135,150)
#A694A1
(166,148,161)
#B1A1AC
(177,161,172)
#BCAEB7
(188,174,183)
#C7BBC2
(199,187,194)
#D2C8CD
(210,200,205)
#DDD5D8
(221,213,216)
#E8E2E3
(232,226,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D80; }

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

This text font color is #856D80.


Background Color

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

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

This div background color is #856D80.


Border color

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

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

This div border color is #856D80.


Opacity

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

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

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

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

This text has shadow with #856D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D80 on black background.


Color preview on white background

This text has color #856D80 on white background.



Black color preview on #856D80 background

This text has black color on #856D80 background.


White color preview on #856D80 background

This text has white color on #856D80 background.