COLOR #86B42D

HEX: #86B42D
RGB: (134,180,45)

Color info

#86B42D contains mainly red and green colors. Web safe color of #86B42D is #99CC33 (or #9C3).

RGB color model

#86B42D color RGB value is (134,180,45).

  • red value is 134;
  • green value is 180;
  • blue value is 45.
RGB:
(134,180,45)
(53%,71%,18%)

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 45 of 255 = 18%

134
180
45

R + G + B ~ 47%. #86B42D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 45 = 359 (100%)
R 134 of 359 ~ 37.33%
G 180 of 359 ~ 50.14%
B 45 of 359 ~ 12.53%

%37.33
%50.14
%12.53

CMYK color model

#86B42D color CMYK value is (26,0,75,29).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 29.41%
CMYK:
(26,0,75,29)
C26M0Y75K29 
(26%,0%,75%,29%)
(0.26/0.00/0.75/0.29)	

CMYK percentages

%25.56
%0
%75
%29.41

Codes

Color #86B42D in popluar color models

86B42D
RGB13418045
HSL80°60.00%44.12%
HSB/HSV80°75.00%70.59%
CMYK25.56%0.00%75.00%
29.41%

Color #86B42D in popluar number systems.

HEX86B42D
Decimal13418045
Binary1000011010110100101101
Octal20626455

Shades and tints

Shades of #86B42D

#86B42D
(134,180,45)
#7AA429
(122,164,41)
#6E9425
(110,148,37)
#628421
(98,132,33)
#56741D
(86,116,29)
#4A6419
(74,100,25)
#3E5415
(62,84,21)
#324411
(50,68,17)
#26340D
(38,52,13)
#1A2409
(26,36,9)
#0E1405
(14,20,5)
#000000
(0,0,0)

Tints of #86B42D

#86B42D
(134,180,45)
#91BA40
(145,186,64)
#9CC053
(156,192,83)
#A7C666
(167,198,102)
#B2CC79
(178,204,121)
#BDD28C
(189,210,140)
#C8D89F
(200,216,159)
#D3DEB2
(211,222,178)
#DEE4C5
(222,228,197)
#E9EAD8
(233,234,216)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B42D color. Also use rgb(134,180,45) instead hex code.

Text Font Color

.myTextColor { color: #86B42D; }

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

This text font color is #86B42D.


Background Color

.myBgColor { background-color: #86B42D; }

<div style="background-color:#86B42D">Inner text</div>

This div background color is #86B42D.


Border color

.myBorderColor { border: 1px solid #86B42D; }

<div style="border:3px solid #86B42D">Div</div>

This div border color is #86B42D.


Opacity

.myOpacity80 { color: #86B42D; opacity: 0.8; }

<p style="color:#86B42D;opacity:0.8;">80%</p>

Text with #86B42D 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 #86B42D;}

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

This text has shadow with #86B42D color.

.textShadow {text-shadow: 3px 3px 1px #86B42D, 3px 3px 1px red;}

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

This text has shadow with #86B42D primary color and red secondary color.


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

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

This text has shadow with #86B42D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B42D on black background.


Color preview on white background

This text has color #86B42D on white background.



Black color preview on #86B42D background

This text has black color on #86B42D background.


White color preview on #86B42D background

This text has white color on #86B42D background.