COLOR #835D6E

HEX: #835D6E
RGB: (131,93,110)

Renk bilgisi

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

RGB renk modeli

#835D6E color RGB value is (131,93,110).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 93 of 255 = 36%
B 110 of 255 = 43%

131
93
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 93 + 110 = 334 (100%)
R 131 of 334 ~ 39.22%
G 93 of 334 ~ 27.84%
B 110 of 334 ~ 32.93%

%39.22
%27.84
%32.93

CMYK RENK MODELİ

#835D6E rengi CMYK tonu (0,29,16,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.01%
  • sarı tonu 16.03%
  • ana renk tonu 48.63%
CMYK:
(0,29,16,49)
C0M29Y16K49 
(0%,29%,16%,49%)
(0.00/0.29/0.16/0.49)	

CMYK yüzdeleri

%0
%29.01
%16.03
%48.63

Codes

Color #835D6E in popluar color models

835D6E
RGB13193110
HSL333°16.96%43.92%
HSB/HSV333°29.01%51.37%
CMYK0.00%29.01%16.03%
48.63%

Color #835D6E in popluar number systems.

HEX835D6E
Decimal13193110
Binary1000001110111011101110
Octal203135156

Shades and tints

Shades of #835D6E

#835D6E
(131,93,110)
#785564
(120,85,100)
#6D4D5A
(109,77,90)
#624550
(98,69,80)
#573D46
(87,61,70)
#4C353C
(76,53,60)
#412D32
(65,45,50)
#362528
(54,37,40)
#2B1D1E
(43,29,30)
#201514
(32,21,20)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #835D6E

#835D6E
(131,93,110)
#8E6B7B
(142,107,123)
#997988
(153,121,136)
#A48795
(164,135,149)
#AF95A2
(175,149,162)
#BAA3AF
(186,163,175)
#C5B1BC
(197,177,188)
#D0BFC9
(208,191,201)
#DBCDD6
(219,205,214)
#E6DBE3
(230,219,227)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D6E; }

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

This text font color is #835D6E.


Background Color

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

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

This div background color is #835D6E.


Border color

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

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

This div border color is #835D6E.


Opacity

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

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

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

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

This text has shadow with #835D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D6E on black background.


Color preview on white background

This text has color #835D6E on white background.



Black color preview on #835D6E background

This text has black color on #835D6E background.


White color preview on #835D6E background

This text has white color on #835D6E background.