COLOR #835333

HEX: #835333
RGB: (131,83,51)

Renk bilgisi

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

RGB renk modeli

#835333 color RGB value is (131,83,51).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 83 of 255 = 33%
B 51 of 255 = 20%

131
83
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 83 + 51 = 265 (100%)
R 131 of 265 ~ 49.43%
G 83 of 265 ~ 31.32%
B 51 of 265 ~ 19.25%

%49.43
%31.32
%19.25

CMYK RENK MODELİ

#835333 rengi CMYK tonu (0,37,61,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.64%
  • sarı tonu 61.07%
  • ana renk tonu 48.63%
CMYK:
(0,37,61,49)
C0M37Y61K49 
(0%,37%,61%,49%)
(0.00/0.37/0.61/0.49)	

CMYK yüzdeleri

%0
%36.64
%61.07
%48.63

Codes

Color #835333 in popluar color models

835333
RGB1318351
HSL24°43.96%35.69%
HSB/HSV24°61.07%51.37%
CMYK0.00%36.64%61.07%
48.63%

Color #835333 in popluar number systems.

HEX835333
Decimal1318351
Binary100000111010011110011
Octal20312363

Shades and tints

Shades of #835333

#835333
(131,83,51)
#784C2F
(120,76,47)
#6D452B
(109,69,43)
#623E27
(98,62,39)
#573723
(87,55,35)
#4C301F
(76,48,31)
#41291B
(65,41,27)
#362217
(54,34,23)
#2B1B13
(43,27,19)
#20140F
(32,20,15)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #835333

#835333
(131,83,51)
#8E6245
(142,98,69)
#997157
(153,113,87)
#A48069
(164,128,105)
#AF8F7B
(175,143,123)
#BA9E8D
(186,158,141)
#C5AD9F
(197,173,159)
#D0BCB1
(208,188,177)
#DBCBC3
(219,203,195)
#E6DAD5
(230,218,213)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835333; }

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

This text font color is #835333.


Background Color

.myBgColor { background-color: #835333; }

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

This div background color is #835333.


Border color

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

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

This div border color is #835333.


Opacity

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

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

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

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

This text has shadow with #835333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835333 on black background.


Color preview on white background

This text has color #835333 on white background.



Black color preview on #835333 background

This text has black color on #835333 background.


White color preview on #835333 background

This text has white color on #835333 background.