COLOR #80613F

HEX: #80613F
RGB: (128,97,63)

Color info

#80613F contains mainly red and green colors. Web safe color of #80613F is #666633 (or #663).

RGB color model

#80613F color RGB value is (128,97,63).

  • red value is 128;
  • green value is 97;
  • blue value is 63.
RGB:
(128,97,63)
(50%,38%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 97 of 255 = 38%
B 63 of 255 = 25%

128
97
63

R + G + B ~ 38%. #80613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 97 + 63 = 288 (100%)
R 128 of 288 ~ 44.44%
G 97 of 288 ~ 33.68%
B 63 of 288 ~ 21.88%

%44.44
%33.68
%21.88

CMYK color model

#80613F color CMYK value is (0,24,51,50).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 50.78%
  • key color value is 49.80%
CMYK:
(0,24,51,50)
C0M24Y51K50 
(0%,24%,51%,50%)
(0.00/0.24/0.51/0.50)	

CMYK percentages

%0
%24.22
%50.78
%49.8

Codes

Color #80613F in popluar color models

80613F
RGB1289763
HSL31°34.03%37.45%
HSB/HSV31°50.78%50.20%
CMYK0.00%24.22%50.78%
49.80%

Color #80613F in popluar number systems.

HEX80613F
Decimal1289763
Binary100000001100001111111
Octal20014177

Shades and tints

Shades of #80613F

#80613F
(128,97,63)
#75593A
(117,89,58)
#6A5135
(106,81,53)
#5F4930
(95,73,48)
#54412B
(84,65,43)
#493926
(73,57,38)
#3E3121
(62,49,33)
#33291C
(51,41,28)
#282117
(40,33,23)
#1D1912
(29,25,18)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #80613F

#80613F
(128,97,63)
#8B6F50
(139,111,80)
#967D61
(150,125,97)
#A18B72
(161,139,114)
#AC9983
(172,153,131)
#B7A794
(183,167,148)
#C2B5A5
(194,181,165)
#CDC3B6
(205,195,182)
#D8D1C7
(216,209,199)
#E3DFD8
(227,223,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80613F color. Also use rgb(128,97,63) instead hex code.

Text Font Color

.myTextColor { color: #80613F; }

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

This text font color is #80613F.


Background Color

.myBgColor { background-color: #80613F; }

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

This div background color is #80613F.


Border color

.myBorderColor { border: 1px solid #80613F; }

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

This div border color is #80613F.


Opacity

.myOpacity80 { color: #80613F; opacity: 0.8; }

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

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

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

This text has shadow with #80613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80613F on black background.


Color preview on white background

This text has color #80613F on white background.



Black color preview on #80613F background

This text has black color on #80613F background.


White color preview on #80613F background

This text has white color on #80613F background.