COLOR #826D6D

HEX: #826D6D
RGB: (130,109,109)

Renk bilgisi

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

RGB renk modeli

#826D6D color RGB value is (130,109,109).

  • kırmız ton 130;
  • yeşil ton 109;
  • mavi ton 109.
RGB:
(130,109,109)
(51%,43%,43%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 109 of 255 = 43%
B 109 of 255 = 43%

130
109
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 109 + 109 = 348 (100%)
R 130 of 348 ~ 37.36%
G 109 of 348 ~ 31.32%
B 109 of 348 ~ 31.32%

%37.36
%31.32
%31.32

CMYK RENK MODELİ

#826D6D rengi CMYK tonu (0,16,16,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.15%
  • sarı tonu 16.15%
  • ana renk tonu 49.02%
CMYK:
(0,16,16,49)
C0M16Y16K49 
(0%,16%,16%,49%)
(0.00/0.16/0.16/0.49)	

CMYK yüzdeleri

%0
%16.15
%16.15
%49.02

Codes

Color #826D6D in popluar color models

826D6D
RGB130109109
HSL8.79%46.86%
HSB/HSV16.15%50.98%
CMYK0.00%16.15%16.15%
49.02%

Color #826D6D in popluar number systems.

HEX826D6D
Decimal130109109
Binary1000001011011011101101
Octal202155155

Shades and tints

Shades of #826D6D

#826D6D
(130,109,109)
#776464
(119,100,100)
#6C5B5B
(108,91,91)
#615252
(97,82,82)
#564949
(86,73,73)
#4B4040
(75,64,64)
#403737
(64,55,55)
#352E2E
(53,46,46)
#2A2525
(42,37,37)
#1F1C1C
(31,28,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #826D6D

#826D6D
(130,109,109)
#8D7A7A
(141,122,122)
#988787
(152,135,135)
#A39494
(163,148,148)
#AEA1A1
(174,161,161)
#B9AEAE
(185,174,174)
#C4BBBB
(196,187,187)
#CFC8C8
(207,200,200)
#DAD5D5
(218,213,213)
#E5E2E2
(229,226,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D6D color. Also use rgb(130,109,109) instead hex code.

Text Font Color

.myTextColor { color: #826D6D; }

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

This text font color is #826D6D.


Background Color

.myBgColor { background-color: #826D6D; }

<div style="background-color:#826D6D">Inner text</div>

This div background color is #826D6D.


Border color

.myBorderColor { border: 1px solid #826D6D; }

<div style="border:3px solid #826D6D">Div</div>

This div border color is #826D6D.


Opacity

.myOpacity80 { color: #826D6D; opacity: 0.8; }

<p style="color:#826D6D;opacity:0.8;">80%</p>

Text with #826D6D 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 #826D6D;}

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

This text has shadow with #826D6D color.

.textShadow {text-shadow: 3px 3px 1px #826D6D, 3px 3px 1px red;}

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

This text has shadow with #826D6D primary color and red secondary color.


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

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

This text has shadow with #826D6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D6D on black background.


Color preview on white background

This text has color #826D6D on white background.



Black color preview on #826D6D background

This text has black color on #826D6D background.


White color preview on #826D6D background

This text has white color on #826D6D background.