COLOR #84A549

HEX: #84A549
RGB: (132,165,73)

Renk bilgisi

#84A549 contains mainly red and green colors. #84A549 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#84A549 color RGB value is (132,165,73).

  • kırmız ton 132;
  • yeşil ton 165;
  • mavi ton 73.
RGB:
(132,165,73)
(52%,65%,29%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 165 of 255 = 65%
B 73 of 255 = 29%

132
165
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 165 + 73 = 370 (100%)
R 132 of 370 ~ 35.68%
G 165 of 370 ~ 44.59%
B 73 of 370 ~ 19.73%

%35.68
%44.59
%19.73

CMYK RENK MODELİ

#84A549 rengi CMYK tonu (20,0,56,35).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 55.76%
  • ana renk tonu 35.29%
CMYK:
(20,0,56,35)
C20M0Y56K35 
(20%,0%,56%,35%)
(0.20/0.00/0.56/0.35)	

CMYK yüzdeleri

%20
%0
%55.76
%35.29

Codes

Color #84A549 in popluar color models

84A549
RGB13216573
HSL82°38.66%46.67%
HSB/HSV82°55.76%64.71%
CMYK20.00%0.00%55.76%
35.29%

Color #84A549 in popluar number systems.

HEX84A549
Decimal13216573
Binary10000100101001011001001
Octal204245111

Shades and tints

Shades of #84A549

#84A549
(132,165,73)
#789643
(120,150,67)
#6C873D
(108,135,61)
#607837
(96,120,55)
#546931
(84,105,49)
#485A2B
(72,90,43)
#3C4B25
(60,75,37)
#303C1F
(48,60,31)
#242D19
(36,45,25)
#181E13
(24,30,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #84A549

#84A549
(132,165,73)
#8FAD59
(143,173,89)
#9AB569
(154,181,105)
#A5BD79
(165,189,121)
#B0C589
(176,197,137)
#BBCD99
(187,205,153)
#C6D5A9
(198,213,169)
#D1DDB9
(209,221,185)
#DCE5C9
(220,229,201)
#E7EDD9
(231,237,217)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A549 color. Also use rgb(132,165,73) instead hex code.

Text Font Color

.myTextColor { color: #84A549; }

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

This text font color is #84A549.


Background Color

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

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

This div background color is #84A549.


Border color

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

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

This div border color is #84A549.


Opacity

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

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

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

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

This text has shadow with #84A549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A549 on black background.


Color preview on white background

This text has color #84A549 on white background.



Black color preview on #84A549 background

This text has black color on #84A549 background.


White color preview on #84A549 background

This text has white color on #84A549 background.