COLOR #8D9251

HEX: #8D9251
RGB: (141,146,81)

Color info

#8D9251 contains mainly red and green colors. Web safe color of #8D9251 is #999966 (or #996).

RGB color model

#8D9251 color RGB value is (141,146,81).

  • red value is 141;
  • green value is 146;
  • blue value is 81.
RGB:
(141,146,81)
(55%,57%,32%)

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 81 of 255 = 32%

141
146
81

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

Portions of RGB colors in percentages

R + G + B =
141 + 146 + 81 = 368 (100%)
R 141 of 368 ~ 38.32%
G 146 of 368 ~ 39.67%
B 81 of 368 ~ 22.01%

%38.32
%39.67
%22.01

CMYK color model

#8D9251 color CMYK value is (3,0,45,43).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 42.75%
CMYK:
(3,0,45,43)
C3M0Y45K43 
(3%,0%,45%,43%)
(0.03/0.00/0.45/0.43)	

CMYK percentages

%3.42
%0
%44.52
%42.75

Codes

Color #8D9251 in popluar color models

8D9251
RGB14114681
HSL65°28.63%44.51%
HSB/HSV65°44.52%57.25%
CMYK3.42%0.00%44.52%
42.75%

Color #8D9251 in popluar number systems.

HEX8D9251
Decimal14114681
Binary10001101100100101010001
Octal215222121

Shades and tints

Shades of #8D9251

#8D9251
(141,146,81)
#81854A
(129,133,74)
#757843
(117,120,67)
#696B3C
(105,107,60)
#5D5E35
(93,94,53)
#51512E
(81,81,46)
#454427
(69,68,39)
#393720
(57,55,32)
#2D2A19
(45,42,25)
#211D12
(33,29,18)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D9251

#8D9251
(141,146,81)
#979B60
(151,155,96)
#A1A46F
(161,164,111)
#ABAD7E
(171,173,126)
#B5B68D
(181,182,141)
#BFBF9C
(191,191,156)
#C9C8AB
(201,200,171)
#D3D1BA
(211,209,186)
#DDDAC9
(221,218,201)
#E7E3D8
(231,227,216)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9251 color. Also use rgb(141,146,81) instead hex code.

Text Font Color

.myTextColor { color: #8D9251; }

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

This text font color is #8D9251.


Background Color

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

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

This div background color is #8D9251.


Border color

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

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

This div border color is #8D9251.


Opacity

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

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

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

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

This text has shadow with #8D9251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9251 on black background.


Color preview on white background

This text has color #8D9251 on white background.



Black color preview on #8D9251 background

This text has black color on #8D9251 background.


White color preview on #8D9251 background

This text has white color on #8D9251 background.