COLOR #835649

HEX: #835649
RGB: (131,86,73)

Renk bilgisi

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

RGB renk modeli

#835649 color RGB value is (131,86,73).

  • kırmız ton 131;
  • yeşil ton 86;
  • mavi ton 73.
RGB:
(131,86,73)
(51%,34%,29%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 86 of 255 = 34%
B 73 of 255 = 29%

131
86
73

R + G + B ~ 38%. #835649 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 86 + 73 = 290 (100%)
R 131 of 290 ~ 45.17%
G 86 of 290 ~ 29.66%
B 73 of 290 ~ 25.17%

%45.17
%29.66
%25.17

CMYK RENK MODELİ

#835649 rengi CMYK tonu (0,34,44,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.35%
  • sarı tonu 44.27%
  • ana renk tonu 48.63%
CMYK:
(0,34,44,49)
C0M34Y44K49 
(0%,34%,44%,49%)
(0.00/0.34/0.44/0.49)	

CMYK yüzdeleri

%0
%34.35
%44.27
%48.63

Codes

Color #835649 in popluar color models

835649
RGB1318673
HSL13°28.43%40.00%
HSB/HSV13°44.27%51.37%
CMYK0.00%34.35%44.27%
48.63%

Color #835649 in popluar number systems.

HEX835649
Decimal1318673
Binary1000001110101101001001
Octal203126111

Shades and tints

Shades of #835649

#835649
(131,86,73)
#784F43
(120,79,67)
#6D483D
(109,72,61)
#624137
(98,65,55)
#573A31
(87,58,49)
#4C332B
(76,51,43)
#412C25
(65,44,37)
#36251F
(54,37,31)
#2B1E19
(43,30,25)
#201713
(32,23,19)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #835649

#835649
(131,86,73)
#8E6559
(142,101,89)
#997469
(153,116,105)
#A48379
(164,131,121)
#AF9289
(175,146,137)
#BAA199
(186,161,153)
#C5B0A9
(197,176,169)
#D0BFB9
(208,191,185)
#DBCEC9
(219,206,201)
#E6DDD9
(230,221,217)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835649 color. Also use rgb(131,86,73) instead hex code.

Text Font Color

.myTextColor { color: #835649; }

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

This text font color is #835649.


Background Color

.myBgColor { background-color: #835649; }

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

This div background color is #835649.


Border color

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

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

This div border color is #835649.


Opacity

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

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

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

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

This text has shadow with #835649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835649 on black background.


Color preview on white background

This text has color #835649 on white background.



Black color preview on #835649 background

This text has black color on #835649 background.


White color preview on #835649 background

This text has white color on #835649 background.