COLOR #827D51

HEX: #827D51
RGB: (130,125,81)

Renk bilgisi

#827D51 contains red, green and blue colors in about the same proportion. #827D51 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#827D51 color RGB value is (130,125,81).

  • kırmız ton 130;
  • yeşil ton 125;
  • mavi ton 81.
RGB:
(130,125,81)
(51%,49%,32%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 81 of 255 = 32%

130
125
81

R + G + B ~ 44%. #827D51 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 81 = 336 (100%)
R 130 of 336 ~ 38.69%
G 125 of 336 ~ 37.2%
B 81 of 336 ~ 24.11%

%38.69
%37.2
%24.11

CMYK RENK MODELİ

#827D51 rengi CMYK tonu (0,4,38,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 37.69%
  • ana renk tonu 49.02%
CMYK:
(0,4,38,49)
C0M4Y38K49 
(0%,4%,38%,49%)
(0.00/0.04/0.38/0.49)	

CMYK yüzdeleri

%0
%3.85
%37.69
%49.02

Codes

Color #827D51 in popluar color models

827D51
RGB13012581
HSL54°23.22%41.37%
HSB/HSV54°37.69%50.98%
CMYK0.00%3.85%37.69%
49.02%

Color #827D51 in popluar number systems.

HEX827D51
Decimal13012581
Binary1000001011111011010001
Octal202175121

Shades and tints

Shades of #827D51

#827D51
(130,125,81)
#77724A
(119,114,74)
#6C6743
(108,103,67)
#615C3C
(97,92,60)
#565135
(86,81,53)
#4B462E
(75,70,46)
#403B27
(64,59,39)
#353020
(53,48,32)
#2A2519
(42,37,25)
#1F1A12
(31,26,18)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #827D51

#827D51
(130,125,81)
#8D8860
(141,136,96)
#98936F
(152,147,111)
#A39E7E
(163,158,126)
#AEA98D
(174,169,141)
#B9B49C
(185,180,156)
#C4BFAB
(196,191,171)
#CFCABA
(207,202,186)
#DAD5C9
(218,213,201)
#E5E0D8
(229,224,216)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D51 color. Also use rgb(130,125,81) instead hex code.

Text Font Color

.myTextColor { color: #827D51; }

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

This text font color is #827D51.


Background Color

.myBgColor { background-color: #827D51; }

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

This div background color is #827D51.


Border color

.myBorderColor { border: 1px solid #827D51; }

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

This div border color is #827D51.


Opacity

.myOpacity80 { color: #827D51; opacity: 0.8; }

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

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

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

This text has shadow with #827D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D51 on black background.


Color preview on white background

This text has color #827D51 on white background.



Black color preview on #827D51 background

This text has black color on #827D51 background.


White color preview on #827D51 background

This text has white color on #827D51 background.