COLOR #827C67

HEX: #827C67
RGB: (130,124,103)

Renk bilgisi

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

RGB renk modeli

#827C67 color RGB value is (130,124,103).

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

RGB bağlantıları ve doygunluk

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

130
124
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 103 = 357 (100%)
R 130 of 357 ~ 36.41%
G 124 of 357 ~ 34.73%
B 103 of 357 ~ 28.85%

%36.41
%34.73
%28.85

CMYK RENK MODELİ

#827C67 rengi CMYK tonu (0,5,21,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 20.77%
  • ana renk tonu 49.02%
CMYK:
(0,5,21,49)
C0M5Y21K49 
(0%,5%,21%,49%)
(0.00/0.05/0.21/0.49)	

CMYK yüzdeleri

%0
%4.62
%20.77
%49.02

Codes

Color #827C67 in popluar color models

827C67
RGB130124103
HSL47°11.59%45.69%
HSB/HSV47°20.77%50.98%
CMYK0.00%4.62%20.77%
49.02%

Color #827C67 in popluar number systems.

HEX827C67
Decimal130124103
Binary1000001011111001100111
Octal202174147

Shades and tints

Shades of #827C67

#827C67
(130,124,103)
#77715E
(119,113,94)
#6C6655
(108,102,85)
#615B4C
(97,91,76)
#565043
(86,80,67)
#4B453A
(75,69,58)
#403A31
(64,58,49)
#352F28
(53,47,40)
#2A241F
(42,36,31)
#1F1916
(31,25,22)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #827C67

#827C67
(130,124,103)
#8D8774
(141,135,116)
#989281
(152,146,129)
#A39D8E
(163,157,142)
#AEA89B
(174,168,155)
#B9B3A8
(185,179,168)
#C4BEB5
(196,190,181)
#CFC9C2
(207,201,194)
#DAD4CF
(218,212,207)
#E5DFDC
(229,223,220)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C67; }

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

This text font color is #827C67.


Background Color

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

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

This div background color is #827C67.


Border color

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

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

This div border color is #827C67.


Opacity

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

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

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

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

This text has shadow with #827C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C67 on black background.


Color preview on white background

This text has color #827C67 on white background.



Black color preview on #827C67 background

This text has black color on #827C67 background.


White color preview on #827C67 background

This text has white color on #827C67 background.