COLOR #837B6B

HEX: #837B6B
RGB: (131,123,107)

Renk bilgisi

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

RGB renk modeli

#837B6B color RGB value is (131,123,107).

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

RGB bağlantıları ve doygunluk

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

131
123
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 123 + 107 = 361 (100%)
R 131 of 361 ~ 36.29%
G 123 of 361 ~ 34.07%
B 107 of 361 ~ 29.64%

%36.29
%34.07
%29.64

CMYK RENK MODELİ

#837B6B rengi CMYK tonu (0,6,18,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.11%
  • sarı tonu 18.32%
  • ana renk tonu 48.63%
CMYK: (0,6,18,49) C0M6Y18K49 (0%,6%,18%,49%) (0.00/0.06/0.18/0.49)

CMYK yüzdeleri

%0
%6.11
%18.32
%48.63

Codes

Color #837B6B in popluar color models

837B6B
RGB131123107
HSL40°10.08%46.67%
HSB/HSV40°18.32%51.37%
CMYK0.00%6.11%18.32%
48.63%

Color #837B6B in popluar number systems.

HEX837B6B
Decimal131123107
Binary1000001111110111101011
Octal203173153

Shades and tints

Shades of #837B6B

#837B6B
(131,123,107)
#787062
(120,112,98)
#6D6559
(109,101,89)
#625A50
(98,90,80)
#574F47
(87,79,71)
#4C443E
(76,68,62)
#413935
(65,57,53)
#362E2C
(54,46,44)
#2B2323
(43,35,35)
#20181A
(32,24,26)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #837B6B

#837B6B
(131,123,107)
#8E8778
(142,135,120)
#999385
(153,147,133)
#A49F92
(164,159,146)
#AFAB9F
(175,171,159)
#BAB7AC
(186,183,172)
#C5C3B9
(197,195,185)
#D0CFC6
(208,207,198)
#DBDBD3
(219,219,211)
#E6E7E0
(230,231,224)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B6B; }

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

This text font color is #837B6B.


Background Color

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

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

This div background color is #837B6B.


Border color

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

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

This div border color is #837B6B.


Opacity

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

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

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

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

This text has shadow with #837B6B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #837B6B on black background.


Color preview on white background

This text has color #837B6B on white background.



Black color preview on #837B6B background

This text has black color on #837B6B background.


White color preview on #837B6B background

This text has white color on #837B6B background.