COLOR #847B73

HEX: #847B73
RGB: (132,123,115)

Renk bilgisi

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

RGB renk modeli

#847B73 color RGB value is (132,123,115).

  • kırmız ton 132;
  • yeşil ton 123;
  • mavi ton 115.
RGB:
(132,123,115)
(52%,48%,45%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 123 of 255 = 48%
B 115 of 255 = 45%

132
123
115

R + G + B ~ 48%. #847B73 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 123 + 115 = 370 (100%)
R 132 of 370 ~ 35.68%
G 123 of 370 ~ 33.24%
B 115 of 370 ~ 31.08%

%35.68
%33.24
%31.08

CMYK RENK MODELİ

#847B73 rengi CMYK tonu (0,7,13,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.82%
  • sarı tonu 12.88%
  • ana renk tonu 48.24%
CMYK:
(0,7,13,48)
C0M7Y13K48 
(0%,7%,13%,48%)
(0.00/0.07/0.13/0.48)	

CMYK yüzdeleri

%0
%6.82
%12.88
%48.24

Codes

Color #847B73 in popluar color models

847B73
RGB132123115
HSL28°6.88%48.43%
HSB/HSV28°12.88%51.76%
CMYK0.00%6.82%12.88%
48.24%

Color #847B73 in popluar number systems.

HEX847B73
Decimal132123115
Binary1000010011110111110011
Octal204173163

Shades and tints

Shades of #847B73

#847B73
(132,123,115)
#787069
(120,112,105)
#6C655F
(108,101,95)
#605A55
(96,90,85)
#544F4B
(84,79,75)
#484441
(72,68,65)
#3C3937
(60,57,55)
#302E2D
(48,46,45)
#242323
(36,35,35)
#181819
(24,24,25)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #847B73

#847B73
(132,123,115)
#8F877F
(143,135,127)
#9A938B
(154,147,139)
#A59F97
(165,159,151)
#B0ABA3
(176,171,163)
#BBB7AF
(187,183,175)
#C6C3BB
(198,195,187)
#D1CFC7
(209,207,199)
#DCDBD3
(220,219,211)
#E7E7DF
(231,231,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847B73 color. Also use rgb(132,123,115) instead hex code.

Text Font Color

.myTextColor { color: #847B73; }

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

This text font color is #847B73.


Background Color

.myBgColor { background-color: #847B73; }

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

This div background color is #847B73.


Border color

.myBorderColor { border: 1px solid #847B73; }

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

This div border color is #847B73.


Opacity

.myOpacity80 { color: #847B73; opacity: 0.8; }

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

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

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

This text has shadow with #847B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B73 on black background.


Color preview on white background

This text has color #847B73 on white background.



Black color preview on #847B73 background

This text has black color on #847B73 background.


White color preview on #847B73 background

This text has white color on #847B73 background.