COLOR #827C61

HEX: #827C61
RGB: (130,124,97)

Renk bilgisi

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

RGB renk modeli

#827C61 color RGB value is (130,124,97).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 97 of 255 = 38%

130
124
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 97 = 351 (100%)
R 130 of 351 ~ 37.04%
G 124 of 351 ~ 35.33%
B 97 of 351 ~ 27.64%

%37.04
%35.33
%27.64

CMYK RENK MODELİ

#827C61 rengi CMYK tonu (0,5,25,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 25.38%
  • ana renk tonu 49.02%
CMYK:
(0,5,25,49)
C0M5Y25K49 
(0%,5%,25%,49%)
(0.00/0.05/0.25/0.49)	

CMYK yüzdeleri

%0
%4.62
%25.38
%49.02

Codes

Color #827C61 in popluar color models

827C61
RGB13012497
HSL49°14.54%44.51%
HSB/HSV49°25.38%50.98%
CMYK0.00%4.62%25.38%
49.02%

Color #827C61 in popluar number systems.

HEX827C61
Decimal13012497
Binary1000001011111001100001
Octal202174141

Shades and tints

Shades of #827C61

#827C61
(130,124,97)
#777159
(119,113,89)
#6C6651
(108,102,81)
#615B49
(97,91,73)
#565041
(86,80,65)
#4B4539
(75,69,57)
#403A31
(64,58,49)
#352F29
(53,47,41)
#2A2421
(42,36,33)
#1F1919
(31,25,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #827C61

#827C61
(130,124,97)
#8D876F
(141,135,111)
#98927D
(152,146,125)
#A39D8B
(163,157,139)
#AEA899
(174,168,153)
#B9B3A7
(185,179,167)
#C4BEB5
(196,190,181)
#CFC9C3
(207,201,195)
#DAD4D1
(218,212,209)
#E5DFDF
(229,223,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C61; }

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

This text font color is #827C61.


Background Color

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

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

This div background color is #827C61.


Border color

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

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

This div border color is #827C61.


Opacity

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

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

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

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

This text has shadow with #827C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C61 on black background.


Color preview on white background

This text has color #827C61 on white background.



Black color preview on #827C61 background

This text has black color on #827C61 background.


White color preview on #827C61 background

This text has white color on #827C61 background.