COLOR #84A380

HEX: #84A380
RGB: (132,163,128)

Renk bilgisi

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

RGB renk modeli

#84A380 color RGB value is (132,163,128).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 163 of 255 = 64%
B 128 of 255 = 50%

132
163
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 163 + 128 = 423 (100%)
R 132 of 423 ~ 31.21%
G 163 of 423 ~ 38.53%
B 128 of 423 ~ 30.26%

%31.21
%38.53
%30.26

CMYK RENK MODELİ

#84A380 rengi CMYK tonu (19,0,21,36).

  • camgöbeği tonu 19.02%
  • eflatun tonu 0.00%
  • sarı tonu 21.47%
  • ana renk tonu 36.08%
CMYK:
(19,0,21,36)
C19M0Y21K36 
(19%,0%,21%,36%)
(0.19/0.00/0.21/0.36)	

CMYK yüzdeleri

%19.02
%0
%21.47
%36.08

Codes

Color #84A380 in popluar color models

84A380
RGB132163128
HSL113°15.98%57.06%
HSB/HSV113°21.47%63.92%
CMYK19.02%0.00%21.47%
36.08%

Color #84A380 in popluar number systems.

HEX84A380
Decimal132163128
Binary100001001010001110000000
Octal204243200

Shades and tints

Shades of #84A380

#84A380
(132,163,128)
#789575
(120,149,117)
#6C876A
(108,135,106)
#60795F
(96,121,95)
#546B54
(84,107,84)
#485D49
(72,93,73)
#3C4F3E
(60,79,62)
#304133
(48,65,51)
#243328
(36,51,40)
#18251D
(24,37,29)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #84A380

#84A380
(132,163,128)
#8FAB8B
(143,171,139)
#9AB396
(154,179,150)
#A5BBA1
(165,187,161)
#B0C3AC
(176,195,172)
#BBCBB7
(187,203,183)
#C6D3C2
(198,211,194)
#D1DBCD
(209,219,205)
#DCE3D8
(220,227,216)
#E7EBE3
(231,235,227)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A380; }

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

This text font color is #84A380.


Background Color

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

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

This div background color is #84A380.


Border color

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

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

This div border color is #84A380.


Opacity

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

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

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

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

This text has shadow with #84A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A380 on black background.


Color preview on white background

This text has color #84A380 on white background.



Black color preview on #84A380 background

This text has black color on #84A380 background.


White color preview on #84A380 background

This text has white color on #84A380 background.