COLOR #828377

HEX: #828377
RGB: (130,131,119)

Renk bilgisi

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

RGB renk modeli

#828377 color RGB value is (130,131,119).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 131 of 255 = 51%
B 119 of 255 = 47%

130
131
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 131 + 119 = 380 (100%)
R 130 of 380 ~ 34.21%
G 131 of 380 ~ 34.47%
B 119 of 380 ~ 31.32%

%34.21
%34.47
%31.32

CMYK RENK MODELİ

#828377 rengi CMYK tonu (1,0,9,49).

  • camgöbeği tonu 0.76%
  • eflatun tonu 0.00%
  • sarı tonu 9.16%
  • ana renk tonu 48.63%
CMYK:
(1,0,9,49)
C1M0Y9K49 
(1%,0%,9%,49%)
(0.01/0.00/0.09/0.49)	

CMYK yüzdeleri

%0.76
%0
%9.16
%48.63

Codes

Color #828377 in popluar color models

828377
RGB130131119
HSL65°4.80%49.02%
HSB/HSV65°9.16%51.37%
CMYK0.76%0.00%9.16%
48.63%

Color #828377 in popluar number systems.

HEX828377
Decimal130131119
Binary10000010100000111110111
Octal202203167

Shades and tints

Shades of #828377

#828377
(130,131,119)
#77786D
(119,120,109)
#6C6D63
(108,109,99)
#616259
(97,98,89)
#56574F
(86,87,79)
#4B4C45
(75,76,69)
#40413B
(64,65,59)
#353631
(53,54,49)
#2A2B27
(42,43,39)
#1F201D
(31,32,29)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #828377

#828377
(130,131,119)
#8D8E83
(141,142,131)
#98998F
(152,153,143)
#A3A49B
(163,164,155)
#AEAFA7
(174,175,167)
#B9BAB3
(185,186,179)
#C4C5BF
(196,197,191)
#CFD0CB
(207,208,203)
#DADBD7
(218,219,215)
#E5E6E3
(229,230,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828377; }

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

This text font color is #828377.


Background Color

.myBgColor { background-color: #828377; }

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

This div background color is #828377.


Border color

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

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

This div border color is #828377.


Opacity

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

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

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

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

This text has shadow with #828377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828377 on black background.


Color preview on white background

This text has color #828377 on white background.



Black color preview on #828377 background

This text has black color on #828377 background.


White color preview on #828377 background

This text has white color on #828377 background.