COLOR #83C663

HEX: #83C663 RGB: (131,198,99)

Color info

#83C663 contains mainly green color. Web safe color of #83C663 is #99CC66 (or #9C6).

RGB color model

#83C663 color RGB value is (131,198,99).

RGB: (131,198,99) (51%, 78%, 39%)

RGB channels and saturation

R 131 of 255 = 51%
G 198 of 255 = 78%
B 99 of 255 = 39%

131
198
99

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

Portions of RGB colors in percentages

R + G + B = 131 + 198 + 99 = 428 (100%)
R 131 of 428 ~ 30.61%
G 198 of 428 ~ 46.26%
B 99 of 428 ~ 23.13'%

%30.61
%46.26
%23.13

CMYK color model

#83C663 color CMYK value is (34,0,50,22).

  • cyan value is 33.84%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 22.35%
CMYK: (34,0,50,22) C34M0Y50K22 (34%,0%,50%,22%) (0.34/0.00/0.50/0.22) 

CMYK percentages

%33.84
%0
%50
%22.35

Codes

Color #83C663 in popluar color models

83 C6 63
RGB 131 198 99
HSL 101° 46.48% 58.24%
HSB/HSV 101° 50.00% 77.65%
CMYK 33.84% 0.00% 50.00%
22.35%

Color #83C663 in popluar number systems.

HEX 83 C6 63
Decimal 131 198 99
Binary 10000011 11000110 1100011
Octal 203 306 143

Shades and tints

Shades of #83C663

#83C663
(131,198,99)
#78B45A
(120,180,90)
#6DA251
(109,162,81)
#629048
(98,144,72)
#577E3F
(87,126,63)
#4C6C36
(76,108,54)
#415A2D
(65,90,45)
#364824
(54,72,36)
#2B361B
(43,54,27)
#202412
(32,36,18)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #83C663

#83C663
(131,198,99)
#8ECB71
(142,203,113)
#99D07F
(153,208,127)
#A4D58D
(164,213,141)
#AFDA9B
(175,218,155)
#BADFA9
(186,223,169)
#C5E4B7
(197,228,183)
#D0E9C5
(208,233,197)
#DBEED3
(219,238,211)
#E6F3E1
(230,243,225)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C663; }

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

This text font color is #83C663.

Background Color

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

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

This div background color is #83C663.

Border color

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

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

This div border color is #83C663.

Opacity

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

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

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

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

This text has shadow with #83C663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C663.

Preview

Color preview on black background

This text has color #83C663 on black background.


Color preview on white background

This text has color #83C663 on white background.


Black color preview on #83C663 background

This text has black color on #83C663 background.


White color preview on #83C663 background

This text has white color on #83C663 background.


Related colors

Complementary color

Complementary color for #hex is #7C399C.


I love getcolorcode.com

Triadic colors

1 #6383C6 and #C66383 with #83C663 are triadic colors.

2 #63C683 and #C68363 with #83C663 are triadic colors.