COLOR #823C28

HEX: #823C28
RGB: (130,60,40)

Renk bilgisi

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

RGB renk modeli

#823C28 color RGB value is (130,60,40).

  • kırmız ton 130;
  • yeşil ton 60;
  • mavi ton 40.
RGB:
(130,60,40)
(51%,24%,16%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 60 of 255 = 24%
B 40 of 255 = 16%

130
60
40

R + G + B ~ 30%. #823C28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 60 + 40 = 230 (100%)
R 130 of 230 ~ 56.52%
G 60 of 230 ~ 26.09%
B 40 of 230 ~ 17.39%

%56.52
%26.09
%17.39

CMYK RENK MODELİ

#823C28 rengi CMYK tonu (0,54,69,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.85%
  • sarı tonu 69.23%
  • ana renk tonu 49.02%
CMYK:
(0,54,69,49)
C0M54Y69K49 
(0%,54%,69%,49%)
(0.00/0.54/0.69/0.49)	

CMYK yüzdeleri

%0
%53.85
%69.23
%49.02

Codes

Color #823C28 in popluar color models

823C28
RGB1306040
HSL13°52.94%33.33%
HSB/HSV13°69.23%50.98%
CMYK0.00%53.85%69.23%
49.02%

Color #823C28 in popluar number systems.

HEX823C28
Decimal1306040
Binary10000010111100101000
Octal2027450

Shades and tints

Shades of #823C28

#823C28
(130,60,40)
#773725
(119,55,37)
#6C3222
(108,50,34)
#612D1F
(97,45,31)
#56281C
(86,40,28)
#4B2319
(75,35,25)
#401E16
(64,30,22)
#351913
(53,25,19)
#2A1410
(42,20,16)
#1F0F0D
(31,15,13)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #823C28

#823C28
(130,60,40)
#8D4D3B
(141,77,59)
#985E4E
(152,94,78)
#A36F61
(163,111,97)
#AE8074
(174,128,116)
#B99187
(185,145,135)
#C4A29A
(196,162,154)
#CFB3AD
(207,179,173)
#DAC4C0
(218,196,192)
#E5D5D3
(229,213,211)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823C28 color. Also use rgb(130,60,40) instead hex code.

Text Font Color

.myTextColor { color: #823C28; }

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

This text font color is #823C28.


Background Color

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

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

This div background color is #823C28.


Border color

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

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

This div border color is #823C28.


Opacity

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

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

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

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

This text has shadow with #823C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823C28 on black background.


Color preview on white background

This text has color #823C28 on white background.



Black color preview on #823C28 background

This text has black color on #823C28 background.


White color preview on #823C28 background

This text has white color on #823C28 background.