COLOR #83B75D

HEX: #83B75D
RGB: (131,183,93)

Color info

#83B75D contains mainly red and green colors. Web safe color of #83B75D is #99CC66 (or #9C6).

RGB color model

#83B75D color RGB value is (131,183,93).

  • red value is 131;
  • green value is 183;
  • blue value is 93.
RGB:
(131,183,93)
(51%,72%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 93 of 255 = 36%

131
183
93

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

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 93 = 407 (100%)
R 131 of 407 ~ 32.19%
G 183 of 407 ~ 44.96%
B 93 of 407 ~ 22.85%

%32.19
%44.96
%22.85

CMYK color model

#83B75D color CMYK value is (28,0,49,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(28,0,49,28)
C28M0Y49K28 
(28%,0%,49%,28%)
(0.28/0.00/0.49/0.28)	

CMYK percentages

%28.42
%0
%49.18
%28.24

Codes

Color #83B75D in popluar color models

83B75D
RGB13118393
HSL95°38.46%54.12%
HSB/HSV95°49.18%71.76%
CMYK28.42%0.00%49.18%
28.24%

Color #83B75D in popluar number systems.

HEX83B75D
Decimal13118393
Binary10000011101101111011101
Octal203267135

Shades and tints

Shades of #83B75D

#83B75D
(131,183,93)
#78A755
(120,167,85)
#6D974D
(109,151,77)
#628745
(98,135,69)
#57773D
(87,119,61)
#4C6735
(76,103,53)
#41572D
(65,87,45)
#364725
(54,71,37)
#2B371D
(43,55,29)
#202715
(32,39,21)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #83B75D

#83B75D
(131,183,93)
#8EBD6B
(142,189,107)
#99C379
(153,195,121)
#A4C987
(164,201,135)
#AFCF95
(175,207,149)
#BAD5A3
(186,213,163)
#C5DBB1
(197,219,177)
#D0E1BF
(208,225,191)
#DBE7CD
(219,231,205)
#E6EDDB
(230,237,219)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B75D color. Also use rgb(131,183,93) instead hex code.

Text Font Color

.myTextColor { color: #83B75D; }

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

This text font color is #83B75D.


Background Color

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

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

This div background color is #83B75D.


Border color

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

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

This div border color is #83B75D.


Opacity

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

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

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

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

This text has shadow with #83B75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B75D on black background.


Color preview on white background

This text has color #83B75D on white background.



Black color preview on #83B75D background

This text has black color on #83B75D background.


White color preview on #83B75D background

This text has white color on #83B75D background.