COLOR #82585D

HEX: #82585D
RGB: (130,88,93)

Renk bilgisi

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

RGB renk modeli

#82585D color RGB value is (130,88,93).

  • kırmız ton 130;
  • yeşil ton 88;
  • mavi ton 93.
RGB:
(130,88,93)
(51%,35%,36%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 88 of 255 = 35%
B 93 of 255 = 36%

130
88
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 88 + 93 = 311 (100%)
R 130 of 311 ~ 41.8%
G 88 of 311 ~ 28.3%
B 93 of 311 ~ 29.9%

%41.8
%28.3
%29.9

CMYK RENK MODELİ

#82585D rengi CMYK tonu (0,32,28,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.31%
  • sarı tonu 28.46%
  • ana renk tonu 49.02%
CMYK:
(0,32,28,49)
C0M32Y28K49 
(0%,32%,28%,49%)
(0.00/0.32/0.28/0.49)	

CMYK yüzdeleri

%0
%32.31
%28.46
%49.02

Codes

Color #82585D in popluar color models

82585D
RGB1308893
HSL353°19.27%42.75%
HSB/HSV353°32.31%50.98%
CMYK0.00%32.31%28.46%
49.02%

Color #82585D in popluar number systems.

HEX82585D
Decimal1308893
Binary1000001010110001011101
Octal202130135

Shades and tints

Shades of #82585D

#82585D
(130,88,93)
#775055
(119,80,85)
#6C484D
(108,72,77)
#614045
(97,64,69)
#56383D
(86,56,61)
#4B3035
(75,48,53)
#40282D
(64,40,45)
#352025
(53,32,37)
#2A181D
(42,24,29)
#1F1015
(31,16,21)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #82585D

#82585D
(130,88,93)
#8D676B
(141,103,107)
#987679
(152,118,121)
#A38587
(163,133,135)
#AE9495
(174,148,149)
#B9A3A3
(185,163,163)
#C4B2B1
(196,178,177)
#CFC1BF
(207,193,191)
#DAD0CD
(218,208,205)
#E5DFDB
(229,223,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82585D color. Also use rgb(130,88,93) instead hex code.

Text Font Color

.myTextColor { color: #82585D; }

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

This text font color is #82585D.


Background Color

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

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

This div background color is #82585D.


Border color

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

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

This div border color is #82585D.


Opacity

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

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

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

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

This text has shadow with #82585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82585D on black background.


Color preview on white background

This text has color #82585D on white background.



Black color preview on #82585D background

This text has black color on #82585D background.


White color preview on #82585D background

This text has white color on #82585D background.