COLOR #84728A

HEX: #84728A
RGB: (132,114,138)

Renk bilgisi

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

RGB renk modeli

#84728A color RGB value is (132,114,138).

  • kırmız ton 132;
  • yeşil ton 114;
  • mavi ton 138.
RGB:
(132,114,138)
(52%,45%,54%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 114 of 255 = 45%
B 138 of 255 = 54%

132
114
138

R + G + B ~ 50%. #84728A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 114 + 138 = 384 (100%)
R 132 of 384 ~ 34.38%
G 114 of 384 ~ 29.69%
B 138 of 384 ~ 35.94%

%34.38
%29.69
%35.94

CMYK RENK MODELİ

#84728A rengi CMYK tonu (4,17,0,46).

  • camgöbeği tonu 4.35%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(4,17,0,46)
C4M17Y0K46 
(4%,17%,0%,46%)
(0.04/0.17/0.00/0.46)	

CMYK yüzdeleri

%4.35
%17.39
%0
%45.88

Codes

Color #84728A in popluar color models

84728A
RGB132114138
HSL285°9.52%49.41%
HSB/HSV285°17.39%54.12%
CMYK4.35%17.39%0.00%
45.88%

Color #84728A in popluar number systems.

HEX84728A
Decimal132114138
Binary10000100111001010001010
Octal204162212

Shades and tints

Shades of #84728A

#84728A
(132,114,138)
#78687E
(120,104,126)
#6C5E72
(108,94,114)
#605466
(96,84,102)
#544A5A
(84,74,90)
#48404E
(72,64,78)
#3C3642
(60,54,66)
#302C36
(48,44,54)
#24222A
(36,34,42)
#18181E
(24,24,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #84728A

#84728A
(132,114,138)
#8F7E94
(143,126,148)
#9A8A9E
(154,138,158)
#A596A8
(165,150,168)
#B0A2B2
(176,162,178)
#BBAEBC
(187,174,188)
#C6BAC6
(198,186,198)
#D1C6D0
(209,198,208)
#DCD2DA
(220,210,218)
#E7DEE4
(231,222,228)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84728A color. Also use rgb(132,114,138) instead hex code.

Text Font Color

.myTextColor { color: #84728A; }

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

This text font color is #84728A.


Background Color

.myBgColor { background-color: #84728A; }

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

This div background color is #84728A.


Border color

.myBorderColor { border: 1px solid #84728A; }

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

This div border color is #84728A.


Opacity

.myOpacity80 { color: #84728A; opacity: 0.8; }

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

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

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

This text has shadow with #84728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84728A on black background.


Color preview on white background

This text has color #84728A on white background.



Black color preview on #84728A background

This text has black color on #84728A background.


White color preview on #84728A background

This text has white color on #84728A background.