COLOR #827A73

HEX: #827A73
RGB: (130,122,115)

Renk bilgisi

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

RGB renk modeli

#827A73 color RGB value is (130,122,115).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 122 of 255 = 48%
B 115 of 255 = 45%

130
122
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 122 + 115 = 367 (100%)
R 130 of 367 ~ 35.42%
G 122 of 367 ~ 33.24%
B 115 of 367 ~ 31.34%

%35.42
%33.24
%31.34

CMYK RENK MODELİ

#827A73 rengi CMYK tonu (0,6,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.15%
  • sarı tonu 11.54%
  • ana renk tonu 49.02%
CMYK:
(0,6,12,49)
C0M6Y12K49 
(0%,6%,12%,49%)
(0.00/0.06/0.12/0.49)	

CMYK yüzdeleri

%0
%6.15
%11.54
%49.02

Codes

Color #827A73 in popluar color models

827A73
RGB130122115
HSL28°6.12%48.04%
HSB/HSV28°11.54%50.98%
CMYK0.00%6.15%11.54%
49.02%

Color #827A73 in popluar number systems.

HEX827A73
Decimal130122115
Binary1000001011110101110011
Octal202172163

Shades and tints

Shades of #827A73

#827A73
(130,122,115)
#776F69
(119,111,105)
#6C645F
(108,100,95)
#615955
(97,89,85)
#564E4B
(86,78,75)
#4B4341
(75,67,65)
#403837
(64,56,55)
#352D2D
(53,45,45)
#2A2223
(42,34,35)
#1F1719
(31,23,25)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #827A73

#827A73
(130,122,115)
#8D867F
(141,134,127)
#98928B
(152,146,139)
#A39E97
(163,158,151)
#AEAAA3
(174,170,163)
#B9B6AF
(185,182,175)
#C4C2BB
(196,194,187)
#CFCEC7
(207,206,199)
#DADAD3
(218,218,211)
#E5E6DF
(229,230,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A73; }

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

This text font color is #827A73.


Background Color

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

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

This div background color is #827A73.


Border color

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

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

This div border color is #827A73.


Opacity

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

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

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

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

This text has shadow with #827A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A73 on black background.


Color preview on white background

This text has color #827A73 on white background.



Black color preview on #827A73 background

This text has black color on #827A73 background.


White color preview on #827A73 background

This text has white color on #827A73 background.