COLOR #827A54

HEX: #827A54
RGB: (130,122,84)

Renk bilgisi

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

RGB renk modeli

#827A54 color RGB value is (130,122,84).

  • kırmız ton 130;
  • yeşil ton 122;
  • mavi ton 84.
RGB:
(130,122,84)
(51%,48%,33%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 122 of 255 = 48%
B 84 of 255 = 33%

130
122
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 122 + 84 = 336 (100%)
R 130 of 336 ~ 38.69%
G 122 of 336 ~ 36.31%
B 84 of 336 ~ 25%

%38.69
%36.31
%25

CMYK RENK MODELİ

#827A54 rengi CMYK tonu (0,6,35,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.15%
  • sarı tonu 35.38%
  • ana renk tonu 49.02%
CMYK:
(0,6,35,49)
C0M6Y35K49 
(0%,6%,35%,49%)
(0.00/0.06/0.35/0.49)	

CMYK yüzdeleri

%0
%6.15
%35.38
%49.02

Codes

Color #827A54 in popluar color models

827A54
RGB13012284
HSL50°21.50%41.96%
HSB/HSV50°35.38%50.98%
CMYK0.00%6.15%35.38%
49.02%

Color #827A54 in popluar number systems.

HEX827A54
Decimal13012284
Binary1000001011110101010100
Octal202172124

Shades and tints

Shades of #827A54

#827A54
(130,122,84)
#776F4D
(119,111,77)
#6C6446
(108,100,70)
#61593F
(97,89,63)
#564E38
(86,78,56)
#4B4331
(75,67,49)
#40382A
(64,56,42)
#352D23
(53,45,35)
#2A221C
(42,34,28)
#1F1715
(31,23,21)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #827A54

#827A54
(130,122,84)
#8D8663
(141,134,99)
#989272
(152,146,114)
#A39E81
(163,158,129)
#AEAA90
(174,170,144)
#B9B69F
(185,182,159)
#C4C2AE
(196,194,174)
#CFCEBD
(207,206,189)
#DADACC
(218,218,204)
#E5E6DB
(229,230,219)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A54 color. Also use rgb(130,122,84) instead hex code.

Text Font Color

.myTextColor { color: #827A54; }

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

This text font color is #827A54.


Background Color

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

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

This div background color is #827A54.


Border color

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

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

This div border color is #827A54.


Opacity

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

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

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

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

This text has shadow with #827A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A54 on black background.


Color preview on white background

This text has color #827A54 on white background.



Black color preview on #827A54 background

This text has black color on #827A54 background.


White color preview on #827A54 background

This text has white color on #827A54 background.