COLOR #835A34

HEX: #835A34
RGB: (131,90,52)

Renk bilgisi

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

RGB renk modeli

#835A34 color RGB value is (131,90,52).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 90 of 255 = 35%
B 52 of 255 = 20%

131
90
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 90 + 52 = 273 (100%)
R 131 of 273 ~ 47.99%
G 90 of 273 ~ 32.97%
B 52 of 273 ~ 19.05%

%47.99
%32.97
%19.05

CMYK RENK MODELİ

#835A34 rengi CMYK tonu (0,31,60,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.30%
  • sarı tonu 60.31%
  • ana renk tonu 48.63%
CMYK:
(0,31,60,49)
C0M31Y60K49 
(0%,31%,60%,49%)
(0.00/0.31/0.60/0.49)	

CMYK yüzdeleri

%0
%31.3
%60.31
%48.63

Codes

Color #835A34 in popluar color models

835A34
RGB1319052
HSL29°43.17%35.88%
HSB/HSV29°60.31%51.37%
CMYK0.00%31.30%60.31%
48.63%

Color #835A34 in popluar number systems.

HEX835A34
Decimal1319052
Binary100000111011010110100
Octal20313264

Shades and tints

Shades of #835A34

#835A34
(131,90,52)
#785230
(120,82,48)
#6D4A2C
(109,74,44)
#624228
(98,66,40)
#573A24
(87,58,36)
#4C3220
(76,50,32)
#412A1C
(65,42,28)
#362218
(54,34,24)
#2B1A14
(43,26,20)
#201210
(32,18,16)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #835A34

#835A34
(131,90,52)
#8E6946
(142,105,70)
#997858
(153,120,88)
#A4876A
(164,135,106)
#AF967C
(175,150,124)
#BAA58E
(186,165,142)
#C5B4A0
(197,180,160)
#D0C3B2
(208,195,178)
#DBD2C4
(219,210,196)
#E6E1D6
(230,225,214)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835A34 color. Also use rgb(131,90,52) instead hex code.

Text Font Color

.myTextColor { color: #835A34; }

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

This text font color is #835A34.


Background Color

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

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

This div background color is #835A34.


Border color

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

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

This div border color is #835A34.


Opacity

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

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

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

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

This text has shadow with #835A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A34 on black background.


Color preview on white background

This text has color #835A34 on white background.



Black color preview on #835A34 background

This text has black color on #835A34 background.


White color preview on #835A34 background

This text has white color on #835A34 background.