COLOR #83A31B

HEX: #83A31B
RGB: (131,163,27)

Color info

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

RGB color model

#83A31B color RGB value is (131,163,27).

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

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 27 of 255 = 11%

131
163
27

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

Portions of RGB colors in percentages

R + G + B =
131 + 163 + 27 = 321 (100%)
R 131 of 321 ~ 40.81%
G 163 of 321 ~ 50.78%
B 27 of 321 ~ 8.41%

%40.81
%50.78

CMYK color model

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

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 83.44%
  • key color value is 36.08%
CMYK:
(20,0,83,36)
C20M0Y83K36 
(20%,0%,83%,36%)
(0.20/0.00/0.83/0.36)	

CMYK percentages

%19.63
%0
%83.44
%36.08

Codes

Color #83A31B in popluar color models

83A31B
RGB13116327
HSL74°71.58%37.25%
HSB/HSV74°83.44%63.92%
CMYK19.63%0.00%83.44%
36.08%

Color #83A31B in popluar number systems.

HEX83A31B
Decimal13116327
Binary100000111010001111011
Octal20324333

Shades and tints

Shades of #83A31B

#83A31B
(131,163,27)
#789519
(120,149,25)
#6D8717
(109,135,23)
#627915
(98,121,21)
#576B13
(87,107,19)
#4C5D11
(76,93,17)
#414F0F
(65,79,15)
#36410D
(54,65,13)
#2B330B
(43,51,11)
#202509
(32,37,9)
#151707
(21,23,7)
#000000
(0,0,0)

Tints of #83A31B

#83A31B
(131,163,27)
#8EAB2F
(142,171,47)
#99B343
(153,179,67)
#A4BB57
(164,187,87)
#AFC36B
(175,195,107)
#BACB7F
(186,203,127)
#C5D393
(197,211,147)
#D0DBA7
(208,219,167)
#DBE3BB
(219,227,187)
#E6EBCF
(230,235,207)
#F1F3E3
(241,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A31B color. Also use rgb(131,163,27) instead hex code.

Text Font Color

.myTextColor { color: #83A31B; }

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

This text font color is #83A31B.


Background Color

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

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

This div background color is #83A31B.


Border color

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

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

This div border color is #83A31B.


Opacity

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

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

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

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

This text has shadow with #83A31B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A31B on black background.


Color preview on white background

This text has color #83A31B on white background.



Black color preview on #83A31B background

This text has black color on #83A31B background.


White color preview on #83A31B background

This text has white color on #83A31B background.