COLOR #835963

HEX: #835963
RGB: (131,89,99)

Renk bilgisi

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

RGB renk modeli

#835963 color RGB value is (131,89,99).

  • kırmız ton 131;
  • yeşil ton 89;
  • mavi ton 99.
RGB:
(131,89,99)
(51%,35%,39%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 89 of 255 = 35%
B 99 of 255 = 39%

131
89
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 89 + 99 = 319 (100%)
R 131 of 319 ~ 41.07%
G 89 of 319 ~ 27.9%
B 99 of 319 ~ 31.03%

%41.07
%27.9
%31.03

CMYK RENK MODELİ

#835963 rengi CMYK tonu (0,32,24,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.06%
  • sarı tonu 24.43%
  • ana renk tonu 48.63%
CMYK:
(0,32,24,49)
C0M32Y24K49 
(0%,32%,24%,49%)
(0.00/0.32/0.24/0.49)	

CMYK yüzdeleri

%0
%32.06
%24.43
%48.63

Codes

Color #835963 in popluar color models

835963
RGB1318999
HSL346°19.09%43.14%
HSB/HSV346°32.06%51.37%
CMYK0.00%32.06%24.43%
48.63%

Color #835963 in popluar number systems.

HEX835963
Decimal1318999
Binary1000001110110011100011
Octal203131143

Shades and tints

Shades of #835963

#835963
(131,89,99)
#78515A
(120,81,90)
#6D4951
(109,73,81)
#624148
(98,65,72)
#57393F
(87,57,63)
#4C3136
(76,49,54)
#41292D
(65,41,45)
#362124
(54,33,36)
#2B191B
(43,25,27)
#201112
(32,17,18)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #835963

#835963
(131,89,99)
#8E6871
(142,104,113)
#99777F
(153,119,127)
#A4868D
(164,134,141)
#AF959B
(175,149,155)
#BAA4A9
(186,164,169)
#C5B3B7
(197,179,183)
#D0C2C5
(208,194,197)
#DBD1D3
(219,209,211)
#E6E0E1
(230,224,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835963 color. Also use rgb(131,89,99) instead hex code.

Text Font Color

.myTextColor { color: #835963; }

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

This text font color is #835963.


Background Color

.myBgColor { background-color: #835963; }

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

This div background color is #835963.


Border color

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

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

This div border color is #835963.


Opacity

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

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

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

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

This text has shadow with #835963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835963 on black background.


Color preview on white background

This text has color #835963 on white background.



Black color preview on #835963 background

This text has black color on #835963 background.


White color preview on #835963 background

This text has white color on #835963 background.