COLOR #824959

HEX: #824959
RGB: (130,73,89)

Renk bilgisi

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

RGB renk modeli

#824959 color RGB value is (130,73,89).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 73 of 255 = 29%
B 89 of 255 = 35%

130
73
89

R + G + B ~ 38%. #824959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 73 + 89 = 292 (100%)
R 130 of 292 ~ 44.52%
G 73 of 292 ~ 25%
B 89 of 292 ~ 30.48%

%44.52
%25
%30.48

CMYK RENK MODELİ

#824959 rengi CMYK tonu (0,44,32,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.85%
  • sarı tonu 31.54%
  • ana renk tonu 49.02%
CMYK:
(0,44,32,49)
C0M44Y32K49 
(0%,44%,32%,49%)
(0.00/0.44/0.32/0.49)	

CMYK yüzdeleri

%0
%43.85
%31.54
%49.02

Codes

Color #824959 in popluar color models

824959
RGB1307389
HSL343°28.08%39.80%
HSB/HSV343°43.85%50.98%
CMYK0.00%43.85%31.54%
49.02%

Color #824959 in popluar number systems.

HEX824959
Decimal1307389
Binary1000001010010011011001
Octal202111131

Shades and tints

Shades of #824959

#824959
(130,73,89)
#774351
(119,67,81)
#6C3D49
(108,61,73)
#613741
(97,55,65)
#563139
(86,49,57)
#4B2B31
(75,43,49)
#402529
(64,37,41)
#351F21
(53,31,33)
#2A1919
(42,25,25)
#1F1311
(31,19,17)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #824959

#824959
(130,73,89)
#8D5968
(141,89,104)
#986977
(152,105,119)
#A37986
(163,121,134)
#AE8995
(174,137,149)
#B999A4
(185,153,164)
#C4A9B3
(196,169,179)
#CFB9C2
(207,185,194)
#DAC9D1
(218,201,209)
#E5D9E0
(229,217,224)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824959; }

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

This text font color is #824959.


Background Color

.myBgColor { background-color: #824959; }

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

This div background color is #824959.


Border color

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

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

This div border color is #824959.


Opacity

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

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

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

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

This text has shadow with #824959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824959 on black background.


Color preview on white background

This text has color #824959 on white background.



Black color preview on #824959 background

This text has black color on #824959 background.


White color preview on #824959 background

This text has white color on #824959 background.