COLOR #84B040

HEX: #84B040
RGB: (132,176,64)

Renk bilgisi

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

RGB renk modeli

#84B040 color RGB value is (132,176,64).

  • kırmız ton 132;
  • yeşil ton 176;
  • mavi ton 64.
RGB:
(132,176,64)
(52%,69%,25%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 176 of 255 = 69%
B 64 of 255 = 25%

132
176
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 176 + 64 = 372 (100%)
R 132 of 372 ~ 35.48%
G 176 of 372 ~ 47.31%
B 64 of 372 ~ 17.2%

%35.48
%47.31
%17.2

CMYK RENK MODELİ

#84B040 rengi CMYK tonu (25,0,64,31).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 30.98%
CMYK:
(25,0,64,31)
C25M0Y64K31 
(25%,0%,64%,31%)
(0.25/0.00/0.64/0.31)	

CMYK yüzdeleri

%25
%0
%63.64
%30.98

Codes

Color #84B040 in popluar color models

84B040
RGB13217664
HSL84°46.67%47.06%
HSB/HSV84°63.64%69.02%
CMYK25.00%0.00%63.64%
30.98%

Color #84B040 in popluar number systems.

HEX84B040
Decimal13217664
Binary10000100101100001000000
Octal204260100

Shades and tints

Shades of #84B040

#84B040
(132,176,64)
#78A03B
(120,160,59)
#6C9036
(108,144,54)
#608031
(96,128,49)
#54702C
(84,112,44)
#486027
(72,96,39)
#3C5022
(60,80,34)
#30401D
(48,64,29)
#243018
(36,48,24)
#182013
(24,32,19)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #84B040

#84B040
(132,176,64)
#8FB751
(143,183,81)
#9ABE62
(154,190,98)
#A5C573
(165,197,115)
#B0CC84
(176,204,132)
#BBD395
(187,211,149)
#C6DAA6
(198,218,166)
#D1E1B7
(209,225,183)
#DCE8C8
(220,232,200)
#E7EFD9
(231,239,217)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B040 color. Also use rgb(132,176,64) instead hex code.

Text Font Color

.myTextColor { color: #84B040; }

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

This text font color is #84B040.


Background Color

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

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

This div background color is #84B040.


Border color

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

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

This div border color is #84B040.


Opacity

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

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

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

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

This text has shadow with #84B040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B040 on black background.


Color preview on white background

This text has color #84B040 on white background.



Black color preview on #84B040 background

This text has black color on #84B040 background.


White color preview on #84B040 background

This text has white color on #84B040 background.