COLOR #84A468

HEX: #84A468
RGB: (132,164,104)

Renk bilgisi

#84A468 contains mainly red and green colors. #84A468 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#84A468 color RGB value is (132,164,104).

  • kırmız ton 132;
  • yeşil ton 164;
  • mavi ton 104.
RGB:
(132,164,104)
(52%,64%,41%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 164 of 255 = 64%
B 104 of 255 = 41%

132
164
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 164 + 104 = 400 (100%)
R 132 of 400 ~ 33%
G 164 of 400 ~ 41%
B 104 of 400 ~ 26%

%33
%41
%26

CMYK RENK MODELİ

#84A468 rengi CMYK tonu (20,0,37,36).

  • camgöbeği tonu 19.51%
  • eflatun tonu 0.00%
  • sarı tonu 36.59%
  • ana renk tonu 35.69%
CMYK:
(20,0,37,36)
C20M0Y37K36 
(20%,0%,37%,36%)
(0.20/0.00/0.37/0.36)	

CMYK yüzdeleri

%19.51
%0
%36.59
%35.69

Codes

Color #84A468 in popluar color models

84A468
RGB132164104
HSL92°24.79%52.55%
HSB/HSV92°36.59%64.31%
CMYK19.51%0.00%36.59%
35.69%

Color #84A468 in popluar number systems.

HEX84A468
Decimal132164104
Binary10000100101001001101000
Octal204244150

Shades and tints

Shades of #84A468

#84A468
(132,164,104)
#78965F
(120,150,95)
#6C8856
(108,136,86)
#607A4D
(96,122,77)
#546C44
(84,108,68)
#485E3B
(72,94,59)
#3C5032
(60,80,50)
#304229
(48,66,41)
#243420
(36,52,32)
#182617
(24,38,23)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #84A468

#84A468
(132,164,104)
#8FAC75
(143,172,117)
#9AB482
(154,180,130)
#A5BC8F
(165,188,143)
#B0C49C
(176,196,156)
#BBCCA9
(187,204,169)
#C6D4B6
(198,212,182)
#D1DCC3
(209,220,195)
#DCE4D0
(220,228,208)
#E7ECDD
(231,236,221)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A468 color. Also use rgb(132,164,104) instead hex code.

Text Font Color

.myTextColor { color: #84A468; }

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

This text font color is #84A468.


Background Color

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

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

This div background color is #84A468.


Border color

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

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

This div border color is #84A468.


Opacity

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

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

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

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

This text has shadow with #84A468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A468 on black background.


Color preview on white background

This text has color #84A468 on white background.



Black color preview on #84A468 background

This text has black color on #84A468 background.


White color preview on #84A468 background

This text has white color on #84A468 background.