COLOR #827076

HEX: #827076
RGB: (130,112,118)

Renk bilgisi

#827076 contains red, green and blue colors in about the same proportion. #827076 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#827076 color RGB value is (130,112,118).

  • kırmız ton 130;
  • yeşil ton 112;
  • mavi ton 118.
RGB:
(130,112,118)
(51%,44%,46%)

RGB bağlantıları ve doygunluk

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

130
112
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 112 + 118 = 360 (100%)
R 130 of 360 ~ 36.11%
G 112 of 360 ~ 31.11%
B 118 of 360 ~ 32.78%

%36.11
%31.11
%32.78

CMYK RENK MODELİ

#827076 rengi CMYK tonu (0,14,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.85%
  • sarı tonu 9.23%
  • ana renk tonu 49.02%
CMYK:
(0,14,9,49)
C0M14Y9K49 
(0%,14%,9%,49%)
(0.00/0.14/0.09/0.49)	

CMYK yüzdeleri

%0
%13.85
%9.23
%49.02

Codes

Color #827076 in popluar color models

827076
RGB130112118
HSL340°7.44%47.45%
HSB/HSV340°13.85%50.98%
CMYK0.00%13.85%9.23%
49.02%

Color #827076 in popluar number systems.

HEX827076
Decimal130112118
Binary1000001011100001110110
Octal202160166

Shades and tints

Shades of #827076

#827076
(130,112,118)
#77666C
(119,102,108)
#6C5C62
(108,92,98)
#615258
(97,82,88)
#56484E
(86,72,78)
#4B3E44
(75,62,68)
#40343A
(64,52,58)
#352A30
(53,42,48)
#2A2026
(42,32,38)
#1F161C
(31,22,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #827076

#827076
(130,112,118)
#8D7D82
(141,125,130)
#988A8E
(152,138,142)
#A3979A
(163,151,154)
#AEA4A6
(174,164,166)
#B9B1B2
(185,177,178)
#C4BEBE
(196,190,190)
#CFCBCA
(207,203,202)
#DAD8D6
(218,216,214)
#E5E5E2
(229,229,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827076; }

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

This text font color is #827076.


Background Color

.myBgColor { background-color: #827076; }

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

This div background color is #827076.


Border color

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

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

This div border color is #827076.


Opacity

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

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

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

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

This text has shadow with #827076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827076 on black background.


Color preview on white background

This text has color #827076 on white background.



Black color preview on #827076 background

This text has black color on #827076 background.


White color preview on #827076 background

This text has white color on #827076 background.