COLOR #835337

HEX: #835337
RGB: (131,83,55)

Renk bilgisi

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

RGB renk modeli

#835337 color RGB value is (131,83,55).

  • kırmız ton 131;
  • yeşil ton 83;
  • mavi ton 55.
RGB:
(131,83,55)
(51%,33%,22%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 83 of 255 = 33%
B 55 of 255 = 22%

131
83
55

R + G + B ~ 35%. #835337 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 83 + 55 = 269 (100%)
R 131 of 269 ~ 48.7%
G 83 of 269 ~ 30.86%
B 55 of 269 ~ 20.45%

%48.7
%30.86
%20.45

CMYK RENK MODELİ

#835337 rengi CMYK tonu (0,37,58,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.64%
  • sarı tonu 58.02%
  • ana renk tonu 48.63%
CMYK:
(0,37,58,49)
C0M37Y58K49 
(0%,37%,58%,49%)
(0.00/0.37/0.58/0.49)	

CMYK yüzdeleri

%0
%36.64
%58.02
%48.63

Codes

Color #835337 in popluar color models

835337
RGB1318355
HSL22°40.86%36.47%
HSB/HSV22°58.02%51.37%
CMYK0.00%36.64%58.02%
48.63%

Color #835337 in popluar number systems.

HEX835337
Decimal1318355
Binary100000111010011110111
Octal20312367

Shades and tints

Shades of #835337

#835337
(131,83,55)
#784C32
(120,76,50)
#6D452D
(109,69,45)
#623E28
(98,62,40)
#573723
(87,55,35)
#4C301E
(76,48,30)
#412919
(65,41,25)
#362214
(54,34,20)
#2B1B0F
(43,27,15)
#20140A
(32,20,10)
#150D05
(21,13,5)
#000000
(0,0,0)

Tints of #835337

#835337
(131,83,55)
#8E6249
(142,98,73)
#99715B
(153,113,91)
#A4806D
(164,128,109)
#AF8F7F
(175,143,127)
#BA9E91
(186,158,145)
#C5ADA3
(197,173,163)
#D0BCB5
(208,188,181)
#DBCBC7
(219,203,199)
#E6DAD9
(230,218,217)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835337 color. Also use rgb(131,83,55) instead hex code.

Text Font Color

.myTextColor { color: #835337; }

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

This text font color is #835337.


Background Color

.myBgColor { background-color: #835337; }

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

This div background color is #835337.


Border color

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

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

This div border color is #835337.


Opacity

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

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

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

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

This text has shadow with #835337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835337 on black background.


Color preview on white background

This text has color #835337 on white background.



Black color preview on #835337 background

This text has black color on #835337 background.


White color preview on #835337 background

This text has white color on #835337 background.