COLOR #827258

HEX: #827258
RGB: (130,114,88)

Color info

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

RGB color model

#827258 color RGB value is (130,114,88).

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

RGB channels and saturation

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

130
114
88

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 88 = 332 (100%)
R 130 of 332 ~ 39.16%
G 114 of 332 ~ 34.34%
B 88 of 332 ~ 26.51%

%39.16
%34.34
%26.51

CMYK color model

#827258 color CMYK value is (0,12,32,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(0,12,32,49)
C0M12Y32K49 
(0%,12%,32%,49%)
(0.00/0.12/0.32/0.49)	

CMYK percentages

%0
%12.31
%32.31
%49.02

Codes

Color #827258 in popluar color models

827258
RGB13011488
HSL37°19.27%42.75%
HSB/HSV37°32.31%50.98%
CMYK0.00%12.31%32.31%
49.02%

Color #827258 in popluar number systems.

HEX827258
Decimal13011488
Binary1000001011100101011000
Octal202162130

Shades and tints

Shades of #827258

#827258
(130,114,88)
#776850
(119,104,80)
#6C5E48
(108,94,72)
#615440
(97,84,64)
#564A38
(86,74,56)
#4B4030
(75,64,48)
#403628
(64,54,40)
#352C20
(53,44,32)
#2A2218
(42,34,24)
#1F1810
(31,24,16)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #827258

#827258
(130,114,88)
#8D7E67
(141,126,103)
#988A76
(152,138,118)
#A39685
(163,150,133)
#AEA294
(174,162,148)
#B9AEA3
(185,174,163)
#C4BAB2
(196,186,178)
#CFC6C1
(207,198,193)
#DAD2D0
(218,210,208)
#E5DEDF
(229,222,223)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827258; }

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

This text font color is #827258.


Background Color

.myBgColor { background-color: #827258; }

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

This div background color is #827258.


Border color

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

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

This div border color is #827258.


Opacity

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

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

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

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

This text has shadow with #827258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827258 on black background.


Color preview on white background

This text has color #827258 on white background.



Black color preview on #827258 background

This text has black color on #827258 background.


White color preview on #827258 background

This text has white color on #827258 background.