COLOR #837A49

HEX: #837A49
RGB: (131,122,73)

Renk bilgisi

#837A49 contains red, green and blue colors in about the same proportion. #837A49 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#837A49 color RGB value is (131,122,73).

  • kırmız ton 131;
  • yeşil ton 122;
  • mavi ton 73.
RGB:
(131,122,73)
(51%,48%,29%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 73 of 255 = 29%

131
122
73

R + G + B ~ 43%. #837A49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 73 = 326 (100%)
R 131 of 326 ~ 40.18%
G 122 of 326 ~ 37.42%
B 73 of 326 ~ 22.39%

%40.18
%37.42
%22.39

CMYK RENK MODELİ

#837A49 rengi CMYK tonu (0,7,44,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 44.27%
  • ana renk tonu 48.63%
CMYK:
(0,7,44,49)
C0M7Y44K49 
(0%,7%,44%,49%)
(0.00/0.07/0.44/0.49)	

CMYK yüzdeleri

%0
%6.87
%44.27
%48.63

Codes

Color #837A49 in popluar color models

837A49
RGB13112273
HSL51°28.43%40.00%
HSB/HSV51°44.27%51.37%
CMYK0.00%6.87%44.27%
48.63%

Color #837A49 in popluar number systems.

HEX837A49
Decimal13112273
Binary1000001111110101001001
Octal203172111

Shades and tints

Shades of #837A49

#837A49
(131,122,73)
#786F43
(120,111,67)
#6D643D
(109,100,61)
#625937
(98,89,55)
#574E31
(87,78,49)
#4C432B
(76,67,43)
#413825
(65,56,37)
#362D1F
(54,45,31)
#2B2219
(43,34,25)
#201713
(32,23,19)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #837A49

#837A49
(131,122,73)
#8E8659
(142,134,89)
#999269
(153,146,105)
#A49E79
(164,158,121)
#AFAA89
(175,170,137)
#BAB699
(186,182,153)
#C5C2A9
(197,194,169)
#D0CEB9
(208,206,185)
#DBDAC9
(219,218,201)
#E6E6D9
(230,230,217)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837A49 color. Also use rgb(131,122,73) instead hex code.

Text Font Color

.myTextColor { color: #837A49; }

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

This text font color is #837A49.


Background Color

.myBgColor { background-color: #837A49; }

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

This div background color is #837A49.


Border color

.myBorderColor { border: 1px solid #837A49; }

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

This div border color is #837A49.


Opacity

.myOpacity80 { color: #837A49; opacity: 0.8; }

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

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

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

This text has shadow with #837A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A49 on black background.


Color preview on white background

This text has color #837A49 on white background.



Black color preview on #837A49 background

This text has black color on #837A49 background.


White color preview on #837A49 background

This text has white color on #837A49 background.