COLOR #823327

HEX: #823327
RGB: (130,51,39)

Renk bilgisi

#823327 contains mainly red color. #823327 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#823327 color RGB value is (130,51,39).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 51 of 255 = 20%
B 39 of 255 = 15%

130
51
39

R + G + B ~ 29%. #823327 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 51 + 39 = 220 (100%)
R 130 of 220 ~ 59.09%
G 51 of 220 ~ 23.18%
B 39 of 220 ~ 17.73%

%59.09
%23.18
%17.73

CMYK RENK MODELİ

#823327 rengi CMYK tonu (0,61,70,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.77%
  • sarı tonu 70.00%
  • ana renk tonu 49.02%
CMYK:
(0,61,70,49)
C0M61Y70K49 
(0%,61%,70%,49%)
(0.00/0.61/0.70/0.49)	

CMYK yüzdeleri

%0
%60.77
%70
%49.02

Codes

Color #823327 in popluar color models

823327
RGB1305139
HSL53.85%33.14%
HSB/HSV70.00%50.98%
CMYK0.00%60.77%70.00%
49.02%

Color #823327 in popluar number systems.

HEX823327
Decimal1305139
Binary10000010110011100111
Octal2026347

Shades and tints

Shades of #823327

#823327
(130,51,39)
#772F24
(119,47,36)
#6C2B21
(108,43,33)
#61271E
(97,39,30)
#56231B
(86,35,27)
#4B1F18
(75,31,24)
#401B15
(64,27,21)
#351712
(53,23,18)
#2A130F
(42,19,15)
#1F0F0C
(31,15,12)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #823327

#823327
(130,51,39)
#8D453A
(141,69,58)
#98574D
(152,87,77)
#A36960
(163,105,96)
#AE7B73
(174,123,115)
#B98D86
(185,141,134)
#C49F99
(196,159,153)
#CFB1AC
(207,177,172)
#DAC3BF
(218,195,191)
#E5D5D2
(229,213,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823327 color. Also use rgb(130,51,39) instead hex code.

Text Font Color

.myTextColor { color: #823327; }

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

This text font color is #823327.


Background Color

.myBgColor { background-color: #823327; }

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

This div background color is #823327.


Border color

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

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

This div border color is #823327.


Opacity

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

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

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

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

This text has shadow with #823327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823327 on black background.


Color preview on white background

This text has color #823327 on white background.



Black color preview on #823327 background

This text has black color on #823327 background.


White color preview on #823327 background

This text has white color on #823327 background.