COLOR #824D59

HEX: #824D59
RGB: (130,77,89)

Renk bilgisi

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

RGB renk modeli

#824D59 color RGB value is (130,77,89).

  • kırmız ton 130;
  • yeşil ton 77;
  • mavi ton 89.
RGB:
(130,77,89)
(51%,30%,35%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 77 of 255 = 30%
B 89 of 255 = 35%

130
77
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 77 + 89 = 296 (100%)
R 130 of 296 ~ 43.92%
G 77 of 296 ~ 26.01%
B 89 of 296 ~ 30.07%

%43.92
%26.01
%30.07

CMYK RENK MODELİ

#824D59 rengi CMYK tonu (0,41,32,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.77%
  • sarı tonu 31.54%
  • ana renk tonu 49.02%
CMYK:
(0,41,32,49)
C0M41Y32K49 
(0%,41%,32%,49%)
(0.00/0.41/0.32/0.49)	

CMYK yüzdeleri

%0
%40.77
%31.54
%49.02

Codes

Color #824D59 in popluar color models

824D59
RGB1307789
HSL346°25.60%40.59%
HSB/HSV346°40.77%50.98%
CMYK0.00%40.77%31.54%
49.02%

Color #824D59 in popluar number systems.

HEX824D59
Decimal1307789
Binary1000001010011011011001
Octal202115131

Shades and tints

Shades of #824D59

#824D59
(130,77,89)
#774651
(119,70,81)
#6C3F49
(108,63,73)
#613841
(97,56,65)
#563139
(86,49,57)
#4B2A31
(75,42,49)
#402329
(64,35,41)
#351C21
(53,28,33)
#2A1519
(42,21,25)
#1F0E11
(31,14,17)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #824D59

#824D59
(130,77,89)
#8D5D68
(141,93,104)
#986D77
(152,109,119)
#A37D86
(163,125,134)
#AE8D95
(174,141,149)
#B99DA4
(185,157,164)
#C4ADB3
(196,173,179)
#CFBDC2
(207,189,194)
#DACDD1
(218,205,209)
#E5DDE0
(229,221,224)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824D59 color. Also use rgb(130,77,89) instead hex code.

Text Font Color

.myTextColor { color: #824D59; }

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

This text font color is #824D59.


Background Color

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

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

This div background color is #824D59.


Border color

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

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

This div border color is #824D59.


Opacity

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

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

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

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

This text has shadow with #824D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D59 on black background.


Color preview on white background

This text has color #824D59 on white background.



Black color preview on #824D59 background

This text has black color on #824D59 background.


White color preview on #824D59 background

This text has white color on #824D59 background.