COLOR #8DB134

HEX: #8DB134
RGB: (141,177,52)

Color info

#8DB134 contains mainly red and green colors. Web safe color of #8DB134 is #999933 (or #993).

RGB color model

#8DB134 color RGB value is (141,177,52).

  • red value is 141;
  • green value is 177;
  • blue value is 52.
RGB:
(141,177,52)
(55%,69%,20%)

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 52 of 255 = 20%

141
177
52

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

Portions of RGB colors in percentages

R + G + B =
141 + 177 + 52 = 370 (100%)
R 141 of 370 ~ 38.11%
G 177 of 370 ~ 47.84%
B 52 of 370 ~ 14.05%

%38.11
%47.84
%14.05

CMYK color model

#8DB134 color CMYK value is (20,0,71,31).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(20,0,71,31)
C20M0Y71K31 
(20%,0%,71%,31%)
(0.20/0.00/0.71/0.31)	

CMYK percentages

%20.34
%0
%70.62
%30.59

Codes

Color #8DB134 in popluar color models

8DB134
RGB14117752
HSL77°54.59%44.90%
HSB/HSV77°70.62%69.41%
CMYK20.34%0.00%70.62%
30.59%

Color #8DB134 in popluar number systems.

HEX8DB134
Decimal14117752
Binary1000110110110001110100
Octal21526164

Shades and tints

Shades of #8DB134

#8DB134
(141,177,52)
#81A130
(129,161,48)
#75912C
(117,145,44)
#698128
(105,129,40)
#5D7124
(93,113,36)
#516120
(81,97,32)
#45511C
(69,81,28)
#394118
(57,65,24)
#2D3114
(45,49,20)
#212110
(33,33,16)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8DB134

#8DB134
(141,177,52)
#97B846
(151,184,70)
#A1BF58
(161,191,88)
#ABC66A
(171,198,106)
#B5CD7C
(181,205,124)
#BFD48E
(191,212,142)
#C9DBA0
(201,219,160)
#D3E2B2
(211,226,178)
#DDE9C4
(221,233,196)
#E7F0D6
(231,240,214)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB134 color. Also use rgb(141,177,52) instead hex code.

Text Font Color

.myTextColor { color: #8DB134; }

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

This text font color is #8DB134.


Background Color

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

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

This div background color is #8DB134.


Border color

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

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

This div border color is #8DB134.


Opacity

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

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

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

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

This text has shadow with #8DB134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB134 on black background.


Color preview on white background

This text has color #8DB134 on white background.



Black color preview on #8DB134 background

This text has black color on #8DB134 background.


White color preview on #8DB134 background

This text has white color on #8DB134 background.