COLOR #842859

HEX: #842859
RGB: (132,40,89)

Renk bilgisi

#842859 contains mainly red and blue colors. #842859 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#842859 color RGB value is (132,40,89).

  • kırmız ton 132;
  • yeşil ton 40;
  • mavi ton 89.
RGB:
(132,40,89)
(52%,16%,35%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 40 of 255 = 16%
B 89 of 255 = 35%

132
40
89

R + G + B ~ 34%. #842859 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 40 + 89 = 261 (100%)
R 132 of 261 ~ 50.57%
G 40 of 261 ~ 15.33%
B 89 of 261 ~ 34.1%

%50.57
%15.33
%34.1

CMYK RENK MODELİ

#842859 rengi CMYK tonu (0,70,33,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.70%
  • sarı tonu 32.58%
  • ana renk tonu 48.24%
CMYK:
(0,70,33,48)
C0M70Y33K48 
(0%,70%,33%,48%)
(0.00/0.70/0.33/0.48)	

CMYK yüzdeleri

%0
%69.7
%32.58
%48.24

Codes

Color #842859 in popluar color models

842859
RGB1324089
HSL328°53.49%33.73%
HSB/HSV328°69.70%51.76%
CMYK0.00%69.70%32.58%
48.24%

Color #842859 in popluar number systems.

HEX842859
Decimal1324089
Binary100001001010001011001
Octal20450131

Shades and tints

Shades of #842859

#842859
(132,40,89)
#782551
(120,37,81)
#6C2249
(108,34,73)
#601F41
(96,31,65)
#541C39
(84,28,57)
#481931
(72,25,49)
#3C1629
(60,22,41)
#301321
(48,19,33)
#241019
(36,16,25)
#180D11
(24,13,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #842859

#842859
(132,40,89)
#8F3B68
(143,59,104)
#9A4E77
(154,78,119)
#A56186
(165,97,134)
#B07495
(176,116,149)
#BB87A4
(187,135,164)
#C69AB3
(198,154,179)
#D1ADC2
(209,173,194)
#DCC0D1
(220,192,209)
#E7D3E0
(231,211,224)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842859 color. Also use rgb(132,40,89) instead hex code.

Text Font Color

.myTextColor { color: #842859; }

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

This text font color is #842859.


Background Color

.myBgColor { background-color: #842859; }

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

This div background color is #842859.


Border color

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

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

This div border color is #842859.


Opacity

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

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

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

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

This text has shadow with #842859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842859 on black background.


Color preview on white background

This text has color #842859 on white background.



Black color preview on #842859 background

This text has black color on #842859 background.


White color preview on #842859 background

This text has white color on #842859 background.