COLOR #827D6A

HEX: #827D6A
RGB: (130,125,106)

Renk bilgisi

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

RGB renk modeli

#827D6A color RGB value is (130,125,106).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 106 of 255 = 42%

130
125
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 106 = 361 (100%)
R 130 of 361 ~ 36.01%
G 125 of 361 ~ 34.63%
B 106 of 361 ~ 29.36%

%36.01
%34.63
%29.36

CMYK RENK MODELİ

#827D6A rengi CMYK tonu (0,4,18,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 18.46%
  • ana renk tonu 49.02%
CMYK:
(0,4,18,49)
C0M4Y18K49 
(0%,4%,18%,49%)
(0.00/0.04/0.18/0.49)	

CMYK yüzdeleri

%0
%3.85
%18.46
%49.02

Codes

Color #827D6A in popluar color models

827D6A
RGB130125106
HSL48°10.17%46.27%
HSB/HSV48°18.46%50.98%
CMYK0.00%3.85%18.46%
49.02%

Color #827D6A in popluar number systems.

HEX827D6A
Decimal130125106
Binary1000001011111011101010
Octal202175152

Shades and tints

Shades of #827D6A

#827D6A
(130,125,106)
#777261
(119,114,97)
#6C6758
(108,103,88)
#615C4F
(97,92,79)
#565146
(86,81,70)
#4B463D
(75,70,61)
#403B34
(64,59,52)
#35302B
(53,48,43)
#2A2522
(42,37,34)
#1F1A19
(31,26,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #827D6A

#827D6A
(130,125,106)
#8D8877
(141,136,119)
#989384
(152,147,132)
#A39E91
(163,158,145)
#AEA99E
(174,169,158)
#B9B4AB
(185,180,171)
#C4BFB8
(196,191,184)
#CFCAC5
(207,202,197)
#DAD5D2
(218,213,210)
#E5E0DF
(229,224,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D6A; }

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

This text font color is #827D6A.


Background Color

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

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

This div background color is #827D6A.


Border color

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

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

This div border color is #827D6A.


Opacity

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

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

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

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

This text has shadow with #827D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D6A on black background.


Color preview on white background

This text has color #827D6A on white background.



Black color preview on #827D6A background

This text has black color on #827D6A background.


White color preview on #827D6A background

This text has white color on #827D6A background.