COLOR #807058

HEX: #807058 RGB: (128,112,88)

Color info

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

RGB color model

#807058 color RGB value is (128,112,88).

RGB: (128,112,88) (50%, 44%, 35%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 88 of 255 = 35%

128
112
88

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

Portions of RGB colors in percentages

R + G + B = 128 + 112 + 88 = 328 (100%)
R 128 of 328 ~ 39.02%
G 112 of 328 ~ 34.15%
B 88 of 328 ~ 26.83'%

%39.02
%34.15
%26.83

CMYK color model

#807058 color CMYK value is (0,13,31,50).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 31.25%
  • key color value is 49.80%

CMYK: (0,13,31,50)
C0M13Y31K50 (0%, 13%, 31%, 50%)
(0.00 / 0.13 / 0.31 / 0.50)

CMYK percentages

%0
%12.5
%31.25
%49.8

Codes

Color #807058 in popluar color models

80 70 58
RGB 128 112 88
HSL 36° 18.52% 42.35%
HSB/HSV 36° 31.25% 50.20%
CMYK 0.00% 12.50% 31.25%
49.80%

Color #807058 in popluar number systems.

HEX 80 70 58
Decimal 128 112 88
Binary 10000000 1110000 1011000
Octal 200 160 130

Shades and tints

Shades of #807058

#807058
(128,112,88)
#756650
(117,102,80)
#6A5C48
(106,92,72)
#5F5240
(95,82,64)
#544838
(84,72,56)
#493E30
(73,62,48)
#3E3428
(62,52,40)
#332A20
(51,42,32)
#282018
(40,32,24)
#1D1610
(29,22,16)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #807058

#807058
(128,112,88)
#8B7D67
(139,125,103)
#968A76
(150,138,118)
#A19785
(161,151,133)
#ACA494
(172,164,148)
#B7B1A3
(183,177,163)
#C2BEB2
(194,190,178)
#CDCBC1
(205,203,193)
#D8D8D0
(216,216,208)
#E3E5DF
(227,229,223)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807058 color. Also use rgb(128,112,88) instead hex code.

Text Font Color

.myTextColor { color: #807058; }

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

This text font color is #807058.

Background Color

.myBgColor { background-color: #807058; }

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

This div background color is #807058.

Border color

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

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

This div border color is #807058.

Opacity

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

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

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

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

This text has shadow with #807058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807058.

Preview

Color preview on black background

This text has color #807058 on black background.


Color preview on white background

This text has color #807058 on white background.


Black color preview on #807058 background

This text has black color on #807058 background.


White color preview on #807058 background

This text has white color on #807058 background.


Related colors

Complementary color

Complementary color for #hex is #7F8FA7.


I love getcolorcode.com

Triadic colors

1 #588070 and #705880 with #807058 are triadic colors.

2 #587080 and #708058 with #807058 are triadic colors.