COLOR #824E76

HEX: #824E76
RGB: (130,78,118)

Renk bilgisi

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

RGB renk modeli

#824E76 color RGB value is (130,78,118).

  • kırmız ton 130;
  • yeşil ton 78;
  • mavi ton 118.
RGB:
(130,78,118)
(51%,31%,46%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 78 of 255 = 31%
B 118 of 255 = 46%

130
78
118

R + G + B ~ 43%. #824E76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 78 + 118 = 326 (100%)
R 130 of 326 ~ 39.88%
G 78 of 326 ~ 23.93%
B 118 of 326 ~ 36.2%

%39.88
%23.93
%36.2

CMYK RENK MODELİ

#824E76 rengi CMYK tonu (0,40,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 9.23%
  • ana renk tonu 49.02%
CMYK:
(0,40,9,49)
C0M40Y9K49 
(0%,40%,9%,49%)
(0.00/0.40/0.09/0.49)	

CMYK yüzdeleri

%0
%40
%9.23
%49.02

Codes

Color #824E76 in popluar color models

824E76
RGB13078118
HSL314°25.00%40.78%
HSB/HSV314°40.00%50.98%
CMYK0.00%40.00%9.23%
49.02%

Color #824E76 in popluar number systems.

HEX824E76
Decimal13078118
Binary1000001010011101110110
Octal202116166

Shades and tints

Shades of #824E76

#824E76
(130,78,118)
#77476C
(119,71,108)
#6C4062
(108,64,98)
#613958
(97,57,88)
#56324E
(86,50,78)
#4B2B44
(75,43,68)
#40243A
(64,36,58)
#351D30
(53,29,48)
#2A1626
(42,22,38)
#1F0F1C
(31,15,28)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #824E76

#824E76
(130,78,118)
#8D5E82
(141,94,130)
#986E8E
(152,110,142)
#A37E9A
(163,126,154)
#AE8EA6
(174,142,166)
#B99EB2
(185,158,178)
#C4AEBE
(196,174,190)
#CFBECA
(207,190,202)
#DACED6
(218,206,214)
#E5DEE2
(229,222,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824E76 color. Also use rgb(130,78,118) instead hex code.

Text Font Color

.myTextColor { color: #824E76; }

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

This text font color is #824E76.


Background Color

.myBgColor { background-color: #824E76; }

<div style="background-color:#824E76">Inner text</div>

This div background color is #824E76.


Border color

.myBorderColor { border: 1px solid #824E76; }

<div style="border:3px solid #824E76">Div</div>

This div border color is #824E76.


Opacity

.myOpacity80 { color: #824E76; opacity: 0.8; }

<p style="color:#824E76;opacity:0.8;">80%</p>

Text with #824E76 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 #824E76;}

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

This text has shadow with #824E76 color.

.textShadow {text-shadow: 3px 3px 1px #824E76, 3px 3px 1px red;}

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

This text has shadow with #824E76 primary color and red secondary color.


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

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

This text has shadow with #824E76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824E76 on black background.


Color preview on white background

This text has color #824E76 on white background.



Black color preview on #824E76 background

This text has black color on #824E76 background.


White color preview on #824E76 background

This text has white color on #824E76 background.