COLOR #836C7D

HEX: #836C7D
RGB: (131,108,125)

Renk bilgisi

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

RGB renk modeli

#836C7D color RGB value is (131,108,125).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 108 of 255 = 42%
B 125 of 255 = 49%

131
108
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 108 + 125 = 364 (100%)
R 131 of 364 ~ 35.99%
G 108 of 364 ~ 29.67%
B 125 of 364 ~ 34.34%

%35.99
%29.67
%34.34

CMYK RENK MODELİ

#836C7D rengi CMYK tonu (0,18,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.56%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(0,18,5,49)
C0M18Y5K49 
(0%,18%,5%,49%)
(0.00/0.18/0.05/0.49)	

CMYK yüzdeleri

%0
%17.56
%4.58
%48.63

Codes

Color #836C7D in popluar color models

836C7D
RGB131108125
HSL316°9.62%46.86%
HSB/HSV316°17.56%51.37%
CMYK0.00%17.56%4.58%
48.63%

Color #836C7D in popluar number systems.

HEX836C7D
Decimal131108125
Binary1000001111011001111101
Octal203154175

Shades and tints

Shades of #836C7D

#836C7D
(131,108,125)
#786372
(120,99,114)
#6D5A67
(109,90,103)
#62515C
(98,81,92)
#574851
(87,72,81)
#4C3F46
(76,63,70)
#41363B
(65,54,59)
#362D30
(54,45,48)
#2B2425
(43,36,37)
#201B1A
(32,27,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #836C7D

#836C7D
(131,108,125)
#8E7988
(142,121,136)
#998693
(153,134,147)
#A4939E
(164,147,158)
#AFA0A9
(175,160,169)
#BAADB4
(186,173,180)
#C5BABF
(197,186,191)
#D0C7CA
(208,199,202)
#DBD4D5
(219,212,213)
#E6E1E0
(230,225,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C7D; }

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

This text font color is #836C7D.


Background Color

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

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

This div background color is #836C7D.


Border color

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

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

This div border color is #836C7D.


Opacity

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

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

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

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

This text has shadow with #836C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C7D on black background.


Color preview on white background

This text has color #836C7D on white background.



Black color preview on #836C7D background

This text has black color on #836C7D background.


White color preview on #836C7D background

This text has white color on #836C7D background.