COLOR #837A6B

HEX: #837A6B
RGB: (131,122,107)

Renk bilgisi

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

RGB renk modeli

#837A6B color RGB value is (131,122,107).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 107 of 255 = 42%

131
122
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 107 = 360 (100%)
R 131 of 360 ~ 36.39%
G 122 of 360 ~ 33.89%
B 107 of 360 ~ 29.72%

%36.39
%33.89
%29.72

CMYK RENK MODELİ

#837A6B rengi CMYK tonu (0,7,18,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 18.32%
  • ana renk tonu 48.63%
CMYK:
(0,7,18,49)
C0M7Y18K49 
(0%,7%,18%,49%)
(0.00/0.07/0.18/0.49)	

CMYK yüzdeleri

%0
%6.87
%18.32
%48.63

Codes

Color #837A6B in popluar color models

837A6B
RGB131122107
HSL38°10.08%46.67%
HSB/HSV38°18.32%51.37%
CMYK0.00%6.87%18.32%
48.63%

Color #837A6B in popluar number systems.

HEX837A6B
Decimal131122107
Binary1000001111110101101011
Octal203172153

Shades and tints

Shades of #837A6B

#837A6B
(131,122,107)
#786F62
(120,111,98)
#6D6459
(109,100,89)
#625950
(98,89,80)
#574E47
(87,78,71)
#4C433E
(76,67,62)
#413835
(65,56,53)
#362D2C
(54,45,44)
#2B2223
(43,34,35)
#20171A
(32,23,26)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #837A6B

#837A6B
(131,122,107)
#8E8678
(142,134,120)
#999285
(153,146,133)
#A49E92
(164,158,146)
#AFAA9F
(175,170,159)
#BAB6AC
(186,182,172)
#C5C2B9
(197,194,185)
#D0CEC6
(208,206,198)
#DBDAD3
(219,218,211)
#E6E6E0
(230,230,224)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A6B; }

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

This text font color is #837A6B.


Background Color

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

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

This div background color is #837A6B.


Border color

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

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

This div border color is #837A6B.


Opacity

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

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

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

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

This text has shadow with #837A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A6B on black background.


Color preview on white background

This text has color #837A6B on white background.



Black color preview on #837A6B background

This text has black color on #837A6B background.


White color preview on #837A6B background

This text has white color on #837A6B background.