COLOR #827458

HEX: #827458
RGB: (130,116,88)

Color info

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

RGB color model

#827458 color RGB value is (130,116,88).

  • red value is 130;
  • green value is 116;
  • blue value is 88.
RGB:
(130,116,88)
(51%,45%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 88 of 255 = 35%

130
116
88

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 88 = 334 (100%)
R 130 of 334 ~ 38.92%
G 116 of 334 ~ 34.73%
B 88 of 334 ~ 26.35%

%38.92
%34.73
%26.35

CMYK color model

#827458 color CMYK value is (0,11,32,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(0,11,32,49)
C0M11Y32K49 
(0%,11%,32%,49%)
(0.00/0.11/0.32/0.49)	

CMYK percentages

%0
%10.77
%32.31
%49.02

Codes

Color #827458 in popluar color models

827458
RGB13011688
HSL40°19.27%42.75%
HSB/HSV40°32.31%50.98%
CMYK0.00%10.77%32.31%
49.02%

Color #827458 in popluar number systems.

HEX827458
Decimal13011688
Binary1000001011101001011000
Octal202164130

Shades and tints

Shades of #827458

#827458
(130,116,88)
#776A50
(119,106,80)
#6C6048
(108,96,72)
#615640
(97,86,64)
#564C38
(86,76,56)
#4B4230
(75,66,48)
#403828
(64,56,40)
#352E20
(53,46,32)
#2A2418
(42,36,24)
#1F1A10
(31,26,16)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #827458

#827458
(130,116,88)
#8D8067
(141,128,103)
#988C76
(152,140,118)
#A39885
(163,152,133)
#AEA494
(174,164,148)
#B9B0A3
(185,176,163)
#C4BCB2
(196,188,178)
#CFC8C1
(207,200,193)
#DAD4D0
(218,212,208)
#E5E0DF
(229,224,223)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827458 color. Also use rgb(130,116,88) instead hex code.

Text Font Color

.myTextColor { color: #827458; }

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

This text font color is #827458.


Background Color

.myBgColor { background-color: #827458; }

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

This div background color is #827458.


Border color

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

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

This div border color is #827458.


Opacity

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

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

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

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

This text has shadow with #827458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827458 on black background.


Color preview on white background

This text has color #827458 on white background.



Black color preview on #827458 background

This text has black color on #827458 background.


White color preview on #827458 background

This text has white color on #827458 background.