COLOR #835E7D

HEX: #835E7D
RGB: (131,94,125)

Renk bilgisi

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

RGB renk modeli

#835E7D color RGB value is (131,94,125).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 94 of 255 = 37%
B 125 of 255 = 49%

131
94
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 94 + 125 = 350 (100%)
R 131 of 350 ~ 37.43%
G 94 of 350 ~ 26.86%
B 125 of 350 ~ 35.71%

%37.43
%26.86
%35.71

CMYK RENK MODELİ

#835E7D rengi CMYK tonu (0,28,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.24%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(0,28,5,49)
C0M28Y5K49 
(0%,28%,5%,49%)
(0.00/0.28/0.05/0.49)	

CMYK yüzdeleri

%0
%28.24
%4.58
%48.63

Codes

Color #835E7D in popluar color models

835E7D
RGB13194125
HSL310°16.44%44.12%
HSB/HSV310°28.24%51.37%
CMYK0.00%28.24%4.58%
48.63%

Color #835E7D in popluar number systems.

HEX835E7D
Decimal13194125
Binary1000001110111101111101
Octal203136175

Shades and tints

Shades of #835E7D

#835E7D
(131,94,125)
#785672
(120,86,114)
#6D4E67
(109,78,103)
#62465C
(98,70,92)
#573E51
(87,62,81)
#4C3646
(76,54,70)
#412E3B
(65,46,59)
#362630
(54,38,48)
#2B1E25
(43,30,37)
#20161A
(32,22,26)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #835E7D

#835E7D
(131,94,125)
#8E6C88
(142,108,136)
#997A93
(153,122,147)
#A4889E
(164,136,158)
#AF96A9
(175,150,169)
#BAA4B4
(186,164,180)
#C5B2BF
(197,178,191)
#D0C0CA
(208,192,202)
#DBCED5
(219,206,213)
#E6DCE0
(230,220,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E7D color. Also use rgb(131,94,125) instead hex code.

Text Font Color

.myTextColor { color: #835E7D; }

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

This text font color is #835E7D.


Background Color

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

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

This div background color is #835E7D.


Border color

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

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

This div border color is #835E7D.


Opacity

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

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

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

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

This text has shadow with #835E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E7D on black background.


Color preview on white background

This text has color #835E7D on white background.



Black color preview on #835E7D background

This text has black color on #835E7D background.


White color preview on #835E7D background

This text has white color on #835E7D background.