COLOR #807258

HEX: #807258
RGB: (128,114,88)

Color info

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

RGB color model

#807258 color RGB value is (128,114,88).

  • red value is 128;
  • green value is 114;
  • blue value is 88.
RGB:
(128,114,88)
(50%,45%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 88 of 255 = 35%

128
114
88

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 88 = 330 (100%)
R 128 of 330 ~ 38.79%
G 114 of 330 ~ 34.55%
B 88 of 330 ~ 26.67%

%38.79
%34.55
%26.67

CMYK color model

#807258 color CMYK value is (0,11,31,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(0,11,31,50)
C0M11Y31K50 
(0%,11%,31%,50%)
(0.00/0.11/0.31/0.50)	

CMYK percentages

%0
%10.94
%31.25
%49.8

Codes

Color #807258 in popluar color models

807258
RGB12811488
HSL39°18.52%42.35%
HSB/HSV39°31.25%50.20%
CMYK0.00%10.94%31.25%
49.80%

Color #807258 in popluar number systems.

HEX807258
Decimal12811488
Binary1000000011100101011000
Octal200162130

Shades and tints

Shades of #807258

#807258
(128,114,88)
#756850
(117,104,80)
#6A5E48
(106,94,72)
#5F5440
(95,84,64)
#544A38
(84,74,56)
#494030
(73,64,48)
#3E3628
(62,54,40)
#332C20
(51,44,32)
#282218
(40,34,24)
#1D1810
(29,24,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #807258

#807258
(128,114,88)
#8B7E67
(139,126,103)
#968A76
(150,138,118)
#A19685
(161,150,133)
#ACA294
(172,162,148)
#B7AEA3
(183,174,163)
#C2BAB2
(194,186,178)
#CDC6C1
(205,198,193)
#D8D2D0
(216,210,208)
#E3DEDF
(227,222,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807258; }

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

This text font color is #807258.


Background Color

.myBgColor { background-color: #807258; }

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

This div background color is #807258.


Border color

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

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

This div border color is #807258.


Opacity

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

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

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

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

This text has shadow with #807258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807258 on black background.


Color preview on white background

This text has color #807258 on white background.



Black color preview on #807258 background

This text has black color on #807258 background.


White color preview on #807258 background

This text has white color on #807258 background.