COLOR #835D40

HEX: #835D40
RGB: (131,93,64)

Renk bilgisi

#835D40 contains mainly red and green colors. #835D40 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#835D40 color RGB value is (131,93,64).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 93 of 255 = 36%
B 64 of 255 = 25%

131
93
64

R + G + B ~ 37%. #835D40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 93 + 64 = 288 (100%)
R 131 of 288 ~ 45.49%
G 93 of 288 ~ 32.29%
B 64 of 288 ~ 22.22%

%45.49
%32.29
%22.22

CMYK RENK MODELİ

#835D40 rengi CMYK tonu (0,29,51,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.01%
  • sarı tonu 51.15%
  • ana renk tonu 48.63%
CMYK:
(0,29,51,49)
C0M29Y51K49 
(0%,29%,51%,49%)
(0.00/0.29/0.51/0.49)	

CMYK yüzdeleri

%0
%29.01
%51.15
%48.63

Codes

Color #835D40 in popluar color models

835D40
RGB1319364
HSL26°34.36%38.24%
HSB/HSV26°51.15%51.37%
CMYK0.00%29.01%51.15%
48.63%

Color #835D40 in popluar number systems.

HEX835D40
Decimal1319364
Binary1000001110111011000000
Octal203135100

Shades and tints

Shades of #835D40

#835D40
(131,93,64)
#78553B
(120,85,59)
#6D4D36
(109,77,54)
#624531
(98,69,49)
#573D2C
(87,61,44)
#4C3527
(76,53,39)
#412D22
(65,45,34)
#36251D
(54,37,29)
#2B1D18
(43,29,24)
#201513
(32,21,19)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #835D40

#835D40
(131,93,64)
#8E6B51
(142,107,81)
#997962
(153,121,98)
#A48773
(164,135,115)
#AF9584
(175,149,132)
#BAA395
(186,163,149)
#C5B1A6
(197,177,166)
#D0BFB7
(208,191,183)
#DBCDC8
(219,205,200)
#E6DBD9
(230,219,217)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D40; }

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

This text font color is #835D40.


Background Color

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

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

This div background color is #835D40.


Border color

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

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

This div border color is #835D40.


Opacity

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

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

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

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

This text has shadow with #835D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D40 on black background.


Color preview on white background

This text has color #835D40 on white background.



Black color preview on #835D40 background

This text has black color on #835D40 background.


White color preview on #835D40 background

This text has white color on #835D40 background.