COLOR #837072

HEX: #837072
RGB: (131,112,114)

Renk bilgisi

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

RGB renk modeli

#837072 color RGB value is (131,112,114).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 112 of 255 = 44%
B 114 of 255 = 45%

131
112
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 112 + 114 = 357 (100%)
R 131 of 357 ~ 36.69%
G 112 of 357 ~ 31.37%
B 114 of 357 ~ 31.93%

%36.69
%31.37
%31.93

CMYK RENK MODELİ

#837072 rengi CMYK tonu (0,15,13,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.50%
  • sarı tonu 12.98%
  • ana renk tonu 48.63%
CMYK:
(0,15,13,49)
C0M15Y13K49 
(0%,15%,13%,49%)
(0.00/0.15/0.13/0.49)	

CMYK yüzdeleri

%0
%14.5
%12.98
%48.63

Codes

Color #837072 in popluar color models

837072
RGB131112114
HSL354°7.82%47.65%
HSB/HSV354°14.50%51.37%
CMYK0.00%14.50%12.98%
48.63%

Color #837072 in popluar number systems.

HEX837072
Decimal131112114
Binary1000001111100001110010
Octal203160162

Shades and tints

Shades of #837072

#837072
(131,112,114)
#786668
(120,102,104)
#6D5C5E
(109,92,94)
#625254
(98,82,84)
#57484A
(87,72,74)
#4C3E40
(76,62,64)
#413436
(65,52,54)
#362A2C
(54,42,44)
#2B2022
(43,32,34)
#201618
(32,22,24)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #837072

#837072
(131,112,114)
#8E7D7E
(142,125,126)
#998A8A
(153,138,138)
#A49796
(164,151,150)
#AFA4A2
(175,164,162)
#BAB1AE
(186,177,174)
#C5BEBA
(197,190,186)
#D0CBC6
(208,203,198)
#DBD8D2
(219,216,210)
#E6E5DE
(230,229,222)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837072; }

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

This text font color is #837072.


Background Color

.myBgColor { background-color: #837072; }

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

This div background color is #837072.


Border color

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

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

This div border color is #837072.


Opacity

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

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

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

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

This text has shadow with #837072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837072 on black background.


Color preview on white background

This text has color #837072 on white background.



Black color preview on #837072 background

This text has black color on #837072 background.


White color preview on #837072 background

This text has white color on #837072 background.