COLOR #84A364

HEX: #84A364
RGB: (132,163,100)

Renk bilgisi

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

RGB renk modeli

#84A364 color RGB value is (132,163,100).

  • kırmız ton 132;
  • yeşil ton 163;
  • mavi ton 100.
RGB:
(132,163,100)
(52%,64%,39%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 163 of 255 = 64%
B 100 of 255 = 39%

132
163
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 163 + 100 = 395 (100%)
R 132 of 395 ~ 33.42%
G 163 of 395 ~ 41.27%
B 100 of 395 ~ 25.32%

%33.42
%41.27
%25.32

CMYK RENK MODELİ

#84A364 rengi CMYK tonu (19,0,39,36).

  • camgöbeği tonu 19.02%
  • eflatun tonu 0.00%
  • sarı tonu 38.65%
  • ana renk tonu 36.08%
CMYK:
(19,0,39,36)
C19M0Y39K36 
(19%,0%,39%,36%)
(0.19/0.00/0.39/0.36)	

CMYK yüzdeleri

%19.02
%0
%38.65
%36.08

Codes

Color #84A364 in popluar color models

84A364
RGB132163100
HSL90°25.51%51.57%
HSB/HSV90°38.65%63.92%
CMYK19.02%0.00%38.65%
36.08%

Color #84A364 in popluar number systems.

HEX84A364
Decimal132163100
Binary10000100101000111100100
Octal204243144

Shades and tints

Shades of #84A364

#84A364
(132,163,100)
#78955B
(120,149,91)
#6C8752
(108,135,82)
#607949
(96,121,73)
#546B40
(84,107,64)
#485D37
(72,93,55)
#3C4F2E
(60,79,46)
#304125
(48,65,37)
#24331C
(36,51,28)
#182513
(24,37,19)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #84A364

#84A364
(132,163,100)
#8FAB72
(143,171,114)
#9AB380
(154,179,128)
#A5BB8E
(165,187,142)
#B0C39C
(176,195,156)
#BBCBAA
(187,203,170)
#C6D3B8
(198,211,184)
#D1DBC6
(209,219,198)
#DCE3D4
(220,227,212)
#E7EBE2
(231,235,226)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A364 color. Also use rgb(132,163,100) instead hex code.

Text Font Color

.myTextColor { color: #84A364; }

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

This text font color is #84A364.


Background Color

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

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

This div background color is #84A364.


Border color

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

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

This div border color is #84A364.


Opacity

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

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

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

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

This text has shadow with #84A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A364 on black background.


Color preview on white background

This text has color #84A364 on white background.



Black color preview on #84A364 background

This text has black color on #84A364 background.


White color preview on #84A364 background

This text has white color on #84A364 background.