COLOR #827C66

HEX: #827C66
RGB: (130,124,102)

Renk bilgisi

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

RGB renk modeli

#827C66 color RGB value is (130,124,102).

  • kırmız ton 130;
  • yeşil ton 124;
  • mavi ton 102.
RGB:
(130,124,102)
(51%,49%,40%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 102 of 255 = 40%

130
124
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 102 = 356 (100%)
R 130 of 356 ~ 36.52%
G 124 of 356 ~ 34.83%
B 102 of 356 ~ 28.65%

%36.52
%34.83
%28.65

CMYK RENK MODELİ

#827C66 rengi CMYK tonu (0,5,22,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 21.54%
  • ana renk tonu 49.02%
CMYK:
(0,5,22,49)
C0M5Y22K49 
(0%,5%,22%,49%)
(0.00/0.05/0.22/0.49)	

CMYK yüzdeleri

%0
%4.62
%21.54
%49.02

Codes

Color #827C66 in popluar color models

827C66
RGB130124102
HSL47°12.07%45.49%
HSB/HSV47°21.54%50.98%
CMYK0.00%4.62%21.54%
49.02%

Color #827C66 in popluar number systems.

HEX827C66
Decimal130124102
Binary1000001011111001100110
Octal202174146

Shades and tints

Shades of #827C66

#827C66
(130,124,102)
#77715D
(119,113,93)
#6C6654
(108,102,84)
#615B4B
(97,91,75)
#565042
(86,80,66)
#4B4539
(75,69,57)
#403A30
(64,58,48)
#352F27
(53,47,39)
#2A241E
(42,36,30)
#1F1915
(31,25,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #827C66

#827C66
(130,124,102)
#8D8773
(141,135,115)
#989280
(152,146,128)
#A39D8D
(163,157,141)
#AEA89A
(174,168,154)
#B9B3A7
(185,179,167)
#C4BEB4
(196,190,180)
#CFC9C1
(207,201,193)
#DAD4CE
(218,212,206)
#E5DFDB
(229,223,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C66 color. Also use rgb(130,124,102) instead hex code.

Text Font Color

.myTextColor { color: #827C66; }

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

This text font color is #827C66.


Background Color

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

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

This div background color is #827C66.


Border color

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

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

This div border color is #827C66.


Opacity

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

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

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

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

This text has shadow with #827C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C66 on black background.


Color preview on white background

This text has color #827C66 on white background.



Black color preview on #827C66 background

This text has black color on #827C66 background.


White color preview on #827C66 background

This text has white color on #827C66 background.