COLOR #82B863

HEX: #82B863
RGB: (130,184,99)

Color info

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

RGB color model

#82B863 color RGB value is (130,184,99).

  • red value is 130;
  • green value is 184;
  • blue value is 99.
RGB:
(130,184,99)
(51%,72%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 99 of 255 = 39%

130
184
99

R + G + B ~ 54%. #82B863 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 184 + 99 = 413 (100%)
R 130 of 413 ~ 31.48%
G 184 of 413 ~ 44.55%
B 99 of 413 ~ 23.97%

%31.48
%44.55
%23.97

CMYK color model

#82B863 color CMYK value is (29,0,46,28).

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 27.84%
CMYK:
(29,0,46,28)
C29M0Y46K28 
(29%,0%,46%,28%)
(0.29/0.00/0.46/0.28)	

CMYK percentages

%29.35
%0
%46.2
%27.84

Codes

Color #82B863 in popluar color models

82B863
RGB13018499
HSL98°37.44%55.49%
HSB/HSV98°46.20%72.16%
CMYK29.35%0.00%46.20%
27.84%

Color #82B863 in popluar number systems.

HEX82B863
Decimal13018499
Binary10000010101110001100011
Octal202270143

Shades and tints

Shades of #82B863

#82B863
(130,184,99)
#77A85A
(119,168,90)
#6C9851
(108,152,81)
#618848
(97,136,72)
#56783F
(86,120,63)
#4B6836
(75,104,54)
#40582D
(64,88,45)
#354824
(53,72,36)
#2A381B
(42,56,27)
#1F2812
(31,40,18)
#141809
(20,24,9)
#000000
(0,0,0)

Tints of #82B863

#82B863
(130,184,99)
#8DBE71
(141,190,113)
#98C47F
(152,196,127)
#A3CA8D
(163,202,141)
#AED09B
(174,208,155)
#B9D6A9
(185,214,169)
#C4DCB7
(196,220,183)
#CFE2C5
(207,226,197)
#DAE8D3
(218,232,211)
#E5EEE1
(229,238,225)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B863 color. Also use rgb(130,184,99) instead hex code.

Text Font Color

.myTextColor { color: #82B863; }

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

This text font color is #82B863.


Background Color

.myBgColor { background-color: #82B863; }

<div style="background-color:#82B863">Inner text</div>

This div background color is #82B863.


Border color

.myBorderColor { border: 1px solid #82B863; }

<div style="border:3px solid #82B863">Div</div>

This div border color is #82B863.


Opacity

.myOpacity80 { color: #82B863; opacity: 0.8; }

<p style="color:#82B863;opacity:0.8;">80%</p>

Text with #82B863 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 #82B863;}

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

This text has shadow with #82B863 color.

.textShadow {text-shadow: 3px 3px 1px #82B863, 3px 3px 1px red;}

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

This text has shadow with #82B863 primary color and red secondary color.


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

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

This text has shadow with #82B863 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B863 on black background.


Color preview on white background

This text has color #82B863 on white background.



Black color preview on #82B863 background

This text has black color on #82B863 background.


White color preview on #82B863 background

This text has white color on #82B863 background.