COLOR #84A179

HEX: #84A179
RGB: (132,161,121)

Renk bilgisi

#84A179 contains red, green and blue colors in about the same proportion. #84A179 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#84A179 color RGB value is (132,161,121).

  • kırmız ton 132;
  • yeşil ton 161;
  • mavi ton 121.
RGB:
(132,161,121)
(52%,63%,47%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 161 of 255 = 63%
B 121 of 255 = 47%

132
161
121

R + G + B ~ 54%. #84A179 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 161 + 121 = 414 (100%)
R 132 of 414 ~ 31.88%
G 161 of 414 ~ 38.89%
B 121 of 414 ~ 29.23%

%31.88
%38.89
%29.23

CMYK RENK MODELİ

#84A179 rengi CMYK tonu (18,0,25,37).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 24.84%
  • ana renk tonu 36.86%
CMYK:
(18,0,25,37)
C18M0Y25K37 
(18%,0%,25%,37%)
(0.18/0.00/0.25/0.37)	

CMYK yüzdeleri

%18.01
%0
%24.84
%36.86

Codes

Color #84A179 in popluar color models

84A179
RGB132161121
HSL104°17.54%55.29%
HSB/HSV104°24.84%63.14%
CMYK18.01%0.00%24.84%
36.86%

Color #84A179 in popluar number systems.

HEX84A179
Decimal132161121
Binary10000100101000011111001
Octal204241171

Shades and tints

Shades of #84A179

#84A179
(132,161,121)
#78936E
(120,147,110)
#6C8563
(108,133,99)
#607758
(96,119,88)
#54694D
(84,105,77)
#485B42
(72,91,66)
#3C4D37
(60,77,55)
#303F2C
(48,63,44)
#243121
(36,49,33)
#182316
(24,35,22)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #84A179

#84A179
(132,161,121)
#8FA985
(143,169,133)
#9AB191
(154,177,145)
#A5B99D
(165,185,157)
#B0C1A9
(176,193,169)
#BBC9B5
(187,201,181)
#C6D1C1
(198,209,193)
#D1D9CD
(209,217,205)
#DCE1D9
(220,225,217)
#E7E9E5
(231,233,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A179 color. Also use rgb(132,161,121) instead hex code.

Text Font Color

.myTextColor { color: #84A179; }

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

This text font color is #84A179.


Background Color

.myBgColor { background-color: #84A179; }

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

This div background color is #84A179.


Border color

.myBorderColor { border: 1px solid #84A179; }

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

This div border color is #84A179.


Opacity

.myOpacity80 { color: #84A179; opacity: 0.8; }

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

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

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

This text has shadow with #84A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A179 on black background.


Color preview on white background

This text has color #84A179 on white background.



Black color preview on #84A179 background

This text has black color on #84A179 background.


White color preview on #84A179 background

This text has white color on #84A179 background.