COLOR #816730

HEX: #816730
RGB: (129,103,48)

Color info

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

RGB color model

#816730 color RGB value is (129,103,48).

  • red value is 129;
  • green value is 103;
  • blue value is 48.
RGB: (129,103,48) (51%,40%,19%)

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 48 of 255 = 19%

129
103
48

R + G + B ~ 37%. #816730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 48 = 280 (100%)
R 129 of 280 ~ 46.07%
G 103 of 280 ~ 36.79%
B 48 of 280 ~ 17.14%

%46.07
%36.79
%17.14

CMYK color model

#816730 color CMYK value is (0,20,63,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK: (0,20,63,49) C0M20Y63K49 (0%,20%,63%,49%) (0.00/0.20/0.63/0.49)

CMYK percentages

%0
%20.16
%62.79
%49.41

Codes

Color #816730 in popluar color models

816730
RGB12910348
HSL41°45.76%34.71%
HSB/HSV41°62.79%50.59%
CMYK0.00%20.16%62.79%
49.41%

Color #816730 in popluar number systems.

HEX816730
Decimal12910348
Binary100000011100111110000
Octal20114760

Shades and tints

Shades of #816730

#816730
(129,103,48)
#765E2C
(118,94,44)
#6B5528
(107,85,40)
#604C24
(96,76,36)
#554320
(85,67,32)
#4A3A1C
(74,58,28)
#3F3118
(63,49,24)
#342814
(52,40,20)
#291F10
(41,31,16)
#1E160C
(30,22,12)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #816730

#816730
(129,103,48)
#8C7442
(140,116,66)
#978154
(151,129,84)
#A28E66
(162,142,102)
#AD9B78
(173,155,120)
#B8A88A
(184,168,138)
#C3B59C
(195,181,156)
#CEC2AE
(206,194,174)
#D9CFC0
(217,207,192)
#E4DCD2
(228,220,210)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816730 color. Also use rgb(129,103,48) instead hex code.

Text Font Color

.myTextColor { color: #816730; }

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

This text font color is #816730.


Background Color

.myBgColor { background-color: #816730; }

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

This div background color is #816730.


Border color

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

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

This div border color is #816730.


Opacity

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

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

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

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

This text has shadow with #816730 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #816730 on black background.


Color preview on white background

This text has color #816730 on white background.



Black color preview on #816730 background

This text has black color on #816730 background.


White color preview on #816730 background

This text has white color on #816730 background.