COLOR #817E25

HEX: #817E25
RGB: (129,126,37)

Color info

#817E25 contains mainly red and green colors. Web safe color of #817E25 is #996633 (or #963).

RGB color model

#817E25 color RGB value is (129,126,37).

  • red value is 129;
  • green value is 126;
  • blue value is 37.
RGB:
(129,126,37)
(51%,49%,15%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 37 of 255 = 15%

129
126
37

R + G + B ~ 38%. #817E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 37 = 292 (100%)
R 129 of 292 ~ 44.18%
G 126 of 292 ~ 43.15%
B 37 of 292 ~ 12.67%

%44.18
%43.15
%12.67

CMYK color model

#817E25 color CMYK value is (0,2,71,49).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 71.32%
  • key color value is 49.41%
CMYK:
(0,2,71,49)
C0M2Y71K49 
(0%,2%,71%,49%)
(0.00/0.02/0.71/0.49)	

CMYK percentages

%0
%2.33
%71.32
%49.41

Codes

Color #817E25 in popluar color models

817E25
RGB12912637
HSL58°55.42%32.55%
HSB/HSV58°71.32%50.59%
CMYK0.00%2.33%71.32%
49.41%

Color #817E25 in popluar number systems.

HEX817E25
Decimal12912637
Binary100000011111110100101
Octal20117645

Shades and tints

Shades of #817E25

#817E25
(129,126,37)
#767322
(118,115,34)
#6B681F
(107,104,31)
#605D1C
(96,93,28)
#555219
(85,82,25)
#4A4716
(74,71,22)
#3F3C13
(63,60,19)
#343110
(52,49,16)
#29260D
(41,38,13)
#1E1B0A
(30,27,10)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #817E25

#817E25
(129,126,37)
#8C8938
(140,137,56)
#97944B
(151,148,75)
#A29F5E
(162,159,94)
#ADAA71
(173,170,113)
#B8B584
(184,181,132)
#C3C097
(195,192,151)
#CECBAA
(206,203,170)
#D9D6BD
(217,214,189)
#E4E1D0
(228,225,208)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817E25 color. Also use rgb(129,126,37) instead hex code.

Text Font Color

.myTextColor { color: #817E25; }

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

This text font color is #817E25.


Background Color

.myBgColor { background-color: #817E25; }

<div style="background-color:#817E25">Inner text</div>

This div background color is #817E25.


Border color

.myBorderColor { border: 1px solid #817E25; }

<div style="border:3px solid #817E25">Div</div>

This div border color is #817E25.


Opacity

.myOpacity80 { color: #817E25; opacity: 0.8; }

<p style="color:#817E25;opacity:0.8;">80%</p>

Text with #817E25 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 #817E25;}

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

This text has shadow with #817E25 color.

.textShadow {text-shadow: 3px 3px 1px #817E25, 3px 3px 1px red;}

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

This text has shadow with #817E25 primary color and red secondary color.


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

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

This text has shadow with #817E25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E25 on black background.


Color preview on white background

This text has color #817E25 on white background.



Black color preview on #817E25 background

This text has black color on #817E25 background.


White color preview on #817E25 background

This text has white color on #817E25 background.