COLOR #8DB653

HEX: #8DB653 RGB: (141,182,83)

Color info

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

RGB color model

#8DB653 color RGB value is (141,182,83).

RGB: (141,182,83) (55%, 71%, 33%)

RGB channels and saturation

R 141 of 255 = 55%
G 182 of 255 = 71%
B 83 of 255 = 33%

141
182
83

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

Portions of RGB colors in percentages

R + G + B = 141 + 182 + 83 = 406 (100%)
R 141 of 406 ~ 34.73%
G 182 of 406 ~ 44.83%
B 83 of 406 ~ 20.44'%

%34.73
%44.83
%20.44

CMYK color model

#8DB653 color CMYK value is (23,0,54,29).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 28.63%

CMYK: (23,0,54,29)
C23M0Y54K29 (23%, 0%, 54%, 29%)
(0.23 / 0.00 / 0.54 / 0.29)

CMYK percentages

%22.53
%0
%54.4
%28.63

Codes

Color #8DB653 in popluar color models

8D B6 53
RGB 141 182 83
HSL 85° 40.41% 51.96%
HSB/HSV 85° 54.40% 71.37%
CMYK 22.53% 0.00% 54.40%
28.63%

Color #8DB653 in popluar number systems.

HEX 8D B6 53
Decimal 141 182 83
Binary 10001101 10110110 1010011
Octal 215 266 123

Shades and tints

Shades of #8DB653

#8DB653
(141,182,83)
#81A64C
(129,166,76)
#759645
(117,150,69)
#69863E
(105,134,62)
#5D7637
(93,118,55)
#516630
(81,102,48)
#455629
(69,86,41)
#394622
(57,70,34)
#2D361B
(45,54,27)
#212614
(33,38,20)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #8DB653

#8DB653
(141,182,83)
#97BC62
(151,188,98)
#A1C271
(161,194,113)
#ABC880
(171,200,128)
#B5CE8F
(181,206,143)
#BFD49E
(191,212,158)
#C9DAAD
(201,218,173)
#D3E0BC
(211,224,188)
#DDE6CB
(221,230,203)
#E7ECDA
(231,236,218)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB653; }

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

This text font color is #8DB653.

Background Color

.myBgColor { background-color: #8DB653; }

<div style="background-color:#8DB653">Inner text</div>

This div background color is #8DB653.

Border color

.myBorderColor { border: 1px solid #8DB653; }

<div style="border:3px solid #8DB653">Div</div>

This div border color is #8DB653.

Opacity

.myOpacity80 { color: #8DB653; opacity: 0.8; }

<p style="color:#8DB653;opacity:0.8;">80%</p>

Text with #8DB653 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 #8DB653;}

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

This text has shadow with #8DB653 color.


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

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

This text has shadow with #8DB653 primary color and red secondary color.


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

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

This text has shadow with #8DB653 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8DB653.

Preview

Color preview on black background

This text has color #8DB653 on black background.


Color preview on white background

This text has color #8DB653 on white background.


Black color preview on #8DB653 background

This text has black color on #8DB653 background.


White color preview on #8DB653 background

This text has white color on #8DB653 background.


Related colors

Complementary color

Complementary color for #hex is #7249AC.


I love getcolorcode.com

Triadic colors

1 #538DB6 and #B6538D with #8DB653 are triadic colors.

2 #53B68D and #B68D53 with #8DB653 are triadic colors.