COLOR #827D6D

HEX: #827D6D
RGB: (130,125,109)

Renk bilgisi

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

RGB renk modeli

#827D6D color RGB value is (130,125,109).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 109 of 255 = 43%

130
125
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 109 = 364 (100%)
R 130 of 364 ~ 35.71%
G 125 of 364 ~ 34.34%
B 109 of 364 ~ 29.95%

%35.71
%34.34
%29.95

CMYK RENK MODELİ

#827D6D rengi CMYK tonu (0,4,16,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 16.15%
  • ana renk tonu 49.02%
CMYK:
(0,4,16,49)
C0M4Y16K49 
(0%,4%,16%,49%)
(0.00/0.04/0.16/0.49)	

CMYK yüzdeleri

%0
%3.85
%16.15
%49.02

Codes

Color #827D6D in popluar color models

827D6D
RGB130125109
HSL46°8.79%46.86%
HSB/HSV46°16.15%50.98%
CMYK0.00%3.85%16.15%
49.02%

Color #827D6D in popluar number systems.

HEX827D6D
Decimal130125109
Binary1000001011111011101101
Octal202175155

Shades and tints

Shades of #827D6D

#827D6D
(130,125,109)
#777264
(119,114,100)
#6C675B
(108,103,91)
#615C52
(97,92,82)
#565149
(86,81,73)
#4B4640
(75,70,64)
#403B37
(64,59,55)
#35302E
(53,48,46)
#2A2525
(42,37,37)
#1F1A1C
(31,26,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #827D6D

#827D6D
(130,125,109)
#8D887A
(141,136,122)
#989387
(152,147,135)
#A39E94
(163,158,148)
#AEA9A1
(174,169,161)
#B9B4AE
(185,180,174)
#C4BFBB
(196,191,187)
#CFCAC8
(207,202,200)
#DAD5D5
(218,213,213)
#E5E0E2
(229,224,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D6D; }

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

This text font color is #827D6D.


Background Color

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

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

This div background color is #827D6D.


Border color

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

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

This div border color is #827D6D.


Opacity

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

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

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

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

This text has shadow with #827D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D6D on black background.


Color preview on white background

This text has color #827D6D on white background.



Black color preview on #827D6D background

This text has black color on #827D6D background.


White color preview on #827D6D background

This text has white color on #827D6D background.