COLOR #835D7C

HEX: #835D7C
RGB: (131,93,124)

Renk bilgisi

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

RGB renk modeli

#835D7C color RGB value is (131,93,124).

  • kırmız ton 131;
  • yeşil ton 93;
  • mavi ton 124.
RGB:
(131,93,124)
(51%,36%,49%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 93 of 255 = 36%
B 124 of 255 = 49%

131
93
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 93 + 124 = 348 (100%)
R 131 of 348 ~ 37.64%
G 93 of 348 ~ 26.72%
B 124 of 348 ~ 35.63%

%37.64
%26.72
%35.63

CMYK RENK MODELİ

#835D7C rengi CMYK tonu (0,29,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.01%
  • sarı tonu 5.34%
  • ana renk tonu 48.63%
CMYK:
(0,29,5,49)
C0M29Y5K49 
(0%,29%,5%,49%)
(0.00/0.29/0.05/0.49)	

CMYK yüzdeleri

%0
%29.01
%5.34
%48.63

Codes

Color #835D7C in popluar color models

835D7C
RGB13193124
HSL311°16.96%43.92%
HSB/HSV311°29.01%51.37%
CMYK0.00%29.01%5.34%
48.63%

Color #835D7C in popluar number systems.

HEX835D7C
Decimal13193124
Binary1000001110111011111100
Octal203135174

Shades and tints

Shades of #835D7C

#835D7C
(131,93,124)
#785571
(120,85,113)
#6D4D66
(109,77,102)
#62455B
(98,69,91)
#573D50
(87,61,80)
#4C3545
(76,53,69)
#412D3A
(65,45,58)
#36252F
(54,37,47)
#2B1D24
(43,29,36)
#201519
(32,21,25)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #835D7C

#835D7C
(131,93,124)
#8E6B87
(142,107,135)
#997992
(153,121,146)
#A4879D
(164,135,157)
#AF95A8
(175,149,168)
#BAA3B3
(186,163,179)
#C5B1BE
(197,177,190)
#D0BFC9
(208,191,201)
#DBCDD4
(219,205,212)
#E6DBDF
(230,219,223)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835D7C color. Also use rgb(131,93,124) instead hex code.

Text Font Color

.myTextColor { color: #835D7C; }

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

This text font color is #835D7C.


Background Color

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

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

This div background color is #835D7C.


Border color

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

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

This div border color is #835D7C.


Opacity

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

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

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

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

This text has shadow with #835D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D7C on black background.


Color preview on white background

This text has color #835D7C on white background.



Black color preview on #835D7C background

This text has black color on #835D7C background.


White color preview on #835D7C background

This text has white color on #835D7C background.