COLOR #83C545

HEX: #83C545
RGB: (131,197,69)

Color info

#83C545 contains mainly green color. Web safe color of #83C545 is #99CC33 (or #9C3).

RGB color model

#83C545 color RGB value is (131,197,69).

  • red value is 131;
  • green value is 197;
  • blue value is 69.
RGB:
(131,197,69)
(51%,77%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 69 of 255 = 27%

131
197
69

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

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 69 = 397 (100%)
R 131 of 397 ~ 33%
G 197 of 397 ~ 49.62%
B 69 of 397 ~ 17.38%

%33
%49.62
%17.38

CMYK color model

#83C545 color CMYK value is (34,0,65,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 64.97%
  • key color value is 22.75%
CMYK:
(34,0,65,23)
C34M0Y65K23 
(34%,0%,65%,23%)
(0.34/0.00/0.65/0.23)	

CMYK percentages

%33.5
%0
%64.97
%22.75

Codes

Color #83C545 in popluar color models

83C545
RGB13119769
HSL91°52.46%52.16%
HSB/HSV91°64.97%77.25%
CMYK33.50%0.00%64.97%
22.75%

Color #83C545 in popluar number systems.

HEX83C545
Decimal13119769
Binary10000011110001011000101
Octal203305105

Shades and tints

Shades of #83C545

#83C545
(131,197,69)
#78B43F
(120,180,63)
#6DA339
(109,163,57)
#629233
(98,146,51)
#57812D
(87,129,45)
#4C7027
(76,112,39)
#415F21
(65,95,33)
#364E1B
(54,78,27)
#2B3D15
(43,61,21)
#202C0F
(32,44,15)
#151B09
(21,27,9)
#000000
(0,0,0)

Tints of #83C545

#83C545
(131,197,69)
#8ECA55
(142,202,85)
#99CF65
(153,207,101)
#A4D475
(164,212,117)
#AFD985
(175,217,133)
#BADE95
(186,222,149)
#C5E3A5
(197,227,165)
#D0E8B5
(208,232,181)
#DBEDC5
(219,237,197)
#E6F2D5
(230,242,213)
#F1F7E5
(241,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C545 color. Also use rgb(131,197,69) instead hex code.

Text Font Color

.myTextColor { color: #83C545; }

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

This text font color is #83C545.


Background Color

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

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

This div background color is #83C545.


Border color

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

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

This div border color is #83C545.


Opacity

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

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

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

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

This text has shadow with #83C545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C545 on black background.


Color preview on white background

This text has color #83C545 on white background.



Black color preview on #83C545 background

This text has black color on #83C545 background.


White color preview on #83C545 background

This text has white color on #83C545 background.