COLOR #824127

HEX: #824127
RGB: (130,65,39)

Renk bilgisi

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

RGB renk modeli

#824127 color RGB value is (130,65,39).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 65 of 255 = 25%
B 39 of 255 = 15%

130
65
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 65 + 39 = 234 (100%)
R 130 of 234 ~ 55.56%
G 65 of 234 ~ 27.78%
B 39 of 234 ~ 16.67%

%55.56
%27.78
%16.67

CMYK RENK MODELİ

#824127 rengi CMYK tonu (0,50,70,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 70.00%
  • ana renk tonu 49.02%
CMYK:
(0,50,70,49)
C0M50Y70K49 
(0%,50%,70%,49%)
(0.00/0.50/0.70/0.49)	

CMYK yüzdeleri

%0
%50
%70
%49.02

Codes

Color #824127 in popluar color models

824127
RGB1306539
HSL17°53.85%33.14%
HSB/HSV17°70.00%50.98%
CMYK0.00%50.00%70.00%
49.02%

Color #824127 in popluar number systems.

HEX824127
Decimal1306539
Binary100000101000001100111
Octal20210147

Shades and tints

Shades of #824127

#824127
(130,65,39)
#773C24
(119,60,36)
#6C3721
(108,55,33)
#61321E
(97,50,30)
#562D1B
(86,45,27)
#4B2818
(75,40,24)
#402315
(64,35,21)
#351E12
(53,30,18)
#2A190F
(42,25,15)
#1F140C
(31,20,12)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #824127

#824127
(130,65,39)
#8D523A
(141,82,58)
#98634D
(152,99,77)
#A37460
(163,116,96)
#AE8573
(174,133,115)
#B99686
(185,150,134)
#C4A799
(196,167,153)
#CFB8AC
(207,184,172)
#DAC9BF
(218,201,191)
#E5DAD2
(229,218,210)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824127; }

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

This text font color is #824127.


Background Color

.myBgColor { background-color: #824127; }

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

This div background color is #824127.


Border color

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

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

This div border color is #824127.


Opacity

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

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

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

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

This text has shadow with #824127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824127 on black background.


Color preview on white background

This text has color #824127 on white background.



Black color preview on #824127 background

This text has black color on #824127 background.


White color preview on #824127 background

This text has white color on #824127 background.