COLOR #827C7B

HEX: #827C7B
RGB: (130,124,123)

Renk bilgisi

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

RGB renk modeli

#827C7B color RGB value is (130,124,123).

  • kırmız ton 130;
  • yeşil ton 124;
  • mavi ton 123.
RGB:
(130,124,123)
(51%,49%,48%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 123 of 255 = 48%

130
124
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 123 = 377 (100%)
R 130 of 377 ~ 34.48%
G 124 of 377 ~ 32.89%
B 123 of 377 ~ 32.63%

%34.48
%32.89
%32.63

CMYK RENK MODELİ

#827C7B rengi CMYK tonu (0,5,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 5.38%
  • ana renk tonu 49.02%
CMYK:
(0,5,5,49)
C0M5Y5K49 
(0%,5%,5%,49%)
(0.00/0.05/0.05/0.49)	

CMYK yüzdeleri

%0
%4.62
%5.38
%49.02

Codes

Color #827C7B in popluar color models

827C7B
RGB130124123
HSL2.77%49.61%
HSB/HSV5.38%50.98%
CMYK0.00%4.62%5.38%
49.02%

Color #827C7B in popluar number systems.

HEX827C7B
Decimal130124123
Binary1000001011111001111011
Octal202174173

Shades and tints

Shades of #827C7B

#827C7B
(130,124,123)
#777170
(119,113,112)
#6C6665
(108,102,101)
#615B5A
(97,91,90)
#56504F
(86,80,79)
#4B4544
(75,69,68)
#403A39
(64,58,57)
#352F2E
(53,47,46)
#2A2423
(42,36,35)
#1F1918
(31,25,24)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #827C7B

#827C7B
(130,124,123)
#8D8787
(141,135,135)
#989293
(152,146,147)
#A39D9F
(163,157,159)
#AEA8AB
(174,168,171)
#B9B3B7
(185,179,183)
#C4BEC3
(196,190,195)
#CFC9CF
(207,201,207)
#DAD4DB
(218,212,219)
#E5DFE7
(229,223,231)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C7B; }

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

This text font color is #827C7B.


Background Color

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

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

This div background color is #827C7B.


Border color

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

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

This div border color is #827C7B.


Opacity

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

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

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

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

This text has shadow with #827C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C7B on black background.


Color preview on white background

This text has color #827C7B on white background.



Black color preview on #827C7B background

This text has black color on #827C7B background.


White color preview on #827C7B background

This text has white color on #827C7B background.