COLOR #83B543

HEX: #83B543 RGB: (131,181,67)

Color info

#83B543 contains mainly red and green colors. Web safe color of #83B543 is #99CC33 (or #9C3).

RGB color model

#83B543 color RGB value is (131,181,67).

RGB: (131,181,67) (51%, 71%, 26%)

RGB channels and saturation

R 131 of 255 = 51%
G 181 of 255 = 71%
B 67 of 255 = 26%

131
181
67

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

Portions of RGB colors in percentages

R + G + B = 131 + 181 + 67 = 379 (100%)
R 131 of 379 ~ 34.56%
G 181 of 379 ~ 47.76%
B 67 of 379 ~ 17.68'%

%34.56
%47.76
%17.68

CMYK color model

#83B543 color CMYK value is (28,0,63,29).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 62.98%
  • key color value is 29.02%

CMYK: (28,0,63,29)
C28M0Y63K29 (28%, 0%, 63%, 29%)
(0.28 / 0.00 / 0.63 / 0.29)

CMYK percentages

%27.62
%0
%62.98
%29.02

Codes

Color #83B543 in popluar color models

83 B5 43
RGB 131 181 67
HSL 86° 45.97% 48.63%
HSB/HSV 86° 62.98% 70.98%
CMYK 27.62% 0.00% 62.98%
29.02%

Color #83B543 in popluar number systems.

HEX 83 B5 43
Decimal 131 181 67
Binary 10000011 10110101 1000011
Octal 203 265 103

Shades and tints

Shades of #83B543

#83B543
(131,181,67)
#78A53D
(120,165,61)
#6D9537
(109,149,55)
#628531
(98,133,49)
#57752B
(87,117,43)
#4C6525
(76,101,37)
#41551F
(65,85,31)
#364519
(54,69,25)
#2B3513
(43,53,19)
#20250D
(32,37,13)
#151507
(21,21,7)
#000000
(0,0,0)

Tints of #83B543

#83B543
(131,181,67)
#8EBB54
(142,187,84)
#99C165
(153,193,101)
#A4C776
(164,199,118)
#AFCD87
(175,205,135)
#BAD398
(186,211,152)
#C5D9A9
(197,217,169)
#D0DFBA
(208,223,186)
#DBE5CB
(219,229,203)
#E6EBDC
(230,235,220)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B543 color. Also use rgb(131,181,67) instead hex code.

Text Font Color

.myTextColor { color: #83B543; }

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

This text font color is #83B543.

Background Color

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

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

This div background color is #83B543.

Border color

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

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

This div border color is #83B543.

Opacity

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

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

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

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

This text has shadow with #83B543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B543.

Preview

Color preview on black background

This text has color #83B543 on black background.


Color preview on white background

This text has color #83B543 on white background.


Black color preview on #83B543 background

This text has black color on #83B543 background.


White color preview on #83B543 background

This text has white color on #83B543 background.


Related colors

Complementary color

Complementary color for #hex is #7C4ABC.


I love getcolorcode.com

Triadic colors

1 #4383B5 and #B54383 with #83B543 are triadic colors.

2 #43B583 and #B58343 with #83B543 are triadic colors.