COLOR #82377D

HEX: #82377D
RGB: (130,55,125)

Renk bilgisi

#82377D contains mainly red and blue colors. #82377D ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#82377D color RGB value is (130,55,125).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 55 of 255 = 22%
B 125 of 255 = 49%

130
55
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 55 + 125 = 310 (100%)
R 130 of 310 ~ 41.94%
G 55 of 310 ~ 17.74%
B 125 of 310 ~ 40.32%

%41.94
%17.74
%40.32

CMYK RENK MODELİ

#82377D rengi CMYK tonu (0,58,4,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.69%
  • sarı tonu 3.85%
  • ana renk tonu 49.02%
CMYK:
(0,58,4,49)
C0M58Y4K49 
(0%,58%,4%,49%)
(0.00/0.58/0.04/0.49)	

CMYK yüzdeleri

%0
%57.69
%3.85
%49.02

Codes

Color #82377D in popluar color models

82377D
RGB13055125
HSL304°40.54%36.27%
HSB/HSV304°57.69%50.98%
CMYK0.00%57.69%3.85%
49.02%

Color #82377D in popluar number systems.

HEX82377D
Decimal13055125
Binary100000101101111111101
Octal20267175

Shades and tints

Shades of #82377D

#82377D
(130,55,125)
#773272
(119,50,114)
#6C2D67
(108,45,103)
#61285C
(97,40,92)
#562351
(86,35,81)
#4B1E46
(75,30,70)
#40193B
(64,25,59)
#351430
(53,20,48)
#2A0F25
(42,15,37)
#1F0A1A
(31,10,26)
#14050F
(20,5,15)
#000000
(0,0,0)

Tints of #82377D

#82377D
(130,55,125)
#8D4988
(141,73,136)
#985B93
(152,91,147)
#A36D9E
(163,109,158)
#AE7FA9
(174,127,169)
#B991B4
(185,145,180)
#C4A3BF
(196,163,191)
#CFB5CA
(207,181,202)
#DAC7D5
(218,199,213)
#E5D9E0
(229,217,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82377D; }

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

This text font color is #82377D.


Background Color

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

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

This div background color is #82377D.


Border color

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

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

This div border color is #82377D.


Opacity

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

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

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

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

This text has shadow with #82377D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82377D on black background.


Color preview on white background

This text has color #82377D on white background.



Black color preview on #82377D background

This text has black color on #82377D background.


White color preview on #82377D background

This text has white color on #82377D background.