COLOR #83A751

HEX: #83A751
RGB: (131,167,81)

Color info

#83A751 contains mainly red and green colors. Web safe color of #83A751 is #999966 (or #996).

RGB color model

#83A751 color RGB value is (131,167,81).

  • red value is 131;
  • green value is 167;
  • blue value is 81.
RGB:
(131,167,81)
(51%,65%,32%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 81 of 255 = 32%

131
167
81

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

Portions of RGB colors in percentages

R + G + B =
131 + 167 + 81 = 379 (100%)
R 131 of 379 ~ 34.56%
G 167 of 379 ~ 44.06%
B 81 of 379 ~ 21.37%

%34.56
%44.06
%21.37

CMYK color model

#83A751 color CMYK value is (22,0,51,35).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 51.50%
  • key color value is 34.51%
CMYK:
(22,0,51,35)
C22M0Y51K35 
(22%,0%,51%,35%)
(0.22/0.00/0.51/0.35)	

CMYK percentages

%21.56
%0
%51.5
%34.51

Codes

Color #83A751 in popluar color models

83A751
RGB13116781
HSL85°34.68%48.63%
HSB/HSV85°51.50%65.49%
CMYK21.56%0.00%51.50%
34.51%

Color #83A751 in popluar number systems.

HEX83A751
Decimal13116781
Binary10000011101001111010001
Octal203247121

Shades and tints

Shades of #83A751

#83A751
(131,167,81)
#78984A
(120,152,74)
#6D8943
(109,137,67)
#627A3C
(98,122,60)
#576B35
(87,107,53)
#4C5C2E
(76,92,46)
#414D27
(65,77,39)
#363E20
(54,62,32)
#2B2F19
(43,47,25)
#202012
(32,32,18)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #83A751

#83A751
(131,167,81)
#8EAF60
(142,175,96)
#99B76F
(153,183,111)
#A4BF7E
(164,191,126)
#AFC78D
(175,199,141)
#BACF9C
(186,207,156)
#C5D7AB
(197,215,171)
#D0DFBA
(208,223,186)
#DBE7C9
(219,231,201)
#E6EFD8
(230,239,216)
#F1F7E7
(241,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A751 color. Also use rgb(131,167,81) instead hex code.

Text Font Color

.myTextColor { color: #83A751; }

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

This text font color is #83A751.


Background Color

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

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

This div background color is #83A751.


Border color

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

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

This div border color is #83A751.


Opacity

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

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

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

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

This text has shadow with #83A751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A751 on black background.


Color preview on white background

This text has color #83A751 on white background.



Black color preview on #83A751 background

This text has black color on #83A751 background.


White color preview on #83A751 background

This text has white color on #83A751 background.