COLOR #827D62

HEX: #827D62
RGB: (130,125,98)

Renk bilgisi

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

RGB renk modeli

#827D62 color RGB value is (130,125,98).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 98 of 255 = 38%

130
125
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 98 = 353 (100%)
R 130 of 353 ~ 36.83%
G 125 of 353 ~ 35.41%
B 98 of 353 ~ 27.76%

%36.83
%35.41
%27.76

CMYK RENK MODELİ

#827D62 rengi CMYK tonu (0,4,25,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 24.62%
  • ana renk tonu 49.02%
CMYK:
(0,4,25,49)
C0M4Y25K49 
(0%,4%,25%,49%)
(0.00/0.04/0.25/0.49)	

CMYK yüzdeleri

%0
%3.85
%24.62
%49.02

Codes

Color #827D62 in popluar color models

827D62
RGB13012598
HSL51°14.04%44.71%
HSB/HSV51°24.62%50.98%
CMYK0.00%3.85%24.62%
49.02%

Color #827D62 in popluar number systems.

HEX827D62
Decimal13012598
Binary1000001011111011100010
Octal202175142

Shades and tints

Shades of #827D62

#827D62
(130,125,98)
#77725A
(119,114,90)
#6C6752
(108,103,82)
#615C4A
(97,92,74)
#565142
(86,81,66)
#4B463A
(75,70,58)
#403B32
(64,59,50)
#35302A
(53,48,42)
#2A2522
(42,37,34)
#1F1A1A
(31,26,26)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #827D62

#827D62
(130,125,98)
#8D8870
(141,136,112)
#98937E
(152,147,126)
#A39E8C
(163,158,140)
#AEA99A
(174,169,154)
#B9B4A8
(185,180,168)
#C4BFB6
(196,191,182)
#CFCAC4
(207,202,196)
#DAD5D2
(218,213,210)
#E5E0E0
(229,224,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D62 color. Also use rgb(130,125,98) instead hex code.

Text Font Color

.myTextColor { color: #827D62; }

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

This text font color is #827D62.


Background Color

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

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

This div background color is #827D62.


Border color

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

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

This div border color is #827D62.


Opacity

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

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

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

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

This text has shadow with #827D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D62 on black background.


Color preview on white background

This text has color #827D62 on white background.



Black color preview on #827D62 background

This text has black color on #827D62 background.


White color preview on #827D62 background

This text has white color on #827D62 background.