COLOR #835F81

HEX: #835F81
RGB: (131,95,129)

Renk bilgisi

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

RGB renk modeli

#835F81 color RGB value is (131,95,129).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 95 of 255 = 37%
B 129 of 255 = 51%

131
95
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 95 + 129 = 355 (100%)
R 131 of 355 ~ 36.9%
G 95 of 355 ~ 26.76%
B 129 of 355 ~ 36.34%

%36.9
%26.76
%36.34

CMYK RENK MODELİ

#835F81 rengi CMYK tonu (0,27,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.48%
  • sarı tonu 1.53%
  • ana renk tonu 48.63%
CMYK:
(0,27,2,49)
C0M27Y2K49 
(0%,27%,2%,49%)
(0.00/0.27/0.02/0.49)	

CMYK yüzdeleri

%0
%27.48
%1.53
%48.63

Codes

Color #835F81 in popluar color models

835F81
RGB13195129
HSL303°15.93%44.31%
HSB/HSV303°27.48%51.37%
CMYK0.00%27.48%1.53%
48.63%

Color #835F81 in popluar number systems.

HEX835F81
Decimal13195129
Binary10000011101111110000001
Octal203137201

Shades and tints

Shades of #835F81

#835F81
(131,95,129)
#785776
(120,87,118)
#6D4F6B
(109,79,107)
#624760
(98,71,96)
#573F55
(87,63,85)
#4C374A
(76,55,74)
#412F3F
(65,47,63)
#362734
(54,39,52)
#2B1F29
(43,31,41)
#20171E
(32,23,30)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #835F81

#835F81
(131,95,129)
#8E6D8C
(142,109,140)
#997B97
(153,123,151)
#A489A2
(164,137,162)
#AF97AD
(175,151,173)
#BAA5B8
(186,165,184)
#C5B3C3
(197,179,195)
#D0C1CE
(208,193,206)
#DBCFD9
(219,207,217)
#E6DDE4
(230,221,228)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F81 color. Also use rgb(131,95,129) instead hex code.

Text Font Color

.myTextColor { color: #835F81; }

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

This text font color is #835F81.


Background Color

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

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

This div background color is #835F81.


Border color

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

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

This div border color is #835F81.


Opacity

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

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

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

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

This text has shadow with #835F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F81 on black background.


Color preview on white background

This text has color #835F81 on white background.



Black color preview on #835F81 background

This text has black color on #835F81 background.


White color preview on #835F81 background

This text has white color on #835F81 background.