COLOR #827B58

HEX: #827B58
RGB: (130,123,88)

Color info

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

RGB color model

#827B58 color RGB value is (130,123,88).

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

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 88 of 255 = 35%

130
123
88

R + G + B ~ 45%. #827B58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 88 = 341 (100%)
R 130 of 341 ~ 38.12%
G 123 of 341 ~ 36.07%
B 88 of 341 ~ 25.81%

%38.12
%36.07
%25.81

CMYK color model

#827B58 color CMYK value is (0,5,32,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(0,5,32,49)
C0M5Y32K49 
(0%,5%,32%,49%)
(0.00/0.05/0.32/0.49)	

CMYK percentages

%0
%5.38
%32.31
%49.02

Codes

Color #827B58 in popluar color models

827B58
RGB13012388
HSL50°19.27%42.75%
HSB/HSV50°32.31%50.98%
CMYK0.00%5.38%32.31%
49.02%

Color #827B58 in popluar number systems.

HEX827B58
Decimal13012388
Binary1000001011110111011000
Octal202173130

Shades and tints

Shades of #827B58

#827B58
(130,123,88)
#777050
(119,112,80)
#6C6548
(108,101,72)
#615A40
(97,90,64)
#564F38
(86,79,56)
#4B4430
(75,68,48)
#403928
(64,57,40)
#352E20
(53,46,32)
#2A2318
(42,35,24)
#1F1810
(31,24,16)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #827B58

#827B58
(130,123,88)
#8D8767
(141,135,103)
#989376
(152,147,118)
#A39F85
(163,159,133)
#AEAB94
(174,171,148)
#B9B7A3
(185,183,163)
#C4C3B2
(196,195,178)
#CFCFC1
(207,207,193)
#DADBD0
(218,219,208)
#E5E7DF
(229,231,223)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827B58; }

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

This text font color is #827B58.


Background Color

.myBgColor { background-color: #827B58; }

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

This div background color is #827B58.


Border color

.myBorderColor { border: 1px solid #827B58; }

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

This div border color is #827B58.


Opacity

.myOpacity80 { color: #827B58; opacity: 0.8; }

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

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

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

This text has shadow with #827B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B58 on black background.


Color preview on white background

This text has color #827B58 on white background.



Black color preview on #827B58 background

This text has black color on #827B58 background.


White color preview on #827B58 background

This text has white color on #827B58 background.