COLOR #84A363

HEX: #84A363
RGB: (132,163,99)

Renk bilgisi

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

RGB renk modeli

#84A363 color RGB value is (132,163,99).

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

RGB bağlantıları ve doygunluk

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

132
163
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 163 + 99 = 394 (100%)
R 132 of 394 ~ 33.5%
G 163 of 394 ~ 41.37%
B 99 of 394 ~ 25.13%

%33.5
%41.37
%25.13

CMYK RENK MODELİ

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

  • camgöbeği tonu 19.02%
  • eflatun tonu 0.00%
  • sarı tonu 39.26%
  • 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
%39.26
%36.08

Codes

Color #84A363 in popluar color models

84A363
RGB13216399
HSL89°25.81%51.37%
HSB/HSV89°39.26%63.92%
CMYK19.02%0.00%39.26%
36.08%

Color #84A363 in popluar number systems.

HEX84A363
Decimal13216399
Binary10000100101000111100011
Octal204243143

Shades and tints

Shades of #84A363

#84A363
(132,163,99)
#78955A
(120,149,90)
#6C8751
(108,135,81)
#607948
(96,121,72)
#546B3F
(84,107,63)
#485D36
(72,93,54)
#3C4F2D
(60,79,45)
#304124
(48,65,36)
#24331B
(36,51,27)
#182512
(24,37,18)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #84A363

#84A363
(132,163,99)
#8FAB71
(143,171,113)
#9AB37F
(154,179,127)
#A5BB8D
(165,187,141)
#B0C39B
(176,195,155)
#BBCBA9
(187,203,169)
#C6D3B7
(198,211,183)
#D1DBC5
(209,219,197)
#DCE3D3
(220,227,211)
#E7EBE1
(231,235,225)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A363; }

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

This text font color is #84A363.


Background Color

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

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

This div background color is #84A363.


Border color

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

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

This div border color is #84A363.


Opacity

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

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

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

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

This text has shadow with #84A363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A363 on black background.


Color preview on white background

This text has color #84A363 on white background.



Black color preview on #84A363 background

This text has black color on #84A363 background.


White color preview on #84A363 background

This text has white color on #84A363 background.