COLOR #82747D

HEX: #82747D
RGB: (130,116,125)

Renk bilgisi

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

RGB renk modeli

#82747D color RGB value is (130,116,125).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 116 of 255 = 45%
B 125 of 255 = 49%

130
116
125

R + G + B ~ 48%. #82747D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 116 + 125 = 371 (100%)
R 130 of 371 ~ 35.04%
G 116 of 371 ~ 31.27%
B 125 of 371 ~ 33.69%

%35.04
%31.27
%33.69

CMYK RENK MODELİ

#82747D rengi CMYK tonu (0,11,4,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.77%
  • sarı tonu 3.85%
  • ana renk tonu 49.02%
CMYK:
(0,11,4,49)
C0M11Y4K49 
(0%,11%,4%,49%)
(0.00/0.11/0.04/0.49)	

CMYK yüzdeleri

%0
%10.77
%3.85
%49.02

Codes

Color #82747D in popluar color models

82747D
RGB130116125
HSL321°5.69%48.24%
HSB/HSV321°10.77%50.98%
CMYK0.00%10.77%3.85%
49.02%

Color #82747D in popluar number systems.

HEX82747D
Decimal130116125
Binary1000001011101001111101
Octal202164175

Shades and tints

Shades of #82747D

#82747D
(130,116,125)
#776A72
(119,106,114)
#6C6067
(108,96,103)
#61565C
(97,86,92)
#564C51
(86,76,81)
#4B4246
(75,66,70)
#40383B
(64,56,59)
#352E30
(53,46,48)
#2A2425
(42,36,37)
#1F1A1A
(31,26,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #82747D

#82747D
(130,116,125)
#8D8088
(141,128,136)
#988C93
(152,140,147)
#A3989E
(163,152,158)
#AEA4A9
(174,164,169)
#B9B0B4
(185,176,180)
#C4BCBF
(196,188,191)
#CFC8CA
(207,200,202)
#DAD4D5
(218,212,213)
#E5E0E0
(229,224,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82747D color. Also use rgb(130,116,125) instead hex code.

Text Font Color

.myTextColor { color: #82747D; }

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

This text font color is #82747D.


Background Color

.myBgColor { background-color: #82747D; }

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

This div background color is #82747D.


Border color

.myBorderColor { border: 1px solid #82747D; }

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

This div border color is #82747D.


Opacity

.myOpacity80 { color: #82747D; opacity: 0.8; }

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

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

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

This text has shadow with #82747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82747D on black background.


Color preview on white background

This text has color #82747D on white background.



Black color preview on #82747D background

This text has black color on #82747D background.


White color preview on #82747D background

This text has white color on #82747D background.