COLOR #835309

HEX: #835309
RGB: (131,83,9)

Renk bilgisi

#835309 contains mainly red and green colors. #835309 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#835309 color RGB value is (131,83,9).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 83 of 255 = 33%
B 9 of 255 = 4%

131
83
9

R + G + B ~ 29%. #835309 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 83 + 9 = 223 (100%)
R 131 of 223 ~ 58.74%
G 83 of 223 ~ 37.22%
B 9 of 223 ~ 4.04%

%58.74
%37.22

CMYK RENK MODELİ

#835309 rengi CMYK tonu (0,37,93,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.64%
  • sarı tonu 93.13%
  • ana renk tonu 48.63%
CMYK:
(0,37,93,49)
C0M37Y93K49 
(0%,37%,93%,49%)
(0.00/0.37/0.93/0.49)	

CMYK yüzdeleri

%0
%36.64
%93.13
%48.63

Codes

Color #835309 in popluar color models

835309
RGB131839
HSL36°87.14%27.45%
HSB/HSV36°93.13%51.37%
CMYK0.00%36.64%93.13%
48.63%

Color #835309 in popluar number systems.

HEX835309
Decimal131839
Binary1000001110100111001
Octal20312311

Shades and tints

Shades of #835309

#835309
(131,83,9)
#784C09
(120,76,9)
#6D4509
(109,69,9)
#623E09
(98,62,9)
#573709
(87,55,9)
#4C3009
(76,48,9)
#412909
(65,41,9)
#362209
(54,34,9)
#2B1B09
(43,27,9)
#201409
(32,20,9)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #835309

#835309
(131,83,9)
#8E621F
(142,98,31)
#997135
(153,113,53)
#A4804B
(164,128,75)
#AF8F61
(175,143,97)
#BA9E77
(186,158,119)
#C5AD8D
(197,173,141)
#D0BCA3
(208,188,163)
#DBCBB9
(219,203,185)
#E6DACF
(230,218,207)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835309; }

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

This text font color is #835309.


Background Color

.myBgColor { background-color: #835309; }

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

This div background color is #835309.


Border color

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

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

This div border color is #835309.


Opacity

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

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

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

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

This text has shadow with #835309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835309 on black background.


Color preview on white background

This text has color #835309 on white background.



Black color preview on #835309 background

This text has black color on #835309 background.


White color preview on #835309 background

This text has white color on #835309 background.