COLOR #842959

HEX: #842959
RGB: (132,41,89)

Renk bilgisi

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

RGB renk modeli

#842959 color RGB value is (132,41,89).

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

RGB bağlantıları ve doygunluk

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

132
41
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 41 + 89 = 262 (100%)
R 132 of 262 ~ 50.38%
G 41 of 262 ~ 15.65%
B 89 of 262 ~ 33.97%

%50.38
%15.65
%33.97

CMYK RENK MODELİ

#842959 rengi CMYK tonu (0,69,33,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.94%
  • sarı tonu 32.58%
  • ana renk tonu 48.24%
CMYK:
(0,69,33,48)
C0M69Y33K48 
(0%,69%,33%,48%)
(0.00/0.69/0.33/0.48)	

CMYK yüzdeleri

%0
%68.94
%32.58
%48.24

Codes

Color #842959 in popluar color models

842959
RGB1324189
HSL328°52.60%33.92%
HSB/HSV328°68.94%51.76%
CMYK0.00%68.94%32.58%
48.24%

Color #842959 in popluar number systems.

HEX842959
Decimal1324189
Binary100001001010011011001
Octal20451131

Shades and tints

Shades of #842959

#842959
(132,41,89)
#782651
(120,38,81)
#6C2349
(108,35,73)
#602041
(96,32,65)
#541D39
(84,29,57)
#481A31
(72,26,49)
#3C1729
(60,23,41)
#301421
(48,20,33)
#241119
(36,17,25)
#180E11
(24,14,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #842959

#842959
(132,41,89)
#8F3C68
(143,60,104)
#9A4F77
(154,79,119)
#A56286
(165,98,134)
#B07595
(176,117,149)
#BB88A4
(187,136,164)
#C69BB3
(198,155,179)
#D1AEC2
(209,174,194)
#DCC1D1
(220,193,209)
#E7D4E0
(231,212,224)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842959; }

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

This text font color is #842959.


Background Color

.myBgColor { background-color: #842959; }

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

This div background color is #842959.


Border color

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

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

This div border color is #842959.


Opacity

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

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

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

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

This text has shadow with #842959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842959 on black background.


Color preview on white background

This text has color #842959 on white background.



Black color preview on #842959 background

This text has black color on #842959 background.


White color preview on #842959 background

This text has white color on #842959 background.