COLOR #80675B

HEX: #80675B
RGB: (128,103,91)

Color info

#80675B contains red, green and blue colors in about the same proportion. Web safe color of #80675B is #666666 (or #666).

RGB color model

#80675B color RGB value is (128,103,91).

  • red value is 128;
  • green value is 103;
  • blue value is 91.
RGB:
(128,103,91)
(50%,40%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 91 of 255 = 36%

128
103
91

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

Portions of RGB colors in percentages

R + G + B =
128 + 103 + 91 = 322 (100%)
R 128 of 322 ~ 39.75%
G 103 of 322 ~ 31.99%
B 91 of 322 ~ 28.26%

%39.75
%31.99
%28.26

CMYK color model

#80675B color CMYK value is (0,20,29,50).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(0,20,29,50)
C0M20Y29K50 
(0%,20%,29%,50%)
(0.00/0.20/0.29/0.50)	

CMYK percentages

%0
%19.53
%28.91
%49.8

Codes

Color #80675B in popluar color models

80675B
RGB12810391
HSL19°16.89%42.94%
HSB/HSV19°28.91%50.20%
CMYK0.00%19.53%28.91%
49.80%

Color #80675B in popluar number systems.

HEX80675B
Decimal12810391
Binary1000000011001111011011
Octal200147133

Shades and tints

Shades of #80675B

#80675B
(128,103,91)
#755E53
(117,94,83)
#6A554B
(106,85,75)
#5F4C43
(95,76,67)
#54433B
(84,67,59)
#493A33
(73,58,51)
#3E312B
(62,49,43)
#332823
(51,40,35)
#281F1B
(40,31,27)
#1D1613
(29,22,19)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #80675B

#80675B
(128,103,91)
#8B7469
(139,116,105)
#968177
(150,129,119)
#A18E85
(161,142,133)
#AC9B93
(172,155,147)
#B7A8A1
(183,168,161)
#C2B5AF
(194,181,175)
#CDC2BD
(205,194,189)
#D8CFCB
(216,207,203)
#E3DCD9
(227,220,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80675B color. Also use rgb(128,103,91) instead hex code.

Text Font Color

.myTextColor { color: #80675B; }

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

This text font color is #80675B.


Background Color

.myBgColor { background-color: #80675B; }

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

This div background color is #80675B.


Border color

.myBorderColor { border: 1px solid #80675B; }

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

This div border color is #80675B.


Opacity

.myOpacity80 { color: #80675B; opacity: 0.8; }

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

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

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

This text has shadow with #80675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80675B on black background.


Color preview on white background

This text has color #80675B on white background.



Black color preview on #80675B background

This text has black color on #80675B background.


White color preview on #80675B background

This text has white color on #80675B background.