COLOR #827075

HEX: #827075
RGB: (130,112,117)

Color info

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

RGB color model

#827075 color RGB value is (130,112,117).

  • red value is 130;
  • green value is 112;
  • blue value is 117.
RGB:
(130,112,117)
(51%,44%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 117 of 255 = 46%

130
112
117

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 117 = 359 (100%)
R 130 of 359 ~ 36.21%
G 112 of 359 ~ 31.2%
B 117 of 359 ~ 32.59%

%36.21
%31.2
%32.59

CMYK color model

#827075 color CMYK value is (0,14,10,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(0,14,10,49)
C0M14Y10K49 
(0%,14%,10%,49%)
(0.00/0.14/0.10/0.49)	

CMYK percentages

%0
%13.85
%10
%49.02

Codes

Color #827075 in popluar color models

827075
RGB130112117
HSL343°7.44%47.45%
HSB/HSV343°13.85%50.98%
CMYK0.00%13.85%10.00%
49.02%

Color #827075 in popluar number systems.

HEX827075
Decimal130112117
Binary1000001011100001110101
Octal202160165

Shades and tints

Shades of #827075

#827075
(130,112,117)
#77666B
(119,102,107)
#6C5C61
(108,92,97)
#615257
(97,82,87)
#56484D
(86,72,77)
#4B3E43
(75,62,67)
#403439
(64,52,57)
#352A2F
(53,42,47)
#2A2025
(42,32,37)
#1F161B
(31,22,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #827075

#827075
(130,112,117)
#8D7D81
(141,125,129)
#988A8D
(152,138,141)
#A39799
(163,151,153)
#AEA4A5
(174,164,165)
#B9B1B1
(185,177,177)
#C4BEBD
(196,190,189)
#CFCBC9
(207,203,201)
#DAD8D5
(218,216,213)
#E5E5E1
(229,229,225)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827075 color. Also use rgb(130,112,117) instead hex code.

Text Font Color

.myTextColor { color: #827075; }

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

This text font color is #827075.


Background Color

.myBgColor { background-color: #827075; }

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

This div background color is #827075.


Border color

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

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

This div border color is #827075.


Opacity

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

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

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

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

This text has shadow with #827075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827075 on black background.


Color preview on white background

This text has color #827075 on white background.



Black color preview on #827075 background

This text has black color on #827075 background.


White color preview on #827075 background

This text has white color on #827075 background.