COLOR #83B641

HEX: #83B641 RGB: (131,182,65)

Color info

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

RGB color model

#83B641 color RGB value is (131,182,65).

RGB: (131,182,65) (51%, 71%, 25%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 65 of 255 = 25%

131
182
65

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

Portions of RGB colors in percentages

R + G + B = 131 + 182 + 65 = 378 (100%)
R 131 of 378 ~ 34.66%
G 182 of 378 ~ 48.15%
B 65 of 378 ~ 17.2'%

%34.66
%48.15
%17.2

CMYK color model

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

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 28.63%

CMYK: (28,0,64,29)
C28M0Y64K29 (28%, 0%, 64%, 29%)
(0.28 / 0.00 / 0.64 / 0.29)

CMYK percentages

%28.02
%0
%64.29
%28.63

Codes

Color #83B641 in popluar color models

83 B6 41
RGB 131 182 65
HSL 86° 47.37% 48.43%
HSB/HSV 86° 64.29% 71.37%
CMYK 28.02% 0.00% 64.29%
28.63%

Color #83B641 in popluar number systems.

HEX 83 B6 41
Decimal 131 182 65
Binary 10000011 10110110 1000001
Octal 203 266 101

Shades and tints

Shades of #83B641

#83B641
(131,182,65)
#78A63C
(120,166,60)
#6D9637
(109,150,55)
#628632
(98,134,50)
#57762D
(87,118,45)
#4C6628
(76,102,40)
#415623
(65,86,35)
#36461E
(54,70,30)
#2B3619
(43,54,25)
#202614
(32,38,20)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #83B641

#83B641
(131,182,65)
#8EBC52
(142,188,82)
#99C263
(153,194,99)
#A4C874
(164,200,116)
#AFCE85
(175,206,133)
#BAD496
(186,212,150)
#C5DAA7
(197,218,167)
#D0E0B8
(208,224,184)
#DBE6C9
(219,230,201)
#E6ECDA
(230,236,218)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B641 color. Also use rgb(131,182,65) instead hex code.

Text Font Color

.myTextColor { color: #83B641; }

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

This text font color is #83B641.

Background Color

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

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

This div background color is #83B641.

Border color

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

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

This div border color is #83B641.

Opacity

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

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

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

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

This text has shadow with #83B641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B641.

Preview

Color preview on black background

This text has color #83B641 on black background.


Color preview on white background

This text has color #83B641 on white background.


Black color preview on #83B641 background

This text has black color on #83B641 background.


White color preview on #83B641 background

This text has white color on #83B641 background.


Related colors

Complementary color

Complementary color for #hex is #7C49BE.


I love getcolorcode.com

Triadic colors

1 #4183B6 and #B64183 with #83B641 are triadic colors.

2 #41B683 and #B68341 with #83B641 are triadic colors.