COLOR #856289

HEX: #856289
RGB: (133,98,137)

Renk bilgisi

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

RGB renk modeli

#856289 color RGB value is (133,98,137).

  • kırmız ton 133;
  • yeşil ton 98;
  • mavi ton 137.
RGB:
(133,98,137)
(52%,38%,54%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 98 of 255 = 38%
B 137 of 255 = 54%

133
98
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 98 + 137 = 368 (100%)
R 133 of 368 ~ 36.14%
G 98 of 368 ~ 26.63%
B 137 of 368 ~ 37.23%

%36.14
%26.63
%37.23

CMYK RENK MODELİ

#856289 rengi CMYK tonu (3,28,0,46).

  • camgöbeği tonu 2.92%
  • eflatun tonu 28.47%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(3,28,0,46)
C3M28Y0K46 
(3%,28%,0%,46%)
(0.03/0.28/0.00/0.46)	

CMYK yüzdeleri

%2.92
%28.47
%0
%46.27

Codes

Color #856289 in popluar color models

856289
RGB13398137
HSL294°16.60%46.08%
HSB/HSV294°28.47%53.73%
CMYK2.92%28.47%0.00%
46.27%

Color #856289 in popluar number systems.

HEX856289
Decimal13398137
Binary10000101110001010001001
Octal205142211

Shades and tints

Shades of #856289

#856289
(133,98,137)
#795A7D
(121,90,125)
#6D5271
(109,82,113)
#614A65
(97,74,101)
#554259
(85,66,89)
#493A4D
(73,58,77)
#3D3241
(61,50,65)
#312A35
(49,42,53)
#252229
(37,34,41)
#191A1D
(25,26,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #856289

#856289
(133,98,137)
#907093
(144,112,147)
#9B7E9D
(155,126,157)
#A68CA7
(166,140,167)
#B19AB1
(177,154,177)
#BCA8BB
(188,168,187)
#C7B6C5
(199,182,197)
#D2C4CF
(210,196,207)
#DDD2D9
(221,210,217)
#E8E0E3
(232,224,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856289 color. Also use rgb(133,98,137) instead hex code.

Text Font Color

.myTextColor { color: #856289; }

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

This text font color is #856289.


Background Color

.myBgColor { background-color: #856289; }

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

This div background color is #856289.


Border color

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

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

This div border color is #856289.


Opacity

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

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

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

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

This text has shadow with #856289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856289 on black background.


Color preview on white background

This text has color #856289 on white background.



Black color preview on #856289 background

This text has black color on #856289 background.


White color preview on #856289 background

This text has white color on #856289 background.