COLOR #824563

HEX: #824563
RGB: (130,69,99)

Renk bilgisi

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

RGB renk modeli

#824563 color RGB value is (130,69,99).

  • kırmız ton 130;
  • yeşil ton 69;
  • mavi ton 99.
RGB:
(130,69,99)
(51%,27%,39%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 69 of 255 = 27%
B 99 of 255 = 39%

130
69
99

R + G + B ~ 39%. #824563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 69 + 99 = 298 (100%)
R 130 of 298 ~ 43.62%
G 69 of 298 ~ 23.15%
B 99 of 298 ~ 33.22%

%43.62
%23.15
%33.22

CMYK RENK MODELİ

#824563 rengi CMYK tonu (0,47,24,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.92%
  • sarı tonu 23.85%
  • ana renk tonu 49.02%
CMYK:
(0,47,24,49)
C0M47Y24K49 
(0%,47%,24%,49%)
(0.00/0.47/0.24/0.49)	

CMYK yüzdeleri

%0
%46.92
%23.85
%49.02

Codes

Color #824563 in popluar color models

824563
RGB1306999
HSL330°30.65%39.02%
HSB/HSV330°46.92%50.98%
CMYK0.00%46.92%23.85%
49.02%

Color #824563 in popluar number systems.

HEX824563
Decimal1306999
Binary1000001010001011100011
Octal202105143

Shades and tints

Shades of #824563

#824563
(130,69,99)
#773F5A
(119,63,90)
#6C3951
(108,57,81)
#613348
(97,51,72)
#562D3F
(86,45,63)
#4B2736
(75,39,54)
#40212D
(64,33,45)
#351B24
(53,27,36)
#2A151B
(42,21,27)
#1F0F12
(31,15,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #824563

#824563
(130,69,99)
#8D5571
(141,85,113)
#98657F
(152,101,127)
#A3758D
(163,117,141)
#AE859B
(174,133,155)
#B995A9
(185,149,169)
#C4A5B7
(196,165,183)
#CFB5C5
(207,181,197)
#DAC5D3
(218,197,211)
#E5D5E1
(229,213,225)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824563 color. Also use rgb(130,69,99) instead hex code.

Text Font Color

.myTextColor { color: #824563; }

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

This text font color is #824563.


Background Color

.myBgColor { background-color: #824563; }

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

This div background color is #824563.


Border color

.myBorderColor { border: 1px solid #824563; }

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

This div border color is #824563.


Opacity

.myOpacity80 { color: #824563; opacity: 0.8; }

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

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

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

This text has shadow with #824563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824563 on black background.


Color preview on white background

This text has color #824563 on white background.



Black color preview on #824563 background

This text has black color on #824563 background.


White color preview on #824563 background

This text has white color on #824563 background.