COLOR #837472

HEX: #837472
RGB: (131,116,114)

Renk bilgisi

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

RGB renk modeli

#837472 color RGB value is (131,116,114).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 116 of 255 = 45%
B 114 of 255 = 45%

131
116
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 116 + 114 = 361 (100%)
R 131 of 361 ~ 36.29%
G 116 of 361 ~ 32.13%
B 114 of 361 ~ 31.58%

%36.29
%32.13
%31.58

CMYK RENK MODELİ

#837472 rengi CMYK tonu (0,11,13,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.45%
  • sarı tonu 12.98%
  • ana renk tonu 48.63%
CMYK:
(0,11,13,49)
C0M11Y13K49 
(0%,11%,13%,49%)
(0.00/0.11/0.13/0.49)	

CMYK yüzdeleri

%0
%11.45
%12.98
%48.63

Codes

Color #837472 in popluar color models

837472
RGB131116114
HSL6.94%48.04%
HSB/HSV12.98%51.37%
CMYK0.00%11.45%12.98%
48.63%

Color #837472 in popluar number systems.

HEX837472
Decimal131116114
Binary1000001111101001110010
Octal203164162

Shades and tints

Shades of #837472

#837472
(131,116,114)
#786A68
(120,106,104)
#6D605E
(109,96,94)
#625654
(98,86,84)
#574C4A
(87,76,74)
#4C4240
(76,66,64)
#413836
(65,56,54)
#362E2C
(54,46,44)
#2B2422
(43,36,34)
#201A18
(32,26,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #837472

#837472
(131,116,114)
#8E807E
(142,128,126)
#998C8A
(153,140,138)
#A49896
(164,152,150)
#AFA4A2
(175,164,162)
#BAB0AE
(186,176,174)
#C5BCBA
(197,188,186)
#D0C8C6
(208,200,198)
#DBD4D2
(219,212,210)
#E6E0DE
(230,224,222)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837472; }

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

This text font color is #837472.


Background Color

.myBgColor { background-color: #837472; }

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

This div background color is #837472.


Border color

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

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

This div border color is #837472.


Opacity

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

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

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

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

This text has shadow with #837472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837472 on black background.


Color preview on white background

This text has color #837472 on white background.



Black color preview on #837472 background

This text has black color on #837472 background.


White color preview on #837472 background

This text has white color on #837472 background.