COLOR #837079

HEX: #837079
RGB: (131,112,121)

Renk bilgisi

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

RGB renk modeli

#837079 color RGB value is (131,112,121).

  • kırmız ton 131;
  • yeşil ton 112;
  • mavi ton 121.
RGB:
(131,112,121)
(51%,44%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 112 of 255 = 44%
B 121 of 255 = 47%

131
112
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 112 + 121 = 364 (100%)
R 131 of 364 ~ 35.99%
G 112 of 364 ~ 30.77%
B 121 of 364 ~ 33.24%

%35.99
%30.77
%33.24

CMYK RENK MODELİ

#837079 rengi CMYK tonu (0,15,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.50%
  • sarı tonu 7.63%
  • ana renk tonu 48.63%
CMYK:
(0,15,8,49)
C0M15Y8K49 
(0%,15%,8%,49%)
(0.00/0.15/0.08/0.49)	

CMYK yüzdeleri

%0
%14.5
%7.63
%48.63

Codes

Color #837079 in popluar color models

837079
RGB131112121
HSL332°7.82%47.65%
HSB/HSV332°14.50%51.37%
CMYK0.00%14.50%7.63%
48.63%

Color #837079 in popluar number systems.

HEX837079
Decimal131112121
Binary1000001111100001111001
Octal203160171

Shades and tints

Shades of #837079

#837079
(131,112,121)
#78666E
(120,102,110)
#6D5C63
(109,92,99)
#625258
(98,82,88)
#57484D
(87,72,77)
#4C3E42
(76,62,66)
#413437
(65,52,55)
#362A2C
(54,42,44)
#2B2021
(43,32,33)
#201616
(32,22,22)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #837079

#837079
(131,112,121)
#8E7D85
(142,125,133)
#998A91
(153,138,145)
#A4979D
(164,151,157)
#AFA4A9
(175,164,169)
#BAB1B5
(186,177,181)
#C5BEC1
(197,190,193)
#D0CBCD
(208,203,205)
#DBD8D9
(219,216,217)
#E6E5E5
(230,229,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837079 color. Also use rgb(131,112,121) instead hex code.

Text Font Color

.myTextColor { color: #837079; }

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

This text font color is #837079.


Background Color

.myBgColor { background-color: #837079; }

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

This div background color is #837079.


Border color

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

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

This div border color is #837079.


Opacity

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

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

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

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

This text has shadow with #837079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837079 on black background.


Color preview on white background

This text has color #837079 on white background.



Black color preview on #837079 background

This text has black color on #837079 background.


White color preview on #837079 background

This text has white color on #837079 background.