COLOR #8DB453

HEX: #8DB453 RGB: (141,180,83)

Color info

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

RGB color model

#8DB453 color RGB value is (141,180,83).

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

RGB channels and saturation

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

141
180
83

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

Portions of RGB colors in percentages

R + G + B = 141 + 180 + 83 = 404 (100%)
R 141 of 404 ~ 34.9%
G 180 of 404 ~ 44.55%
B 83 of 404 ~ 20.54'%

%34.9
%44.55
%20.54

CMYK color model

#8DB453 color CMYK value is (22,0,54,29).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 53.89%
  • key color value is 29.41%
CMYK: (22,0,54,29) C22M0Y54K29 (22%,0%,54%,29%) (0.22/0.00/0.54/0.29) 

CMYK percentages

%21.67
%0
%53.89
%29.41

Codes

Color #8DB453 in popluar color models

8D B4 53
RGB 141 180 83
HSL 84° 39.27% 51.57%
HSB/HSV 84° 53.89% 70.59%
CMYK 21.67% 0.00% 53.89%
29.41%

Color #8DB453 in popluar number systems.

HEX 8D B4 53
Decimal 141 180 83
Binary 10001101 10110100 1010011
Octal 215 264 123

Shades and tints

Shades of #8DB453

#8DB453
(141,180,83)
#81A44C
(129,164,76)
#759445
(117,148,69)
#69843E
(105,132,62)
#5D7437
(93,116,55)
#516430
(81,100,48)
#455429
(69,84,41)
#394422
(57,68,34)
#2D341B
(45,52,27)
#212414
(33,36,20)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #8DB453

#8DB453
(141,180,83)
#97BA62
(151,186,98)
#A1C071
(161,192,113)
#ABC680
(171,198,128)
#B5CC8F
(181,204,143)
#BFD29E
(191,210,158)
#C9D8AD
(201,216,173)
#D3DEBC
(211,222,188)
#DDE4CB
(221,228,203)
#E7EADA
(231,234,218)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB453; }

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

This text font color is #8DB453.

Background Color

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

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

This div background color is #8DB453.

Border color

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

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

This div border color is #8DB453.

Opacity

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

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

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

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

This text has shadow with #8DB453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB453.

Preview

Color preview on black background

This text has color #8DB453 on black background.


Color preview on white background

This text has color #8DB453 on white background.


Black color preview on #8DB453 background

This text has black color on #8DB453 background.


White color preview on #8DB453 background

This text has white color on #8DB453 background.


Related colors

Complementary color

Complementary color for #hex is #724BAC.


I love getcolorcode.com

Triadic colors

1 #538DB4 and #B4538D with #8DB453 are triadic colors.

2 #53B48D and #B48D53 with #8DB453 are triadic colors.