COLOR #835376

HEX: #835376
RGB: (131,83,118)

Renk bilgisi

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

RGB renk modeli

#835376 color RGB value is (131,83,118).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 83 of 255 = 33%
B 118 of 255 = 46%

131
83
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 83 + 118 = 332 (100%)
R 131 of 332 ~ 39.46%
G 83 of 332 ~ 25%
B 118 of 332 ~ 35.54%

%39.46
%25
%35.54

CMYK RENK MODELİ

#835376 rengi CMYK tonu (0,37,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.64%
  • sarı tonu 9.92%
  • ana renk tonu 48.63%
CMYK:
(0,37,10,49)
C0M37Y10K49 
(0%,37%,10%,49%)
(0.00/0.37/0.10/0.49)	

CMYK yüzdeleri

%0
%36.64
%9.92
%48.63

Codes

Color #835376 in popluar color models

835376
RGB13183118
HSL316°22.43%41.96%
HSB/HSV316°36.64%51.37%
CMYK0.00%36.64%9.92%
48.63%

Color #835376 in popluar number systems.

HEX835376
Decimal13183118
Binary1000001110100111110110
Octal203123166

Shades and tints

Shades of #835376

#835376
(131,83,118)
#784C6C
(120,76,108)
#6D4562
(109,69,98)
#623E58
(98,62,88)
#57374E
(87,55,78)
#4C3044
(76,48,68)
#41293A
(65,41,58)
#362230
(54,34,48)
#2B1B26
(43,27,38)
#20141C
(32,20,28)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #835376

#835376
(131,83,118)
#8E6282
(142,98,130)
#99718E
(153,113,142)
#A4809A
(164,128,154)
#AF8FA6
(175,143,166)
#BA9EB2
(186,158,178)
#C5ADBE
(197,173,190)
#D0BCCA
(208,188,202)
#DBCBD6
(219,203,214)
#E6DAE2
(230,218,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835376; }

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

This text font color is #835376.


Background Color

.myBgColor { background-color: #835376; }

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

This div background color is #835376.


Border color

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

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

This div border color is #835376.


Opacity

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

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

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

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

This text has shadow with #835376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835376 on black background.


Color preview on white background

This text has color #835376 on white background.



Black color preview on #835376 background

This text has black color on #835376 background.


White color preview on #835376 background

This text has white color on #835376 background.