COLOR #817300

HEX: #817300 RGB: (129,115,0)

Color info

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

RGB color model

#817300 color RGB value is (129,115,0).

RGB: (129,115,0) (51%, 45%, 0%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 0 of 255 = 0%

129
115
0

R + G + B ~ 32%. #817300 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 129 + 115 + 0 = 244 (100%)
R 129 of 244 ~ 52.87%
G 115 of 244 ~ 47.13%
B 0 of 244 ~ 0'%

%52.87
%47.13

CMYK color model

#817300 color CMYK value is (0,11,100,49).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 100.00%
  • key color value is 49.41%
CMYK: (0,11,100,49) C0M11Y100K49 (0%,11%,100%,49%) (0.00/0.11/1.00/0.49) 

CMYK percentages

%0
%10.85
%100
%49.41

Codes

Color #817300 in popluar color models

81 73 00
RGB 129 115 0
HSL 53° 100.00% 25.29%
HSB/HSV 53° 100.00% 50.59%
CMYK 0.00% 10.85% 100.00%
49.41%

Color #817300 in popluar number systems.

HEX 81 73 00
Decimal 129 115 0
Binary 10000001 1110011 0
Octal 201 163 0

Shades and tints

Shades of #817300

#817300
(129,115,0)
#766900
(118,105,0)
#6B5F00
(107,95,0)
#605500
(96,85,0)
#554B00
(85,75,0)
#4A4100
(74,65,0)
#3F3700
(63,55,0)
#342D00
(52,45,0)
#292300
(41,35,0)
#1E1900
(30,25,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #817300

#817300
(129,115,0)
#8C7F17
(140,127,23)
#978B2E
(151,139,46)
#A29745
(162,151,69)
#ADA35C
(173,163,92)
#B8AF73
(184,175,115)
#C3BB8A
(195,187,138)
#CEC7A1
(206,199,161)
#D9D3B8
(217,211,184)
#E4DFCF
(228,223,207)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817300 color. Also use rgb(129,115,0) instead hex code.

Text Font Color

.myTextColor { color: #817300; }

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

This text font color is #817300.

Background Color

.myBgColor { background-color: #817300; }

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

This div background color is #817300.

Border color

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

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

This div border color is #817300.

Opacity

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

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

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

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

This text has shadow with #817300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817300.

Preview

Color preview on black background

This text has color #817300 on black background.


Color preview on white background

This text has color #817300 on white background.


Black color preview on #817300 background

This text has black color on #817300 background.


White color preview on #817300 background

This text has white color on #817300 background.


Related colors

Complementary color

Complementary color for #hex is #7E8CFF.


I love getcolorcode.com

Triadic colors

1 #008173 and #730081 with #817300 are triadic colors.

2 #007381 and #738100 with #817300 are triadic colors.