COLOR #83A446

HEX: #83A446
RGB: (131,164,70)

Color info

#83A446 contains mainly red and green colors. Web safe color of #83A446 is #999933 (or #993).

RGB color model

#83A446 color RGB value is (131,164,70).

  • red value is 131;
  • green value is 164;
  • blue value is 70.
RGB:
(131,164,70)
(51%,64%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 70 of 255 = 27%

131
164
70

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

Portions of RGB colors in percentages

R + G + B =
131 + 164 + 70 = 365 (100%)
R 131 of 365 ~ 35.89%
G 164 of 365 ~ 44.93%
B 70 of 365 ~ 19.18%

%35.89
%44.93
%19.18

CMYK color model

#83A446 color CMYK value is (20,0,57,36).

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 57.32%
  • key color value is 35.69%
CMYK:
(20,0,57,36)
C20M0Y57K36 
(20%,0%,57%,36%)
(0.20/0.00/0.57/0.36)	

CMYK percentages

%20.12
%0
%57.32
%35.69

Codes

Color #83A446 in popluar color models

83A446
RGB13116470
HSL81°40.17%45.88%
HSB/HSV81°57.32%64.31%
CMYK20.12%0.00%57.32%
35.69%

Color #83A446 in popluar number systems.

HEX83A446
Decimal13116470
Binary10000011101001001000110
Octal203244106

Shades and tints

Shades of #83A446

#83A446
(131,164,70)
#789640
(120,150,64)
#6D883A
(109,136,58)
#627A34
(98,122,52)
#576C2E
(87,108,46)
#4C5E28
(76,94,40)
#415022
(65,80,34)
#36421C
(54,66,28)
#2B3416
(43,52,22)
#202610
(32,38,16)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #83A446

#83A446
(131,164,70)
#8EAC56
(142,172,86)
#99B466
(153,180,102)
#A4BC76
(164,188,118)
#AFC486
(175,196,134)
#BACC96
(186,204,150)
#C5D4A6
(197,212,166)
#D0DCB6
(208,220,182)
#DBE4C6
(219,228,198)
#E6ECD6
(230,236,214)
#F1F4E6
(241,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A446 color. Also use rgb(131,164,70) instead hex code.

Text Font Color

.myTextColor { color: #83A446; }

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

This text font color is #83A446.


Background Color

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

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

This div background color is #83A446.


Border color

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

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

This div border color is #83A446.


Opacity

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

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

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

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

This text has shadow with #83A446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A446 on black background.


Color preview on white background

This text has color #83A446 on white background.



Black color preview on #83A446 background

This text has black color on #83A446 background.


White color preview on #83A446 background

This text has white color on #83A446 background.