COLOR #82757D

HEX: #82757D
RGB: (130,117,125)

Renk bilgisi

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

RGB renk modeli

#82757D color RGB value is (130,117,125).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 117 of 255 = 46%
B 125 of 255 = 49%

130
117
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 117 + 125 = 372 (100%)
R 130 of 372 ~ 34.95%
G 117 of 372 ~ 31.45%
B 125 of 372 ~ 33.6%

%34.95
%31.45
%33.6

CMYK RENK MODELİ

#82757D rengi CMYK tonu (0,10,4,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 3.85%
  • ana renk tonu 49.02%
CMYK:
(0,10,4,49)
C0M10Y4K49 
(0%,10%,4%,49%)
(0.00/0.10/0.04/0.49)	

CMYK yüzdeleri

%0
%10
%3.85
%49.02

Codes

Color #82757D in popluar color models

82757D
RGB130117125
HSL323°5.26%48.43%
HSB/HSV323°10.00%50.98%
CMYK0.00%10.00%3.85%
49.02%

Color #82757D in popluar number systems.

HEX82757D
Decimal130117125
Binary1000001011101011111101
Octal202165175

Shades and tints

Shades of #82757D

#82757D
(130,117,125)
#776B72
(119,107,114)
#6C6167
(108,97,103)
#61575C
(97,87,92)
#564D51
(86,77,81)
#4B4346
(75,67,70)
#40393B
(64,57,59)
#352F30
(53,47,48)
#2A2525
(42,37,37)
#1F1B1A
(31,27,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #82757D

#82757D
(130,117,125)
#8D8188
(141,129,136)
#988D93
(152,141,147)
#A3999E
(163,153,158)
#AEA5A9
(174,165,169)
#B9B1B4
(185,177,180)
#C4BDBF
(196,189,191)
#CFC9CA
(207,201,202)
#DAD5D5
(218,213,213)
#E5E1E0
(229,225,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82757D; }

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

This text font color is #82757D.


Background Color

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

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

This div background color is #82757D.


Border color

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

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

This div border color is #82757D.


Opacity

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

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

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

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

This text has shadow with #82757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82757D on black background.


Color preview on white background

This text has color #82757D on white background.



Black color preview on #82757D background

This text has black color on #82757D background.


White color preview on #82757D background

This text has white color on #82757D background.