COLOR #83B13A

HEX: #83B13A
RGB: (131,177,58)

Color info

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

RGB color model

#83B13A color RGB value is (131,177,58).

  • red value is 131;
  • green value is 177;
  • blue value is 58.
RGB:
(131,177,58)
(51%,69%,23%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 58 of 255 = 23%

131
177
58

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

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 58 = 366 (100%)
R 131 of 366 ~ 35.79%
G 177 of 366 ~ 48.36%
B 58 of 366 ~ 15.85%

%35.79
%48.36
%15.85

CMYK color model

#83B13A color CMYK value is (26,0,67,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 67.23%
  • key color value is 30.59%
CMYK:
(26,0,67,31)
C26M0Y67K31 
(26%,0%,67%,31%)
(0.26/0.00/0.67/0.31)	

CMYK percentages

%25.99
%0
%67.23
%30.59

Codes

Color #83B13A in popluar color models

83B13A
RGB13117758
HSL83°50.64%46.08%
HSB/HSV83°67.23%69.41%
CMYK25.99%0.00%67.23%
30.59%

Color #83B13A in popluar number systems.

HEX83B13A
Decimal13117758
Binary1000001110110001111010
Octal20326172

Shades and tints

Shades of #83B13A

#83B13A
(131,177,58)
#78A135
(120,161,53)
#6D9130
(109,145,48)
#62812B
(98,129,43)
#577126
(87,113,38)
#4C6121
(76,97,33)
#41511C
(65,81,28)
#364117
(54,65,23)
#2B3112
(43,49,18)
#20210D
(32,33,13)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #83B13A

#83B13A
(131,177,58)
#8EB84B
(142,184,75)
#99BF5C
(153,191,92)
#A4C66D
(164,198,109)
#AFCD7E
(175,205,126)
#BAD48F
(186,212,143)
#C5DBA0
(197,219,160)
#D0E2B1
(208,226,177)
#DBE9C2
(219,233,194)
#E6F0D3
(230,240,211)
#F1F7E4
(241,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B13A color. Also use rgb(131,177,58) instead hex code.

Text Font Color

.myTextColor { color: #83B13A; }

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

This text font color is #83B13A.


Background Color

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

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

This div background color is #83B13A.


Border color

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

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

This div border color is #83B13A.


Opacity

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

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

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

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

This text has shadow with #83B13A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B13A on black background.


Color preview on white background

This text has color #83B13A on white background.



Black color preview on #83B13A background

This text has black color on #83B13A background.


White color preview on #83B13A background

This text has white color on #83B13A background.