COLOR #827D65

HEX: #827D65
RGB: (130,125,101)

Renk bilgisi

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

RGB renk modeli

#827D65 color RGB value is (130,125,101).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 101 of 255 = 40%

130
125
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 101 = 356 (100%)
R 130 of 356 ~ 36.52%
G 125 of 356 ~ 35.11%
B 101 of 356 ~ 28.37%

%36.52
%35.11
%28.37

CMYK RENK MODELİ

#827D65 rengi CMYK tonu (0,4,22,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 22.31%
  • ana renk tonu 49.02%
CMYK:
(0,4,22,49)
C0M4Y22K49 
(0%,4%,22%,49%)
(0.00/0.04/0.22/0.49)	

CMYK yüzdeleri

%0
%3.85
%22.31
%49.02

Codes

Color #827D65 in popluar color models

827D65
RGB130125101
HSL50°12.55%45.29%
HSB/HSV50°22.31%50.98%
CMYK0.00%3.85%22.31%
49.02%

Color #827D65 in popluar number systems.

HEX827D65
Decimal130125101
Binary1000001011111011100101
Octal202175145

Shades and tints

Shades of #827D65

#827D65
(130,125,101)
#77725C
(119,114,92)
#6C6753
(108,103,83)
#615C4A
(97,92,74)
#565141
(86,81,65)
#4B4638
(75,70,56)
#403B2F
(64,59,47)
#353026
(53,48,38)
#2A251D
(42,37,29)
#1F1A14
(31,26,20)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #827D65

#827D65
(130,125,101)
#8D8873
(141,136,115)
#989381
(152,147,129)
#A39E8F
(163,158,143)
#AEA99D
(174,169,157)
#B9B4AB
(185,180,171)
#C4BFB9
(196,191,185)
#CFCAC7
(207,202,199)
#DAD5D5
(218,213,213)
#E5E0E3
(229,224,227)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D65; }

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

This text font color is #827D65.


Background Color

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

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

This div background color is #827D65.


Border color

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

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

This div border color is #827D65.


Opacity

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

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

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

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

This text has shadow with #827D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D65 on black background.


Color preview on white background

This text has color #827D65 on white background.



Black color preview on #827D65 background

This text has black color on #827D65 background.


White color preview on #827D65 background

This text has white color on #827D65 background.