COLOR #827847

HEX: #827847
RGB: (130,120,71)

Renk bilgisi

#827847 contains red, green and blue colors in about the same proportion. #827847 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#827847 color RGB value is (130,120,71).

  • kırmız ton 130;
  • yeşil ton 120;
  • mavi ton 71.
RGB:
(130,120,71)
(51%,47%,28%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 120 of 255 = 47%
B 71 of 255 = 28%

130
120
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 120 + 71 = 321 (100%)
R 130 of 321 ~ 40.5%
G 120 of 321 ~ 37.38%
B 71 of 321 ~ 22.12%

%40.5
%37.38
%22.12

CMYK RENK MODELİ

#827847 rengi CMYK tonu (0,8,45,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.69%
  • sarı tonu 45.38%
  • ana renk tonu 49.02%
CMYK:
(0,8,45,49)
C0M8Y45K49 
(0%,8%,45%,49%)
(0.00/0.08/0.45/0.49)	

CMYK yüzdeleri

%0
%7.69
%45.38
%49.02

Codes

Color #827847 in popluar color models

827847
RGB13012071
HSL50°29.35%39.41%
HSB/HSV50°45.38%50.98%
CMYK0.00%7.69%45.38%
49.02%

Color #827847 in popluar number systems.

HEX827847
Decimal13012071
Binary1000001011110001000111
Octal202170107

Shades and tints

Shades of #827847

#827847
(130,120,71)
#776E41
(119,110,65)
#6C643B
(108,100,59)
#615A35
(97,90,53)
#56502F
(86,80,47)
#4B4629
(75,70,41)
#403C23
(64,60,35)
#35321D
(53,50,29)
#2A2817
(42,40,23)
#1F1E11
(31,30,17)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #827847

#827847
(130,120,71)
#8D8457
(141,132,87)
#989067
(152,144,103)
#A39C77
(163,156,119)
#AEA887
(174,168,135)
#B9B497
(185,180,151)
#C4C0A7
(196,192,167)
#CFCCB7
(207,204,183)
#DAD8C7
(218,216,199)
#E5E4D7
(229,228,215)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827847 color. Also use rgb(130,120,71) instead hex code.

Text Font Color

.myTextColor { color: #827847; }

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

This text font color is #827847.


Background Color

.myBgColor { background-color: #827847; }

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

This div background color is #827847.


Border color

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

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

This div border color is #827847.


Opacity

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

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

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

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

This text has shadow with #827847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827847 on black background.


Color preview on white background

This text has color #827847 on white background.



Black color preview on #827847 background

This text has black color on #827847 background.


White color preview on #827847 background

This text has white color on #827847 background.