COLOR #836977

HEX: #836977
RGB: (131,105,119)

Renk bilgisi

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

RGB renk modeli

#836977 color RGB value is (131,105,119).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 105 of 255 = 41%
B 119 of 255 = 47%

131
105
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 105 + 119 = 355 (100%)
R 131 of 355 ~ 36.9%
G 105 of 355 ~ 29.58%
B 119 of 355 ~ 33.52%

%36.9
%29.58
%33.52

CMYK RENK MODELİ

#836977 rengi CMYK tonu (0,20,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 9.16%
  • ana renk tonu 48.63%
CMYK:
(0,20,9,49)
C0M20Y9K49 
(0%,20%,9%,49%)
(0.00/0.20/0.09/0.49)	

CMYK yüzdeleri

%0
%19.85
%9.16
%48.63

Codes

Color #836977 in popluar color models

836977
RGB131105119
HSL328°11.02%46.27%
HSB/HSV328°19.85%51.37%
CMYK0.00%19.85%9.16%
48.63%

Color #836977 in popluar number systems.

HEX836977
Decimal131105119
Binary1000001111010011110111
Octal203151167

Shades and tints

Shades of #836977

#836977
(131,105,119)
#78606D
(120,96,109)
#6D5763
(109,87,99)
#624E59
(98,78,89)
#57454F
(87,69,79)
#4C3C45
(76,60,69)
#41333B
(65,51,59)
#362A31
(54,42,49)
#2B2127
(43,33,39)
#20181D
(32,24,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #836977

#836977
(131,105,119)
#8E7683
(142,118,131)
#99838F
(153,131,143)
#A4909B
(164,144,155)
#AF9DA7
(175,157,167)
#BAAAB3
(186,170,179)
#C5B7BF
(197,183,191)
#D0C4CB
(208,196,203)
#DBD1D7
(219,209,215)
#E6DEE3
(230,222,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836977; }

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

This text font color is #836977.


Background Color

.myBgColor { background-color: #836977; }

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

This div background color is #836977.


Border color

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

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

This div border color is #836977.


Opacity

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

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

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

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

This text has shadow with #836977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836977 on black background.


Color preview on white background

This text has color #836977 on white background.



Black color preview on #836977 background

This text has black color on #836977 background.


White color preview on #836977 background

This text has white color on #836977 background.