COLOR #837464

HEX: #837464
RGB: (131,116,100)

Renk bilgisi

#837464 contains red, green and blue colors in about the same proportion. #837464 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#837464 color RGB value is (131,116,100).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 116 of 255 = 45%
B 100 of 255 = 39%

131
116
100

R + G + B ~ 45%. #837464 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 116 + 100 = 347 (100%)
R 131 of 347 ~ 37.75%
G 116 of 347 ~ 33.43%
B 100 of 347 ~ 28.82%

%37.75
%33.43
%28.82

CMYK RENK MODELİ

#837464 rengi CMYK tonu (0,11,24,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.45%
  • sarı tonu 23.66%
  • ana renk tonu 48.63%
CMYK:
(0,11,24,49)
C0M11Y24K49 
(0%,11%,24%,49%)
(0.00/0.11/0.24/0.49)	

CMYK yüzdeleri

%0
%11.45
%23.66
%48.63

Codes

Color #837464 in popluar color models

837464
RGB131116100
HSL31°13.42%45.29%
HSB/HSV31°23.66%51.37%
CMYK0.00%11.45%23.66%
48.63%

Color #837464 in popluar number systems.

HEX837464
Decimal131116100
Binary1000001111101001100100
Octal203164144

Shades and tints

Shades of #837464

#837464
(131,116,100)
#786A5B
(120,106,91)
#6D6052
(109,96,82)
#625649
(98,86,73)
#574C40
(87,76,64)
#4C4237
(76,66,55)
#41382E
(65,56,46)
#362E25
(54,46,37)
#2B241C
(43,36,28)
#201A13
(32,26,19)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #837464

#837464
(131,116,100)
#8E8072
(142,128,114)
#998C80
(153,140,128)
#A4988E
(164,152,142)
#AFA49C
(175,164,156)
#BAB0AA
(186,176,170)
#C5BCB8
(197,188,184)
#D0C8C6
(208,200,198)
#DBD4D4
(219,212,212)
#E6E0E2
(230,224,226)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837464; }

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

This text font color is #837464.


Background Color

.myBgColor { background-color: #837464; }

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

This div background color is #837464.


Border color

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

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

This div border color is #837464.


Opacity

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

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

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

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

This text has shadow with #837464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837464 on black background.


Color preview on white background

This text has color #837464 on white background.



Black color preview on #837464 background

This text has black color on #837464 background.


White color preview on #837464 background

This text has white color on #837464 background.