COLOR #81826D

HEX: #81826D
RGB: (129,130,109)

Color info

#81826D contains red, green and blue colors in about the same proportion. Web safe color of #81826D is #999966 (or #996).

RGB color model

#81826D color RGB value is (129,130,109).

  • red value is 129;
  • green value is 130;
  • blue value is 109.
RGB:
(129,130,109)
(51%,51%,43%)

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 109 of 255 = 43%

129
130
109

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

Portions of RGB colors in percentages

R + G + B =
129 + 130 + 109 = 368 (100%)
R 129 of 368 ~ 35.05%
G 130 of 368 ~ 35.33%
B 109 of 368 ~ 29.62%

%35.05
%35.33
%29.62

CMYK color model

#81826D color CMYK value is (1,0,16,49).

  • cyan value is 0.77%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(1,0,16,49)
C1M0Y16K49 
(1%,0%,16%,49%)
(0.01/0.00/0.16/0.49)	

CMYK percentages

%0.77
%0
%16.15
%49.02

Codes

Color #81826D in popluar color models

81826D
RGB129130109
HSL63°8.79%46.86%
HSB/HSV63°16.15%50.98%
CMYK0.77%0.00%16.15%
49.02%

Color #81826D in popluar number systems.

HEX81826D
Decimal129130109
Binary10000001100000101101101
Octal201202155

Shades and tints

Shades of #81826D

#81826D
(129,130,109)
#767764
(118,119,100)
#6B6C5B
(107,108,91)
#606152
(96,97,82)
#555649
(85,86,73)
#4A4B40
(74,75,64)
#3F4037
(63,64,55)
#34352E
(52,53,46)
#292A25
(41,42,37)
#1E1F1C
(30,31,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #81826D

#81826D
(129,130,109)
#8C8D7A
(140,141,122)
#979887
(151,152,135)
#A2A394
(162,163,148)
#ADAEA1
(173,174,161)
#B8B9AE
(184,185,174)
#C3C4BB
(195,196,187)
#CECFC8
(206,207,200)
#D9DAD5
(217,218,213)
#E4E5E2
(228,229,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81826D color. Also use rgb(129,130,109) instead hex code.

Text Font Color

.myTextColor { color: #81826D; }

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

This text font color is #81826D.


Background Color

.myBgColor { background-color: #81826D; }

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

This div background color is #81826D.


Border color

.myBorderColor { border: 1px solid #81826D; }

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

This div border color is #81826D.


Opacity

.myOpacity80 { color: #81826D; opacity: 0.8; }

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

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

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

This text has shadow with #81826D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81826D on black background.


Color preview on white background

This text has color #81826D on white background.



Black color preview on #81826D background

This text has black color on #81826D background.


White color preview on #81826D background

This text has white color on #81826D background.