COLOR #840849

HEX: #840849
RGB: (132,8,73)

Renk bilgisi

#840849 contains mainly red and blue colors. #840849 ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#840849 color RGB value is (132,8,73).

  • kırmız ton 132;
  • yeşil ton 8;
  • mavi ton 73.
RGB:
(132,8,73)
(52%,3%,29%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 8 of 255 = 3%
B 73 of 255 = 29%

132
8
73

R + G + B ~ 28%. #840849 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 8 + 73 = 213 (100%)
R 132 of 213 ~ 61.97%
G 8 of 213 ~ 3.76%
B 73 of 213 ~ 34.27%

%61.97
%34.27

CMYK RENK MODELİ

#840849 rengi CMYK tonu (0,94,45,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.94%
  • sarı tonu 44.70%
  • ana renk tonu 48.24%
CMYK:
(0,94,45,48)
C0M94Y45K48 
(0%,94%,45%,48%)
(0.00/0.94/0.45/0.48)	

CMYK yüzdeleri

%0
%93.94
%44.7
%48.24

Codes

Color #840849 in popluar color models

840849
RGB132873
HSL329°88.57%27.45%
HSB/HSV329°93.94%51.76%
CMYK0.00%93.94%44.70%
48.24%

Color #840849 in popluar number systems.

HEX840849
Decimal132873
Binary1000010010001001001
Octal20410111

Shades and tints

Shades of #840849

#840849
(132,8,73)
#780843
(120,8,67)
#6C083D
(108,8,61)
#600837
(96,8,55)
#540831
(84,8,49)
#48082B
(72,8,43)
#3C0825
(60,8,37)
#30081F
(48,8,31)
#240819
(36,8,25)
#180813
(24,8,19)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #840849

#840849
(132,8,73)
#8F1E59
(143,30,89)
#9A3469
(154,52,105)
#A54A79
(165,74,121)
#B06089
(176,96,137)
#BB7699
(187,118,153)
#C68CA9
(198,140,169)
#D1A2B9
(209,162,185)
#DCB8C9
(220,184,201)
#E7CED9
(231,206,217)
#F2E4E9
(242,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840849 color. Also use rgb(132,8,73) instead hex code.

Text Font Color

.myTextColor { color: #840849; }

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

This text font color is #840849.


Background Color

.myBgColor { background-color: #840849; }

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

This div background color is #840849.


Border color

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

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

This div border color is #840849.


Opacity

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

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

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

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

This text has shadow with #840849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840849 on black background.


Color preview on white background

This text has color #840849 on white background.



Black color preview on #840849 background

This text has black color on #840849 background.


White color preview on #840849 background

This text has white color on #840849 background.