COLOR #83B68D

HEX: #83B68D
RGB: (131,182,141)

Color info

#83B68D contains red, green and blue colors in about the same proportion. Web safe color of #83B68D is #99CC99 (or #9C9).

RGB color model

#83B68D color RGB value is (131,182,141).

  • red value is 131;
  • green value is 182;
  • blue value is 141.
RGB:
(131,182,141)
(51%,71%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 141 of 255 = 55%

131
182
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 182 + 141 = 454 (100%)
R 131 of 454 ~ 28.85%
G 182 of 454 ~ 40.09%
B 141 of 454 ~ 31.06%

%28.85
%40.09
%31.06

CMYK color model

#83B68D color CMYK value is (28,0,23,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(28,0,23,29)
C28M0Y23K29 
(28%,0%,23%,29%)
(0.28/0.00/0.23/0.29)	

CMYK percentages

%28.02
%0
%22.53
%28.63

Codes

Color #83B68D in popluar color models

83B68D
RGB131182141
HSL132°25.89%61.37%
HSB/HSV132°28.02%71.37%
CMYK28.02%0.00%22.53%
28.63%

Color #83B68D in popluar number systems.

HEX83B68D
Decimal131182141
Binary100000111011011010001101
Octal203266215

Shades and tints

Shades of #83B68D

#83B68D
(131,182,141)
#78A681
(120,166,129)
#6D9675
(109,150,117)
#628669
(98,134,105)
#57765D
(87,118,93)
#4C6651
(76,102,81)
#415645
(65,86,69)
#364639
(54,70,57)
#2B362D
(43,54,45)
#202621
(32,38,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83B68D

#83B68D
(131,182,141)
#8EBC97
(142,188,151)
#99C2A1
(153,194,161)
#A4C8AB
(164,200,171)
#AFCEB5
(175,206,181)
#BAD4BF
(186,212,191)
#C5DAC9
(197,218,201)
#D0E0D3
(208,224,211)
#DBE6DD
(219,230,221)
#E6ECE7
(230,236,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B68D color. Also use rgb(131,182,141) instead hex code.

Text Font Color

.myTextColor { color: #83B68D; }

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

This text font color is #83B68D.


Background Color

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

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

This div background color is #83B68D.


Border color

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

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

This div border color is #83B68D.


Opacity

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

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

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

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

This text has shadow with #83B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B68D on black background.


Color preview on white background

This text has color #83B68D on white background.



Black color preview on #83B68D background

This text has black color on #83B68D background.


White color preview on #83B68D background

This text has white color on #83B68D background.