COLOR #856080

HEX: #856080
RGB: (133,96,128)

Renk bilgisi

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

RGB renk modeli

#856080 color RGB value is (133,96,128).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 96 of 255 = 38%
B 128 of 255 = 50%

133
96
128

R + G + B ~ 47%. #856080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 96 + 128 = 357 (100%)
R 133 of 357 ~ 37.25%
G 96 of 357 ~ 26.89%
B 128 of 357 ~ 35.85%

%37.25
%26.89
%35.85

CMYK RENK MODELİ

#856080 rengi CMYK tonu (0,28,4,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.82%
  • sarı tonu 3.76%
  • ana renk tonu 47.84%
CMYK:
(0,28,4,48)
C0M28Y4K48 
(0%,28%,4%,48%)
(0.00/0.28/0.04/0.48)	

CMYK yüzdeleri

%0
%27.82
%3.76
%47.84

Codes

Color #856080 in popluar color models

856080
RGB13396128
HSL308°16.16%44.90%
HSB/HSV308°27.82%52.16%
CMYK0.00%27.82%3.76%
47.84%

Color #856080 in popluar number systems.

HEX856080
Decimal13396128
Binary10000101110000010000000
Octal205140200

Shades and tints

Shades of #856080

#856080
(133,96,128)
#795875
(121,88,117)
#6D506A
(109,80,106)
#61485F
(97,72,95)
#554054
(85,64,84)
#493849
(73,56,73)
#3D303E
(61,48,62)
#312833
(49,40,51)
#252028
(37,32,40)
#19181D
(25,24,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #856080

#856080
(133,96,128)
#906E8B
(144,110,139)
#9B7C96
(155,124,150)
#A68AA1
(166,138,161)
#B198AC
(177,152,172)
#BCA6B7
(188,166,183)
#C7B4C2
(199,180,194)
#D2C2CD
(210,194,205)
#DDD0D8
(221,208,216)
#E8DEE3
(232,222,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856080; }

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

This text font color is #856080.


Background Color

.myBgColor { background-color: #856080; }

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

This div background color is #856080.


Border color

.myBorderColor { border: 1px solid #856080; }

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

This div border color is #856080.


Opacity

.myOpacity80 { color: #856080; opacity: 0.8; }

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

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

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

This text has shadow with #856080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856080 on black background.


Color preview on white background

This text has color #856080 on white background.



Black color preview on #856080 background

This text has black color on #856080 background.


White color preview on #856080 background

This text has white color on #856080 background.