COLOR #817507

HEX: #817507
RGB: (129,117,7)

Color info

#817507 contains mainly red and green colors. Web safe color of #817507 is #996600 (or #960).

RGB color model

#817507 color RGB value is (129,117,7).

  • red value is 129;
  • green value is 117;
  • blue value is 7.
RGB:
(129,117,7)
(51%,46%,3%)

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 7 of 255 = 3%

129
117
7

R + G + B ~ 33%. #817507 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 7 = 253 (100%)
R 129 of 253 ~ 50.99%
G 117 of 253 ~ 46.25%
B 7 of 253 ~ 2.77%

%50.99
%46.25

CMYK color model

#817507 color CMYK value is (0,9,95,49).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 94.57%
  • key color value is 49.41%
CMYK:
(0,9,95,49)
C0M9Y95K49 
(0%,9%,95%,49%)
(0.00/0.09/0.95/0.49)	

CMYK percentages

%0
%9.3
%94.57
%49.41

Codes

Color #817507 in popluar color models

817507
RGB1291177
HSL54°89.71%26.67%
HSB/HSV54°94.57%50.59%
CMYK0.00%9.30%94.57%
49.41%

Color #817507 in popluar number systems.

HEX817507
Decimal1291177
Binary100000011110101111
Octal2011657

Shades and tints

Shades of #817507

#817507
(129,117,7)
#766B07
(118,107,7)
#6B6107
(107,97,7)
#605707
(96,87,7)
#554D07
(85,77,7)
#4A4307
(74,67,7)
#3F3907
(63,57,7)
#342F07
(52,47,7)
#292507
(41,37,7)
#1E1B07
(30,27,7)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #817507

#817507
(129,117,7)
#8C811D
(140,129,29)
#978D33
(151,141,51)
#A29949
(162,153,73)
#ADA55F
(173,165,95)
#B8B175
(184,177,117)
#C3BD8B
(195,189,139)
#CEC9A1
(206,201,161)
#D9D5B7
(217,213,183)
#E4E1CD
(228,225,205)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817507 color. Also use rgb(129,117,7) instead hex code.

Text Font Color

.myTextColor { color: #817507; }

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

This text font color is #817507.


Background Color

.myBgColor { background-color: #817507; }

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

This div background color is #817507.


Border color

.myBorderColor { border: 1px solid #817507; }

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

This div border color is #817507.


Opacity

.myOpacity80 { color: #817507; opacity: 0.8; }

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

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

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

This text has shadow with #817507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817507 on black background.


Color preview on white background

This text has color #817507 on white background.



Black color preview on #817507 background

This text has black color on #817507 background.


White color preview on #817507 background

This text has white color on #817507 background.