COLOR #827D7C

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

130
125
124

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

Yüzdelerle RGB renk parçaları

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

%34.3
%32.98
%32.72

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%3.85
%4.62
%49.02

Codes

Color #827D7C in popluar color models

827D7C
RGB130125124
HSL10°2.36%49.80%
HSB/HSV10°4.62%50.98%
CMYK0.00%3.85%4.62%
49.02%

Color #827D7C in popluar number systems.

HEX827D7C
Decimal130125124
Binary1000001011111011111100
Octal202175174

Shades and tints

Shades of #827D7C

#827D7C
(130,125,124)
#777271
(119,114,113)
#6C6766
(108,103,102)
#615C5B
(97,92,91)
#565150
(86,81,80)
#4B4645
(75,70,69)
#403B3A
(64,59,58)
#35302F
(53,48,47)
#2A2524
(42,37,36)
#1F1A19
(31,26,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #827D7C

#827D7C
(130,125,124)
#8D8887
(141,136,135)
#989392
(152,147,146)
#A39E9D
(163,158,157)
#AEA9A8
(174,169,168)
#B9B4B3
(185,180,179)
#C4BFBE
(196,191,190)
#CFCAC9
(207,202,201)
#DAD5D4
(218,213,212)
#E5E0DF
(229,224,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D7C; }

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

This text font color is #827D7C.


Background Color

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

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

This div background color is #827D7C.


Border color

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

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

This div border color is #827D7C.


Opacity

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

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

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

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

This text has shadow with #827D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D7C on black background.


Color preview on white background

This text has color #827D7C on white background.



Black color preview on #827D7C background

This text has black color on #827D7C background.


White color preview on #827D7C background

This text has white color on #827D7C background.