COLOR #840042

HEX: #840042
RGB: (132,0,66)

Renk bilgisi

#840042 contains mainly red color. #840042 ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#840042 color RGB value is (132,0,66).

  • kırmız ton 132;
  • yeşil ton 0;
  • mavi ton 66.
RGB:
(132,0,66)
(52%,0%,26%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 0 of 255 = 0%
B 66 of 255 = 26%

132
0
66

R + G + B ~ 26%. #840042 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 0 + 66 = 198 (100%)
R 132 of 198 ~ 66.67%
G 0 of 198 ~ 0%
B 66 of 198 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

#840042 rengi CMYK tonu (0,100,50,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 50.00%
  • ana renk tonu 48.24%
CMYK:
(0,100,50,48)
C0M100Y50K48 
(0%,100%,50%,48%)
(0.00/1.00/0.50/0.48)	

CMYK yüzdeleri

%0
%100
%50
%48.24

Codes

Color #840042 in popluar color models

840042
RGB132066
HSL330°100.00%25.88%
HSB/HSV330°100.00%51.76%
CMYK0.00%100.00%50.00%
48.24%

Color #840042 in popluar number systems.

HEX840042
Decimal132066
Binary1000010001000010
Octal2040102

Shades and tints

Shades of #840042

#840042
(132,0,66)
#78003C
(120,0,60)
#6C0036
(108,0,54)
#600030
(96,0,48)
#54002A
(84,0,42)
#480024
(72,0,36)
#3C001E
(60,0,30)
#300018
(48,0,24)
#240012
(36,0,18)
#18000C
(24,0,12)
#0C0006
(12,0,6)
#000000
(0,0,0)

Tints of #840042

#840042
(132,0,66)
#8F1753
(143,23,83)
#9A2E64
(154,46,100)
#A54575
(165,69,117)
#B05C86
(176,92,134)
#BB7397
(187,115,151)
#C68AA8
(198,138,168)
#D1A1B9
(209,161,185)
#DCB8CA
(220,184,202)
#E7CFDB
(231,207,219)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840042 color. Also use rgb(132,0,66) instead hex code.

Text Font Color

.myTextColor { color: #840042; }

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

This text font color is #840042.


Background Color

.myBgColor { background-color: #840042; }

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

This div background color is #840042.


Border color

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

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

This div border color is #840042.


Opacity

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

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

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

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

This text has shadow with #840042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840042 on black background.


Color preview on white background

This text has color #840042 on white background.



Black color preview on #840042 background

This text has black color on #840042 background.


White color preview on #840042 background

This text has white color on #840042 background.