COLOR #835E6D

HEX: #835E6D
RGB: (131,94,109)

Renk bilgisi

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

RGB renk modeli

#835E6D color RGB value is (131,94,109).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 94 of 255 = 37%
B 109 of 255 = 43%

131
94
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 94 + 109 = 334 (100%)
R 131 of 334 ~ 39.22%
G 94 of 334 ~ 28.14%
B 109 of 334 ~ 32.63%

%39.22
%28.14
%32.63

CMYK RENK MODELİ

#835E6D rengi CMYK tonu (0,28,17,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.24%
  • sarı tonu 16.79%
  • ana renk tonu 48.63%
CMYK:
(0,28,17,49)
C0M28Y17K49 
(0%,28%,17%,49%)
(0.00/0.28/0.17/0.49)	

CMYK yüzdeleri

%0
%28.24
%16.79
%48.63

Codes

Color #835E6D in popluar color models

835E6D
RGB13194109
HSL336°16.44%44.12%
HSB/HSV336°28.24%51.37%
CMYK0.00%28.24%16.79%
48.63%

Color #835E6D in popluar number systems.

HEX835E6D
Decimal13194109
Binary1000001110111101101101
Octal203136155

Shades and tints

Shades of #835E6D

#835E6D
(131,94,109)
#785664
(120,86,100)
#6D4E5B
(109,78,91)
#624652
(98,70,82)
#573E49
(87,62,73)
#4C3640
(76,54,64)
#412E37
(65,46,55)
#36262E
(54,38,46)
#2B1E25
(43,30,37)
#20161C
(32,22,28)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #835E6D

#835E6D
(131,94,109)
#8E6C7A
(142,108,122)
#997A87
(153,122,135)
#A48894
(164,136,148)
#AF96A1
(175,150,161)
#BAA4AE
(186,164,174)
#C5B2BB
(197,178,187)
#D0C0C8
(208,192,200)
#DBCED5
(219,206,213)
#E6DCE2
(230,220,226)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E6D color. Also use rgb(131,94,109) instead hex code.

Text Font Color

.myTextColor { color: #835E6D; }

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

This text font color is #835E6D.


Background Color

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

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

This div background color is #835E6D.


Border color

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

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

This div border color is #835E6D.


Opacity

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

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

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

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

This text has shadow with #835E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E6D on black background.


Color preview on white background

This text has color #835E6D on white background.



Black color preview on #835E6D background

This text has black color on #835E6D background.


White color preview on #835E6D background

This text has white color on #835E6D background.