COLOR #828273

HEX: #828273
RGB: (130,130,115)

Renk bilgisi

#828273 contains red, green and blue colors in about the same proportion. #828273 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#828273 color RGB value is (130,130,115).

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

RGB bağlantıları ve doygunluk

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

130
130
115

R + G + B ~ 49%. #828273 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 130 + 115 = 375 (100%)
R 130 of 375 ~ 34.67%
G 130 of 375 ~ 34.67%
B 115 of 375 ~ 30.67%

%34.67
%34.67
%30.67

CMYK RENK MODELİ

#828273 rengi CMYK tonu (0,0,12,49).

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

CMYK yüzdeleri

%0
%0
%11.54
%49.02

Codes

Color #828273 in popluar color models

828273
RGB130130115
HSL60°6.12%48.04%
HSB/HSV60°11.54%50.98%
CMYK0.00%0.00%11.54%
49.02%

Color #828273 in popluar number systems.

HEX828273
Decimal130130115
Binary10000010100000101110011
Octal202202163

Shades and tints

Shades of #828273

#828273
(130,130,115)
#777769
(119,119,105)
#6C6C5F
(108,108,95)
#616155
(97,97,85)
#56564B
(86,86,75)
#4B4B41
(75,75,65)
#404037
(64,64,55)
#35352D
(53,53,45)
#2A2A23
(42,42,35)
#1F1F19
(31,31,25)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #828273

#828273
(130,130,115)
#8D8D7F
(141,141,127)
#98988B
(152,152,139)
#A3A397
(163,163,151)
#AEAEA3
(174,174,163)
#B9B9AF
(185,185,175)
#C4C4BB
(196,196,187)
#CFCFC7
(207,207,199)
#DADAD3
(218,218,211)
#E5E5DF
(229,229,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828273; }

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

This text font color is #828273.


Background Color

.myBgColor { background-color: #828273; }

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

This div background color is #828273.


Border color

.myBorderColor { border: 1px solid #828273; }

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

This div border color is #828273.


Opacity

.myOpacity80 { color: #828273; opacity: 0.8; }

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

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

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

This text has shadow with #828273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828273 on black background.


Color preview on white background

This text has color #828273 on white background.



Black color preview on #828273 background

This text has black color on #828273 background.


White color preview on #828273 background

This text has white color on #828273 background.