COLOR #817369

HEX: #817369
RGB: (129,115,105)

Color info

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

RGB color model

#817369 color RGB value is (129,115,105).

  • red value is 129;
  • green value is 115;
  • blue value is 105.
RGB:
(129,115,105)
(51%,45%,41%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 105 of 255 = 41%

129
115
105

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 105 = 349 (100%)
R 129 of 349 ~ 36.96%
G 115 of 349 ~ 32.95%
B 105 of 349 ~ 30.09%

%36.96
%32.95
%30.09

CMYK color model

#817369 color CMYK value is (0,11,19,49).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(0,11,19,49)
C0M11Y19K49 
(0%,11%,19%,49%)
(0.00/0.11/0.19/0.49)	

CMYK percentages

%0
%10.85
%18.6
%49.41

Codes

Color #817369 in popluar color models

817369
RGB129115105
HSL25°10.26%45.88%
HSB/HSV25°18.60%50.59%
CMYK0.00%10.85%18.60%
49.41%

Color #817369 in popluar number systems.

HEX817369
Decimal129115105
Binary1000000111100111101001
Octal201163151

Shades and tints

Shades of #817369

#817369
(129,115,105)
#766960
(118,105,96)
#6B5F57
(107,95,87)
#60554E
(96,85,78)
#554B45
(85,75,69)
#4A413C
(74,65,60)
#3F3733
(63,55,51)
#342D2A
(52,45,42)
#292321
(41,35,33)
#1E1918
(30,25,24)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #817369

#817369
(129,115,105)
#8C7F76
(140,127,118)
#978B83
(151,139,131)
#A29790
(162,151,144)
#ADA39D
(173,163,157)
#B8AFAA
(184,175,170)
#C3BBB7
(195,187,183)
#CEC7C4
(206,199,196)
#D9D3D1
(217,211,209)
#E4DFDE
(228,223,222)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817369; }

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

This text font color is #817369.


Background Color

.myBgColor { background-color: #817369; }

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

This div background color is #817369.


Border color

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

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

This div border color is #817369.


Opacity

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

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

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

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

This text has shadow with #817369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817369 on black background.


Color preview on white background

This text has color #817369 on white background.



Black color preview on #817369 background

This text has black color on #817369 background.


White color preview on #817369 background

This text has white color on #817369 background.