COLOR #836C80

HEX: #836C80
RGB: (131,108,128)

Renk bilgisi

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

RGB renk modeli

#836C80 color RGB value is (131,108,128).

  • kırmız ton 131;
  • yeşil ton 108;
  • mavi ton 128.
RGB:
(131,108,128)
(51%,42%,50%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 108 of 255 = 42%
B 128 of 255 = 50%

131
108
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 108 + 128 = 367 (100%)
R 131 of 367 ~ 35.69%
G 108 of 367 ~ 29.43%
B 128 of 367 ~ 34.88%

%35.69
%29.43
%34.88

CMYK RENK MODELİ

#836C80 rengi CMYK tonu (0,18,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.56%
  • sarı tonu 2.29%
  • ana renk tonu 48.63%
CMYK:
(0,18,2,49)
C0M18Y2K49 
(0%,18%,2%,49%)
(0.00/0.18/0.02/0.49)	

CMYK yüzdeleri

%0
%17.56
%2.29
%48.63

Codes

Color #836C80 in popluar color models

836C80
RGB131108128
HSL308°9.62%46.86%
HSB/HSV308°17.56%51.37%
CMYK0.00%17.56%2.29%
48.63%

Color #836C80 in popluar number systems.

HEX836C80
Decimal131108128
Binary10000011110110010000000
Octal203154200

Shades and tints

Shades of #836C80

#836C80
(131,108,128)
#786375
(120,99,117)
#6D5A6A
(109,90,106)
#62515F
(98,81,95)
#574854
(87,72,84)
#4C3F49
(76,63,73)
#41363E
(65,54,62)
#362D33
(54,45,51)
#2B2428
(43,36,40)
#201B1D
(32,27,29)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #836C80

#836C80
(131,108,128)
#8E798B
(142,121,139)
#998696
(153,134,150)
#A493A1
(164,147,161)
#AFA0AC
(175,160,172)
#BAADB7
(186,173,183)
#C5BAC2
(197,186,194)
#D0C7CD
(208,199,205)
#DBD4D8
(219,212,216)
#E6E1E3
(230,225,227)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C80 color. Also use rgb(131,108,128) instead hex code.

Text Font Color

.myTextColor { color: #836C80; }

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

This text font color is #836C80.


Background Color

.myBgColor { background-color: #836C80; }

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

This div background color is #836C80.


Border color

.myBorderColor { border: 1px solid #836C80; }

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

This div border color is #836C80.


Opacity

.myOpacity80 { color: #836C80; opacity: 0.8; }

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

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

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

This text has shadow with #836C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C80 on black background.


Color preview on white background

This text has color #836C80 on white background.



Black color preview on #836C80 background

This text has black color on #836C80 background.


White color preview on #836C80 background

This text has white color on #836C80 background.