COLOR #835D71

HEX: #835D71
RGB: (131,93,113)

Renk bilgisi

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

RGB renk modeli

#835D71 color RGB value is (131,93,113).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 93 of 255 = 36%
B 113 of 255 = 44%

131
93
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 93 + 113 = 337 (100%)
R 131 of 337 ~ 38.87%
G 93 of 337 ~ 27.6%
B 113 of 337 ~ 33.53%

%38.87
%27.6
%33.53

CMYK RENK MODELİ

#835D71 rengi CMYK tonu (0,29,14,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.01%
  • sarı tonu 13.74%
  • ana renk tonu 48.63%
CMYK:
(0,29,14,49)
C0M29Y14K49 
(0%,29%,14%,49%)
(0.00/0.29/0.14/0.49)	

CMYK yüzdeleri

%0
%29.01
%13.74
%48.63

Codes

Color #835D71 in popluar color models

835D71
RGB13193113
HSL328°16.96%43.92%
HSB/HSV328°29.01%51.37%
CMYK0.00%29.01%13.74%
48.63%

Color #835D71 in popluar number systems.

HEX835D71
Decimal13193113
Binary1000001110111011110001
Octal203135161

Shades and tints

Shades of #835D71

#835D71
(131,93,113)
#785567
(120,85,103)
#6D4D5D
(109,77,93)
#624553
(98,69,83)
#573D49
(87,61,73)
#4C353F
(76,53,63)
#412D35
(65,45,53)
#36252B
(54,37,43)
#2B1D21
(43,29,33)
#201517
(32,21,23)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #835D71

#835D71
(131,93,113)
#8E6B7D
(142,107,125)
#997989
(153,121,137)
#A48795
(164,135,149)
#AF95A1
(175,149,161)
#BAA3AD
(186,163,173)
#C5B1B9
(197,177,185)
#D0BFC5
(208,191,197)
#DBCDD1
(219,205,209)
#E6DBDD
(230,219,221)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D71; }

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

This text font color is #835D71.


Background Color

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

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

This div background color is #835D71.


Border color

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

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

This div border color is #835D71.


Opacity

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

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

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

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

This text has shadow with #835D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D71 on black background.


Color preview on white background

This text has color #835D71 on white background.



Black color preview on #835D71 background

This text has black color on #835D71 background.


White color preview on #835D71 background

This text has white color on #835D71 background.