COLOR #816255

HEX: #816255
RGB: (129,98,85)

Color info

#816255 contains red, green and blue colors in about the same proportion. Web safe color of #816255 is #996666 (or #966).

RGB color model

#816255 color RGB value is (129,98,85).

  • red value is 129;
  • green value is 98;
  • blue value is 85.
RGB:
(129,98,85)
(51%,38%,33%)

RGB channels and saturation

R 129 of 255 = 51%
G 98 of 255 = 38%
B 85 of 255 = 33%

129
98
85

R + G + B ~ 41%. #816255 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 98 + 85 = 312 (100%)
R 129 of 312 ~ 41.35%
G 98 of 312 ~ 31.41%
B 85 of 312 ~ 27.24%

%41.35
%31.41
%27.24

CMYK color model

#816255 color CMYK value is (0,24,34,49).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 34.11%
  • key color value is 49.41%
CMYK:
(0,24,34,49)
C0M24Y34K49 
(0%,24%,34%,49%)
(0.00/0.24/0.34/0.49)	

CMYK percentages

%0
%24.03
%34.11
%49.41

Codes

Color #816255 in popluar color models

816255
RGB1299885
HSL18°20.56%41.96%
HSB/HSV18°34.11%50.59%
CMYK0.00%24.03%34.11%
49.41%

Color #816255 in popluar number systems.

HEX816255
Decimal1299885
Binary1000000111000101010101
Octal201142125

Shades and tints

Shades of #816255

#816255
(129,98,85)
#765A4E
(118,90,78)
#6B5247
(107,82,71)
#604A40
(96,74,64)
#554239
(85,66,57)
#4A3A32
(74,58,50)
#3F322B
(63,50,43)
#342A24
(52,42,36)
#29221D
(41,34,29)
#1E1A16
(30,26,22)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #816255

#816255
(129,98,85)
#8C7064
(140,112,100)
#977E73
(151,126,115)
#A28C82
(162,140,130)
#AD9A91
(173,154,145)
#B8A8A0
(184,168,160)
#C3B6AF
(195,182,175)
#CEC4BE
(206,196,190)
#D9D2CD
(217,210,205)
#E4E0DC
(228,224,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816255 color. Also use rgb(129,98,85) instead hex code.

Text Font Color

.myTextColor { color: #816255; }

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

This text font color is #816255.


Background Color

.myBgColor { background-color: #816255; }

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

This div background color is #816255.


Border color

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

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

This div border color is #816255.


Opacity

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

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

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

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

This text has shadow with #816255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816255 on black background.


Color preview on white background

This text has color #816255 on white background.



Black color preview on #816255 background

This text has black color on #816255 background.


White color preview on #816255 background

This text has white color on #816255 background.