COLOR #837420

HEX: #837420
RGB: (131,116,32)

Renk bilgisi

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

RGB renk modeli

#837420 color RGB value is (131,116,32).

  • kırmız ton 131;
  • yeşil ton 116;
  • mavi ton 32.
RGB:
(131,116,32)
(51%,45%,13%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 116 of 255 = 45%
B 32 of 255 = 13%

131
116
32

R + G + B ~ 36%. #837420 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 116 + 32 = 279 (100%)
R 131 of 279 ~ 46.95%
G 116 of 279 ~ 41.58%
B 32 of 279 ~ 11.47%

%46.95
%41.58
%11.47

CMYK RENK MODELİ

#837420 rengi CMYK tonu (0,11,76,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.45%
  • sarı tonu 75.57%
  • ana renk tonu 48.63%
CMYK:
(0,11,76,49)
C0M11Y76K49 
(0%,11%,76%,49%)
(0.00/0.11/0.76/0.49)	

CMYK yüzdeleri

%0
%11.45
%75.57
%48.63

Codes

Color #837420 in popluar color models

837420
RGB13111632
HSL51°60.74%31.96%
HSB/HSV51°75.57%51.37%
CMYK0.00%11.45%75.57%
48.63%

Color #837420 in popluar number systems.

HEX837420
Decimal13111632
Binary100000111110100100000
Octal20316440

Shades and tints

Shades of #837420

#837420
(131,116,32)
#786A1E
(120,106,30)
#6D601C
(109,96,28)
#62561A
(98,86,26)
#574C18
(87,76,24)
#4C4216
(76,66,22)
#413814
(65,56,20)
#362E12
(54,46,18)
#2B2410
(43,36,16)
#201A0E
(32,26,14)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #837420

#837420
(131,116,32)
#8E8034
(142,128,52)
#998C48
(153,140,72)
#A4985C
(164,152,92)
#AFA470
(175,164,112)
#BAB084
(186,176,132)
#C5BC98
(197,188,152)
#D0C8AC
(208,200,172)
#DBD4C0
(219,212,192)
#E6E0D4
(230,224,212)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837420 color. Also use rgb(131,116,32) instead hex code.

Text Font Color

.myTextColor { color: #837420; }

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

This text font color is #837420.


Background Color

.myBgColor { background-color: #837420; }

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

This div background color is #837420.


Border color

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

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

This div border color is #837420.


Opacity

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

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

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

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

This text has shadow with #837420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837420 on black background.


Color preview on white background

This text has color #837420 on white background.



Black color preview on #837420 background

This text has black color on #837420 background.


White color preview on #837420 background

This text has white color on #837420 background.