COLOR #84B75D

HEX: #84B75D
RGB: (132,183,93)

Color info

#84B75D contains mainly red and green colors. Web safe color of #84B75D is #99CC66 (or #9C6).

RGB color model

#84B75D color RGB value is (132,183,93).

  • red value is 132;
  • green value is 183;
  • blue value is 93.
RGB:
(132,183,93)
(52%,72%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 93 of 255 = 36%

132
183
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 183 + 93 = 408 (100%)
R 132 of 408 ~ 32.35%
G 183 of 408 ~ 44.85%
B 93 of 408 ~ 22.79%

%32.35
%44.85
%22.79

CMYK color model

#84B75D color CMYK value is (28,0,49,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(28,0,49,28)
C28M0Y49K28 
(28%,0%,49%,28%)
(0.28/0.00/0.49/0.28)	

CMYK percentages

%27.87
%0
%49.18
%28.24

Codes

Color #84B75D in popluar color models

84B75D
RGB13218393
HSL94°38.46%54.12%
HSB/HSV94°49.18%71.76%
CMYK27.87%0.00%49.18%
28.24%

Color #84B75D in popluar number systems.

HEX84B75D
Decimal13218393
Binary10000100101101111011101
Octal204267135

Shades and tints

Shades of #84B75D

#84B75D
(132,183,93)
#78A755
(120,167,85)
#6C974D
(108,151,77)
#608745
(96,135,69)
#54773D
(84,119,61)
#486735
(72,103,53)
#3C572D
(60,87,45)
#304725
(48,71,37)
#24371D
(36,55,29)
#182715
(24,39,21)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84B75D

#84B75D
(132,183,93)
#8FBD6B
(143,189,107)
#9AC379
(154,195,121)
#A5C987
(165,201,135)
#B0CF95
(176,207,149)
#BBD5A3
(187,213,163)
#C6DBB1
(198,219,177)
#D1E1BF
(209,225,191)
#DCE7CD
(220,231,205)
#E7EDDB
(231,237,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B75D color. Also use rgb(132,183,93) instead hex code.

Text Font Color

.myTextColor { color: #84B75D; }

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

This text font color is #84B75D.


Background Color

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

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

This div background color is #84B75D.


Border color

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

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

This div border color is #84B75D.


Opacity

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

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

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

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

This text has shadow with #84B75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B75D on black background.


Color preview on white background

This text has color #84B75D on white background.



Black color preview on #84B75D background

This text has black color on #84B75D background.


White color preview on #84B75D background

This text has white color on #84B75D background.