COLOR #84B608

HEX: #84B608
RGB: (132,182,8)

Color info

#84B608 contains mainly red and green colors. Web safe color of #84B608 is #99CC00 (or #9C0).

RGB color model

#84B608 color RGB value is (132,182,8).

  • red value is 132;
  • green value is 182;
  • blue value is 8.
RGB:
(132,182,8)
(52%,71%,3%)

RGB channels and saturation

R 132 of 255 = 52%
G 182 of 255 = 71%
B 8 of 255 = 3%

132
182
8

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

Portions of RGB colors in percentages

R + G + B =
132 + 182 + 8 = 322 (100%)
R 132 of 322 ~ 40.99%
G 182 of 322 ~ 56.52%
B 8 of 322 ~ 2.48%

%40.99
%56.52

CMYK color model

#84B608 color CMYK value is (27,0,96,29).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 95.60%
  • key color value is 28.63%
CMYK:
(27,0,96,29)
C27M0Y96K29 
(27%,0%,96%,29%)
(0.27/0.00/0.96/0.29)	

CMYK percentages

%27.47
%0
%95.6
%28.63

Codes

Color #84B608 in popluar color models

84B608
RGB1321828
HSL77°91.58%37.25%
HSB/HSV77°95.60%71.37%
CMYK27.47%0.00%95.60%
28.63%

Color #84B608 in popluar number systems.

HEX84B608
Decimal1321828
Binary10000100101101101000
Octal20426610

Shades and tints

Shades of #84B608

#84B608
(132,182,8)
#78A608
(120,166,8)
#6C9608
(108,150,8)
#608608
(96,134,8)
#547608
(84,118,8)
#486608
(72,102,8)
#3C5608
(60,86,8)
#304608
(48,70,8)
#243608
(36,54,8)
#182608
(24,38,8)
#0C1608
(12,22,8)
#000000
(0,0,0)

Tints of #84B608

#84B608
(132,182,8)
#8FBC1E
(143,188,30)
#9AC234
(154,194,52)
#A5C84A
(165,200,74)
#B0CE60
(176,206,96)
#BBD476
(187,212,118)
#C6DA8C
(198,218,140)
#D1E0A2
(209,224,162)
#DCE6B8
(220,230,184)
#E7ECCE
(231,236,206)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B608 color. Also use rgb(132,182,8) instead hex code.

Text Font Color

.myTextColor { color: #84B608; }

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

This text font color is #84B608.


Background Color

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

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

This div background color is #84B608.


Border color

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

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

This div border color is #84B608.


Opacity

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

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

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

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

This text has shadow with #84B608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B608 on black background.


Color preview on white background

This text has color #84B608 on white background.



Black color preview on #84B608 background

This text has black color on #84B608 background.


White color preview on #84B608 background

This text has white color on #84B608 background.