COLOR #827F75

HEX: #827F75
RGB: (130,127,117)

Renk bilgisi

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

RGB renk modeli

#827F75 color RGB value is (130,127,117).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 127 of 255 = 50%
B 117 of 255 = 46%

130
127
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 127 + 117 = 374 (100%)
R 130 of 374 ~ 34.76%
G 127 of 374 ~ 33.96%
B 117 of 374 ~ 31.28%

%34.76
%33.96
%31.28

CMYK RENK MODELİ

#827F75 rengi CMYK tonu (0,2,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.31%
  • sarı tonu 10.00%
  • ana renk tonu 49.02%
CMYK:
(0,2,10,49)
C0M2Y10K49 
(0%,2%,10%,49%)
(0.00/0.02/0.10/0.49)	

CMYK yüzdeleri

%0
%2.31
%10
%49.02

Codes

Color #827F75 in popluar color models

827F75
RGB130127117
HSL46°5.26%48.43%
HSB/HSV46°10.00%50.98%
CMYK0.00%2.31%10.00%
49.02%

Color #827F75 in popluar number systems.

HEX827F75
Decimal130127117
Binary1000001011111111110101
Octal202177165

Shades and tints

Shades of #827F75

#827F75
(130,127,117)
#77746B
(119,116,107)
#6C6961
(108,105,97)
#615E57
(97,94,87)
#56534D
(86,83,77)
#4B4843
(75,72,67)
#403D39
(64,61,57)
#35322F
(53,50,47)
#2A2725
(42,39,37)
#1F1C1B
(31,28,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #827F75

#827F75
(130,127,117)
#8D8A81
(141,138,129)
#98958D
(152,149,141)
#A3A099
(163,160,153)
#AEABA5
(174,171,165)
#B9B6B1
(185,182,177)
#C4C1BD
(196,193,189)
#CFCCC9
(207,204,201)
#DAD7D5
(218,215,213)
#E5E2E1
(229,226,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827F75; }

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

This text font color is #827F75.


Background Color

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

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

This div background color is #827F75.


Border color

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

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

This div border color is #827F75.


Opacity

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

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

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

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

This text has shadow with #827F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F75 on black background.


Color preview on white background

This text has color #827F75 on white background.



Black color preview on #827F75 background

This text has black color on #827F75 background.


White color preview on #827F75 background

This text has white color on #827F75 background.