COLOR #835C76

HEX: #835C76
RGB: (131,92,118)

Renk bilgisi

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

RGB renk modeli

#835C76 color RGB value is (131,92,118).

  • kırmız ton 131;
  • yeşil ton 92;
  • mavi ton 118.
RGB:
(131,92,118)
(51%,36%,46%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 92 of 255 = 36%
B 118 of 255 = 46%

131
92
118

R + G + B ~ 44%. #835C76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 92 + 118 = 341 (100%)
R 131 of 341 ~ 38.42%
G 92 of 341 ~ 26.98%
B 118 of 341 ~ 34.6%

%38.42
%26.98
%34.6

CMYK RENK MODELİ

#835C76 rengi CMYK tonu (0,30,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.77%
  • sarı tonu 9.92%
  • ana renk tonu 48.63%
CMYK:
(0,30,10,49)
C0M30Y10K49 
(0%,30%,10%,49%)
(0.00/0.30/0.10/0.49)	

CMYK yüzdeleri

%0
%29.77
%9.92
%48.63

Codes

Color #835C76 in popluar color models

835C76
RGB13192118
HSL320°17.49%43.73%
HSB/HSV320°29.77%51.37%
CMYK0.00%29.77%9.92%
48.63%

Color #835C76 in popluar number systems.

HEX835C76
Decimal13192118
Binary1000001110111001110110
Octal203134166

Shades and tints

Shades of #835C76

#835C76
(131,92,118)
#78546C
(120,84,108)
#6D4C62
(109,76,98)
#624458
(98,68,88)
#573C4E
(87,60,78)
#4C3444
(76,52,68)
#412C3A
(65,44,58)
#362430
(54,36,48)
#2B1C26
(43,28,38)
#20141C
(32,20,28)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #835C76

#835C76
(131,92,118)
#8E6A82
(142,106,130)
#99788E
(153,120,142)
#A4869A
(164,134,154)
#AF94A6
(175,148,166)
#BAA2B2
(186,162,178)
#C5B0BE
(197,176,190)
#D0BECA
(208,190,202)
#DBCCD6
(219,204,214)
#E6DAE2
(230,218,226)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835C76 color. Also use rgb(131,92,118) instead hex code.

Text Font Color

.myTextColor { color: #835C76; }

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

This text font color is #835C76.


Background Color

.myBgColor { background-color: #835C76; }

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

This div background color is #835C76.


Border color

.myBorderColor { border: 1px solid #835C76; }

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

This div border color is #835C76.


Opacity

.myOpacity80 { color: #835C76; opacity: 0.8; }

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

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

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

This text has shadow with #835C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C76 on black background.


Color preview on white background

This text has color #835C76 on white background.



Black color preview on #835C76 background

This text has black color on #835C76 background.


White color preview on #835C76 background

This text has white color on #835C76 background.