COLOR #83B363

HEX: #83B363
RGB: (131,179,99)

Color info

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

RGB color model

#83B363 color RGB value is (131,179,99).

  • red value is 131;
  • green value is 179;
  • blue value is 99.
RGB:
(131,179,99)
(51%,70%,39%)

RGB channels and saturation

R 131 of 255 = 51%
G 179 of 255 = 70%
B 99 of 255 = 39%

131
179
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 179 + 99 = 409 (100%)
R 131 of 409 ~ 32.03%
G 179 of 409 ~ 43.77%
B 99 of 409 ~ 24.21%

%32.03
%43.77
%24.21

CMYK color model

#83B363 color CMYK value is (27,0,45,30).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(27,0,45,30)
C27M0Y45K30 
(27%,0%,45%,30%)
(0.27/0.00/0.45/0.30)	

CMYK percentages

%26.82
%0
%44.69
%29.8

Codes

Color #83B363 in popluar color models

83B363
RGB13117999
HSL96°34.48%54.51%
HSB/HSV96°44.69%70.20%
CMYK26.82%0.00%44.69%
29.80%

Color #83B363 in popluar number systems.

HEX83B363
Decimal13117999
Binary10000011101100111100011
Octal203263143

Shades and tints

Shades of #83B363

#83B363
(131,179,99)
#78A35A
(120,163,90)
#6D9351
(109,147,81)
#628348
(98,131,72)
#57733F
(87,115,63)
#4C6336
(76,99,54)
#41532D
(65,83,45)
#364324
(54,67,36)
#2B331B
(43,51,27)
#202312
(32,35,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #83B363

#83B363
(131,179,99)
#8EB971
(142,185,113)
#99BF7F
(153,191,127)
#A4C58D
(164,197,141)
#AFCB9B
(175,203,155)
#BAD1A9
(186,209,169)
#C5D7B7
(197,215,183)
#D0DDC5
(208,221,197)
#DBE3D3
(219,227,211)
#E6E9E1
(230,233,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B363 color. Also use rgb(131,179,99) instead hex code.

Text Font Color

.myTextColor { color: #83B363; }

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

This text font color is #83B363.


Background Color

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

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

This div background color is #83B363.


Border color

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

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

This div border color is #83B363.


Opacity

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

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

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

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

This text has shadow with #83B363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B363 on black background.


Color preview on white background

This text has color #83B363 on white background.



Black color preview on #83B363 background

This text has black color on #83B363 background.


White color preview on #83B363 background

This text has white color on #83B363 background.