COLOR #827273

HEX: #827273
RGB: (130,114,115)

Color info

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

RGB color model

#827273 color RGB value is (130,114,115).

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

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 115 of 255 = 45%

130
114
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 115 = 359 (100%)
R 130 of 359 ~ 36.21%
G 114 of 359 ~ 31.75%
B 115 of 359 ~ 32.03%

%36.21
%31.75
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(0,12,12,49)
C0M12Y12K49 
(0%,12%,12%,49%)
(0.00/0.12/0.12/0.49)	

CMYK percentages

%0
%12.31
%11.54
%49.02

Codes

Color #827273 in popluar color models

827273
RGB130114115
HSL356°6.56%47.84%
HSB/HSV356°12.31%50.98%
CMYK0.00%12.31%11.54%
49.02%

Color #827273 in popluar number systems.

HEX827273
Decimal130114115
Binary1000001011100101110011
Octal202162163

Shades and tints

Shades of #827273

#827273
(130,114,115)
#776869
(119,104,105)
#6C5E5F
(108,94,95)
#615455
(97,84,85)
#564A4B
(86,74,75)
#4B4041
(75,64,65)
#403637
(64,54,55)
#352C2D
(53,44,45)
#2A2223
(42,34,35)
#1F1819
(31,24,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #827273

#827273
(130,114,115)
#8D7E7F
(141,126,127)
#988A8B
(152,138,139)
#A39697
(163,150,151)
#AEA2A3
(174,162,163)
#B9AEAF
(185,174,175)
#C4BABB
(196,186,187)
#CFC6C7
(207,198,199)
#DAD2D3
(218,210,211)
#E5DEDF
(229,222,223)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827273; }

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

This text font color is #827273.


Background Color

.myBgColor { background-color: #827273; }

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

This div background color is #827273.


Border color

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

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

This div border color is #827273.


Opacity

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

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

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

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

This text has shadow with #827273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827273 on black background.


Color preview on white background

This text has color #827273 on white background.



Black color preview on #827273 background

This text has black color on #827273 background.


White color preview on #827273 background

This text has white color on #827273 background.