COLOR #836D78

HEX: #836D78
RGB: (131,109,120)

Renk bilgisi

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

RGB renk modeli

#836D78 color RGB value is (131,109,120).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 109 of 255 = 43%
B 120 of 255 = 47%

131
109
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 120 = 360 (100%)
R 131 of 360 ~ 36.39%
G 109 of 360 ~ 30.28%
B 120 of 360 ~ 33.33%

%36.39
%30.28
%33.33

CMYK RENK MODELİ

#836D78 rengi CMYK tonu (0,17,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.79%
  • sarı tonu 8.40%
  • ana renk tonu 48.63%
CMYK:
(0,17,8,49)
C0M17Y8K49 
(0%,17%,8%,49%)
(0.00/0.17/0.08/0.49)	

CMYK yüzdeleri

%0
%16.79
%8.4
%48.63

Codes

Color #836D78 in popluar color models

836D78
RGB131109120
HSL330°9.17%47.06%
HSB/HSV330°16.79%51.37%
CMYK0.00%16.79%8.40%
48.63%

Color #836D78 in popluar number systems.

HEX836D78
Decimal131109120
Binary1000001111011011111000
Octal203155170

Shades and tints

Shades of #836D78

#836D78
(131,109,120)
#78646E
(120,100,110)
#6D5B64
(109,91,100)
#62525A
(98,82,90)
#574950
(87,73,80)
#4C4046
(76,64,70)
#41373C
(65,55,60)
#362E32
(54,46,50)
#2B2528
(43,37,40)
#201C1E
(32,28,30)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #836D78

#836D78
(131,109,120)
#8E7A84
(142,122,132)
#998790
(153,135,144)
#A4949C
(164,148,156)
#AFA1A8
(175,161,168)
#BAAEB4
(186,174,180)
#C5BBC0
(197,187,192)
#D0C8CC
(208,200,204)
#DBD5D8
(219,213,216)
#E6E2E4
(230,226,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836D78 color. Also use rgb(131,109,120) instead hex code.

Text Font Color

.myTextColor { color: #836D78; }

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

This text font color is #836D78.


Background Color

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

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

This div background color is #836D78.


Border color

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

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

This div border color is #836D78.


Opacity

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

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

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

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

This text has shadow with #836D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D78 on black background.


Color preview on white background

This text has color #836D78 on white background.



Black color preview on #836D78 background

This text has black color on #836D78 background.


White color preview on #836D78 background

This text has white color on #836D78 background.