COLOR #827C7D

HEX: #827C7D
RGB: (130,124,125)

Renk bilgisi

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

RGB renk modeli

#827C7D color RGB value is (130,124,125).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 125 of 255 = 49%

130
124
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 125 = 379 (100%)
R 130 of 379 ~ 34.3%
G 124 of 379 ~ 32.72%
B 125 of 379 ~ 32.98%

%34.3
%32.72
%32.98

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%4.62
%3.85
%49.02

Codes

Color #827C7D in popluar color models

827C7D
RGB130124125
HSL350°2.36%49.80%
HSB/HSV350°4.62%50.98%
CMYK0.00%4.62%3.85%
49.02%

Color #827C7D in popluar number systems.

HEX827C7D
Decimal130124125
Binary1000001011111001111101
Octal202174175

Shades and tints

Shades of #827C7D

#827C7D
(130,124,125)
#777172
(119,113,114)
#6C6667
(108,102,103)
#615B5C
(97,91,92)
#565051
(86,80,81)
#4B4546
(75,69,70)
#403A3B
(64,58,59)
#352F30
(53,47,48)
#2A2425
(42,36,37)
#1F191A
(31,25,26)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #827C7D

#827C7D
(130,124,125)
#8D8788
(141,135,136)
#989293
(152,146,147)
#A39D9E
(163,157,158)
#AEA8A9
(174,168,169)
#B9B3B4
(185,179,180)
#C4BEBF
(196,190,191)
#CFC9CA
(207,201,202)
#DAD4D5
(218,212,213)
#E5DFE0
(229,223,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C7D; }

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

This text font color is #827C7D.


Background Color

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

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

This div background color is #827C7D.


Border color

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

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

This div border color is #827C7D.


Opacity

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

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

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

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

This text has shadow with #827C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C7D on black background.


Color preview on white background

This text has color #827C7D on white background.



Black color preview on #827C7D background

This text has black color on #827C7D background.


White color preview on #827C7D background

This text has white color on #827C7D background.