COLOR #823F53

HEX: #823F53
RGB: (130,63,83)

Renk bilgisi

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

RGB renk modeli

#823F53 color RGB value is (130,63,83).

  • kırmız ton 130;
  • yeşil ton 63;
  • mavi ton 83.
RGB:
(130,63,83)
(51%,25%,33%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 63 of 255 = 25%
B 83 of 255 = 33%

130
63
83

R + G + B ~ 36%. #823F53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 63 + 83 = 276 (100%)
R 130 of 276 ~ 47.1%
G 63 of 276 ~ 22.83%
B 83 of 276 ~ 30.07%

%47.1
%22.83
%30.07

CMYK RENK MODELİ

#823F53 rengi CMYK tonu (0,52,36,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.54%
  • sarı tonu 36.15%
  • ana renk tonu 49.02%
CMYK:
(0,52,36,49)
C0M52Y36K49 
(0%,52%,36%,49%)
(0.00/0.52/0.36/0.49)	

CMYK yüzdeleri

%0
%51.54
%36.15
%49.02

Codes

Color #823F53 in popluar color models

823F53
RGB1306383
HSL342°34.72%37.84%
HSB/HSV342°51.54%50.98%
CMYK0.00%51.54%36.15%
49.02%

Color #823F53 in popluar number systems.

HEX823F53
Decimal1306383
Binary100000101111111010011
Octal20277123

Shades and tints

Shades of #823F53

#823F53
(130,63,83)
#773A4C
(119,58,76)
#6C3545
(108,53,69)
#61303E
(97,48,62)
#562B37
(86,43,55)
#4B2630
(75,38,48)
#402129
(64,33,41)
#351C22
(53,28,34)
#2A171B
(42,23,27)
#1F1214
(31,18,20)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #823F53

#823F53
(130,63,83)
#8D5062
(141,80,98)
#986171
(152,97,113)
#A37280
(163,114,128)
#AE838F
(174,131,143)
#B9949E
(185,148,158)
#C4A5AD
(196,165,173)
#CFB6BC
(207,182,188)
#DAC7CB
(218,199,203)
#E5D8DA
(229,216,218)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823F53 color. Also use rgb(130,63,83) instead hex code.

Text Font Color

.myTextColor { color: #823F53; }

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

This text font color is #823F53.


Background Color

.myBgColor { background-color: #823F53; }

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

This div background color is #823F53.


Border color

.myBorderColor { border: 1px solid #823F53; }

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

This div border color is #823F53.


Opacity

.myOpacity80 { color: #823F53; opacity: 0.8; }

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

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

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

This text has shadow with #823F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823F53 on black background.


Color preview on white background

This text has color #823F53 on white background.



Black color preview on #823F53 background

This text has black color on #823F53 background.


White color preview on #823F53 background

This text has white color on #823F53 background.