COLOR #827241

HEX: #827241
RGB: (130,114,65)

Renk bilgisi

#827241 contains mainly red and green colors. #827241 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#827241 color RGB value is (130,114,65).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 114 of 255 = 45%
B 65 of 255 = 25%

130
114
65

R + G + B ~ 40%. #827241 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 114 + 65 = 309 (100%)
R 130 of 309 ~ 42.07%
G 114 of 309 ~ 36.89%
B 65 of 309 ~ 21.04%

%42.07
%36.89
%21.04

CMYK RENK MODELİ

#827241 rengi CMYK tonu (0,12,50,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.31%
  • sarı tonu 50.00%
  • ana renk tonu 49.02%
CMYK:
(0,12,50,49)
C0M12Y50K49 
(0%,12%,50%,49%)
(0.00/0.12/0.50/0.49)	

CMYK yüzdeleri

%0
%12.31
%50
%49.02

Codes

Color #827241 in popluar color models

827241
RGB13011465
HSL45°33.33%38.24%
HSB/HSV45°50.00%50.98%
CMYK0.00%12.31%50.00%
49.02%

Color #827241 in popluar number systems.

HEX827241
Decimal13011465
Binary1000001011100101000001
Octal202162101

Shades and tints

Shades of #827241

#827241
(130,114,65)
#77683C
(119,104,60)
#6C5E37
(108,94,55)
#615432
(97,84,50)
#564A2D
(86,74,45)
#4B4028
(75,64,40)
#403623
(64,54,35)
#352C1E
(53,44,30)
#2A2219
(42,34,25)
#1F1814
(31,24,20)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #827241

#827241
(130,114,65)
#8D7E52
(141,126,82)
#988A63
(152,138,99)
#A39674
(163,150,116)
#AEA285
(174,162,133)
#B9AE96
(185,174,150)
#C4BAA7
(196,186,167)
#CFC6B8
(207,198,184)
#DAD2C9
(218,210,201)
#E5DEDA
(229,222,218)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827241; }

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

This text font color is #827241.


Background Color

.myBgColor { background-color: #827241; }

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

This div background color is #827241.


Border color

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

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

This div border color is #827241.


Opacity

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

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

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

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

This text has shadow with #827241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827241 on black background.


Color preview on white background

This text has color #827241 on white background.



Black color preview on #827241 background

This text has black color on #827241 background.


White color preview on #827241 background

This text has white color on #827241 background.