COLOR #856479

HEX: #856479
RGB: (133,100,121)

Renk bilgisi

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

RGB renk modeli

#856479 color RGB value is (133,100,121).

  • kırmız ton 133;
  • yeşil ton 100;
  • mavi ton 121.
RGB:
(133,100,121)
(52%,39%,47%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 100 of 255 = 39%
B 121 of 255 = 47%

133
100
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 100 + 121 = 354 (100%)
R 133 of 354 ~ 37.57%
G 100 of 354 ~ 28.25%
B 121 of 354 ~ 34.18%

%37.57
%28.25
%34.18

CMYK RENK MODELİ

#856479 rengi CMYK tonu (0,25,9,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.81%
  • sarı tonu 9.02%
  • ana renk tonu 47.84%
CMYK:
(0,25,9,48)
C0M25Y9K48 
(0%,25%,9%,48%)
(0.00/0.25/0.09/0.48)	

CMYK yüzdeleri

%0
%24.81
%9.02
%47.84

Codes

Color #856479 in popluar color models

856479
RGB133100121
HSL322°14.16%45.69%
HSB/HSV322°24.81%52.16%
CMYK0.00%24.81%9.02%
47.84%

Color #856479 in popluar number systems.

HEX856479
Decimal133100121
Binary1000010111001001111001
Octal205144171

Shades and tints

Shades of #856479

#856479
(133,100,121)
#795B6E
(121,91,110)
#6D5263
(109,82,99)
#614958
(97,73,88)
#55404D
(85,64,77)
#493742
(73,55,66)
#3D2E37
(61,46,55)
#31252C
(49,37,44)
#251C21
(37,28,33)
#191316
(25,19,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #856479

#856479
(133,100,121)
#907285
(144,114,133)
#9B8091
(155,128,145)
#A68E9D
(166,142,157)
#B19CA9
(177,156,169)
#BCAAB5
(188,170,181)
#C7B8C1
(199,184,193)
#D2C6CD
(210,198,205)
#DDD4D9
(221,212,217)
#E8E2E5
(232,226,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856479 color. Also use rgb(133,100,121) instead hex code.

Text Font Color

.myTextColor { color: #856479; }

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

This text font color is #856479.


Background Color

.myBgColor { background-color: #856479; }

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

This div background color is #856479.


Border color

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

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

This div border color is #856479.


Opacity

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

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

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

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

This text has shadow with #856479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856479 on black background.


Color preview on white background

This text has color #856479 on white background.



Black color preview on #856479 background

This text has black color on #856479 background.


White color preview on #856479 background

This text has white color on #856479 background.