COLOR #835C6E

HEX: #835C6E
RGB: (131,92,110)

Renk bilgisi

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

RGB renk modeli

#835C6E color RGB value is (131,92,110).

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

RGB bağlantıları ve doygunluk

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

131
92
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 92 + 110 = 333 (100%)
R 131 of 333 ~ 39.34%
G 92 of 333 ~ 27.63%
B 110 of 333 ~ 33.03%

%39.34
%27.63
%33.03

CMYK RENK MODELİ

#835C6E rengi CMYK tonu (0,30,16,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.77%
  • sarı tonu 16.03%
  • ana renk tonu 48.63%
CMYK:
(0,30,16,49)
C0M30Y16K49 
(0%,30%,16%,49%)
(0.00/0.30/0.16/0.49)	

CMYK yüzdeleri

%0
%29.77
%16.03
%48.63

Codes

Color #835C6E in popluar color models

835C6E
RGB13192110
HSL332°17.49%43.73%
HSB/HSV332°29.77%51.37%
CMYK0.00%29.77%16.03%
48.63%

Color #835C6E in popluar number systems.

HEX835C6E
Decimal13192110
Binary1000001110111001101110
Octal203134156

Shades and tints

Shades of #835C6E

#835C6E
(131,92,110)
#785464
(120,84,100)
#6D4C5A
(109,76,90)
#624450
(98,68,80)
#573C46
(87,60,70)
#4C343C
(76,52,60)
#412C32
(65,44,50)
#362428
(54,36,40)
#2B1C1E
(43,28,30)
#201414
(32,20,20)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #835C6E

#835C6E
(131,92,110)
#8E6A7B
(142,106,123)
#997888
(153,120,136)
#A48695
(164,134,149)
#AF94A2
(175,148,162)
#BAA2AF
(186,162,175)
#C5B0BC
(197,176,188)
#D0BEC9
(208,190,201)
#DBCCD6
(219,204,214)
#E6DAE3
(230,218,227)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C6E; }

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

This text font color is #835C6E.


Background Color

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

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

This div background color is #835C6E.


Border color

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

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

This div border color is #835C6E.


Opacity

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

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

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

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

This text has shadow with #835C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C6E on black background.


Color preview on white background

This text has color #835C6E on white background.



Black color preview on #835C6E background

This text has black color on #835C6E background.


White color preview on #835C6E background

This text has white color on #835C6E background.