COLOR #84AC63

HEX: #84AC63
RGB: (132,172,99)

Renk bilgisi

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

RGB renk modeli

#84AC63 color RGB value is (132,172,99).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 172 of 255 = 67%
B 99 of 255 = 39%

132
172
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 172 + 99 = 403 (100%)
R 132 of 403 ~ 32.75%
G 172 of 403 ~ 42.68%
B 99 of 403 ~ 24.57%

%32.75
%42.68
%24.57

CMYK RENK MODELİ

#84AC63 rengi CMYK tonu (23,0,42,33).

  • camgöbeği tonu 23.26%
  • eflatun tonu 0.00%
  • sarı tonu 42.44%
  • ana renk tonu 32.55%
CMYK:
(23,0,42,33)
C23M0Y42K33 
(23%,0%,42%,33%)
(0.23/0.00/0.42/0.33)	

CMYK yüzdeleri

%23.26
%0
%42.44
%32.55

Codes

Color #84AC63 in popluar color models

84AC63
RGB13217299
HSL93°30.54%53.14%
HSB/HSV93°42.44%67.45%
CMYK23.26%0.00%42.44%
32.55%

Color #84AC63 in popluar number systems.

HEX84AC63
Decimal13217299
Binary10000100101011001100011
Octal204254143

Shades and tints

Shades of #84AC63

#84AC63
(132,172,99)
#789D5A
(120,157,90)
#6C8E51
(108,142,81)
#607F48
(96,127,72)
#54703F
(84,112,63)
#486136
(72,97,54)
#3C522D
(60,82,45)
#304324
(48,67,36)
#24341B
(36,52,27)
#182512
(24,37,18)
#0C1609
(12,22,9)
#000000
(0,0,0)

Tints of #84AC63

#84AC63
(132,172,99)
#8FB371
(143,179,113)
#9ABA7F
(154,186,127)
#A5C18D
(165,193,141)
#B0C89B
(176,200,155)
#BBCFA9
(187,207,169)
#C6D6B7
(198,214,183)
#D1DDC5
(209,221,197)
#DCE4D3
(220,228,211)
#E7EBE1
(231,235,225)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AC63; }

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

This text font color is #84AC63.


Background Color

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

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

This div background color is #84AC63.


Border color

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

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

This div border color is #84AC63.


Opacity

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

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

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

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

This text has shadow with #84AC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC63 on black background.


Color preview on white background

This text has color #84AC63 on white background.



Black color preview on #84AC63 background

This text has black color on #84AC63 background.


White color preview on #84AC63 background

This text has white color on #84AC63 background.