COLOR #83B842

HEX: #83B842
RGB: (131,184,66)

Color info

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

RGB color model

#83B842 color RGB value is (131,184,66).

  • red value is 131;
  • green value is 184;
  • blue value is 66.
RGB:
(131,184,66)
(51%,72%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 184 of 255 = 72%
B 66 of 255 = 26%

131
184
66

R + G + B ~ 50%. #83B842 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 184 + 66 = 381 (100%)
R 131 of 381 ~ 34.38%
G 184 of 381 ~ 48.29%
B 66 of 381 ~ 17.32%

%34.38
%48.29
%17.32

CMYK color model

#83B842 color CMYK value is (29,0,64,28).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 64.13%
  • key color value is 27.84%
CMYK:
(29,0,64,28)
C29M0Y64K28 
(29%,0%,64%,28%)
(0.29/0.00/0.64/0.28)	

CMYK percentages

%28.8
%0
%64.13
%27.84

Codes

Color #83B842 in popluar color models

83B842
RGB13118466
HSL87°47.20%49.02%
HSB/HSV87°64.13%72.16%
CMYK28.80%0.00%64.13%
27.84%

Color #83B842 in popluar number systems.

HEX83B842
Decimal13118466
Binary10000011101110001000010
Octal203270102

Shades and tints

Shades of #83B842

#83B842
(131,184,66)
#78A83C
(120,168,60)
#6D9836
(109,152,54)
#628830
(98,136,48)
#57782A
(87,120,42)
#4C6824
(76,104,36)
#41581E
(65,88,30)
#364818
(54,72,24)
#2B3812
(43,56,18)
#20280C
(32,40,12)
#151806
(21,24,6)
#000000
(0,0,0)

Tints of #83B842

#83B842
(131,184,66)
#8EBE53
(142,190,83)
#99C464
(153,196,100)
#A4CA75
(164,202,117)
#AFD086
(175,208,134)
#BAD697
(186,214,151)
#C5DCA8
(197,220,168)
#D0E2B9
(208,226,185)
#DBE8CA
(219,232,202)
#E6EEDB
(230,238,219)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B842 color. Also use rgb(131,184,66) instead hex code.

Text Font Color

.myTextColor { color: #83B842; }

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

This text font color is #83B842.


Background Color

.myBgColor { background-color: #83B842; }

<div style="background-color:#83B842">Inner text</div>

This div background color is #83B842.


Border color

.myBorderColor { border: 1px solid #83B842; }

<div style="border:3px solid #83B842">Div</div>

This div border color is #83B842.


Opacity

.myOpacity80 { color: #83B842; opacity: 0.8; }

<p style="color:#83B842;opacity:0.8;">80%</p>

Text with #83B842 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 #83B842;}

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

This text has shadow with #83B842 color.

.textShadow {text-shadow: 3px 3px 1px #83B842, 3px 3px 1px red;}

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

This text has shadow with #83B842 primary color and red secondary color.


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

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

This text has shadow with #83B842 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B842 on black background.


Color preview on white background

This text has color #83B842 on white background.



Black color preview on #83B842 background

This text has black color on #83B842 background.


White color preview on #83B842 background

This text has white color on #83B842 background.