COLOR #827F65

HEX: #827F65
RGB: (130,127,101)

Renk bilgisi

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

RGB renk modeli

#827F65 color RGB value is (130,127,101).

  • kırmız ton 130;
  • yeşil ton 127;
  • mavi ton 101.
RGB:
(130,127,101)
(51%,50%,40%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 127 of 255 = 50%
B 101 of 255 = 40%

130
127
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 127 + 101 = 358 (100%)
R 130 of 358 ~ 36.31%
G 127 of 358 ~ 35.47%
B 101 of 358 ~ 28.21%

%36.31
%35.47
%28.21

CMYK RENK MODELİ

#827F65 rengi CMYK tonu (0,2,22,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.31%
  • sarı tonu 22.31%
  • ana renk tonu 49.02%
CMYK:
(0,2,22,49)
C0M2Y22K49 
(0%,2%,22%,49%)
(0.00/0.02/0.22/0.49)	

CMYK yüzdeleri

%0
%2.31
%22.31
%49.02

Codes

Color #827F65 in popluar color models

827F65
RGB130127101
HSL54°12.55%45.29%
HSB/HSV54°22.31%50.98%
CMYK0.00%2.31%22.31%
49.02%

Color #827F65 in popluar number systems.

HEX827F65
Decimal130127101
Binary1000001011111111100101
Octal202177145

Shades and tints

Shades of #827F65

#827F65
(130,127,101)
#77745C
(119,116,92)
#6C6953
(108,105,83)
#615E4A
(97,94,74)
#565341
(86,83,65)
#4B4838
(75,72,56)
#403D2F
(64,61,47)
#353226
(53,50,38)
#2A271D
(42,39,29)
#1F1C14
(31,28,20)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #827F65

#827F65
(130,127,101)
#8D8A73
(141,138,115)
#989581
(152,149,129)
#A3A08F
(163,160,143)
#AEAB9D
(174,171,157)
#B9B6AB
(185,182,171)
#C4C1B9
(196,193,185)
#CFCCC7
(207,204,199)
#DAD7D5
(218,215,213)
#E5E2E3
(229,226,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F65 color. Also use rgb(130,127,101) instead hex code.

Text Font Color

.myTextColor { color: #827F65; }

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

This text font color is #827F65.


Background Color

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

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

This div background color is #827F65.


Border color

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

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

This div border color is #827F65.


Opacity

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

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

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

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

This text has shadow with #827F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F65 on black background.


Color preview on white background

This text has color #827F65 on white background.



Black color preview on #827F65 background

This text has black color on #827F65 background.


White color preview on #827F65 background

This text has white color on #827F65 background.