COLOR #847F73

HEX: #847F73
RGB: (132,127,115)

Renk bilgisi

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

RGB renk modeli

#847F73 color RGB value is (132,127,115).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 127 of 255 = 50%
B 115 of 255 = 45%

132
127
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 127 + 115 = 374 (100%)
R 132 of 374 ~ 35.29%
G 127 of 374 ~ 33.96%
B 115 of 374 ~ 30.75%

%35.29
%33.96
%30.75

CMYK RENK MODELİ

#847F73 rengi CMYK tonu (0,4,13,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.79%
  • sarı tonu 12.88%
  • ana renk tonu 48.24%
CMYK:
(0,4,13,48)
C0M4Y13K48 
(0%,4%,13%,48%)
(0.00/0.04/0.13/0.48)	

CMYK yüzdeleri

%0
%3.79
%12.88
%48.24

Codes

Color #847F73 in popluar color models

847F73
RGB132127115
HSL42°6.88%48.43%
HSB/HSV42°12.88%51.76%
CMYK0.00%3.79%12.88%
48.24%

Color #847F73 in popluar number systems.

HEX847F73
Decimal132127115
Binary1000010011111111110011
Octal204177163

Shades and tints

Shades of #847F73

#847F73
(132,127,115)
#787469
(120,116,105)
#6C695F
(108,105,95)
#605E55
(96,94,85)
#54534B
(84,83,75)
#484841
(72,72,65)
#3C3D37
(60,61,55)
#30322D
(48,50,45)
#242723
(36,39,35)
#181C19
(24,28,25)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #847F73

#847F73
(132,127,115)
#8F8A7F
(143,138,127)
#9A958B
(154,149,139)
#A5A097
(165,160,151)
#B0ABA3
(176,171,163)
#BBB6AF
(187,182,175)
#C6C1BB
(198,193,187)
#D1CCC7
(209,204,199)
#DCD7D3
(220,215,211)
#E7E2DF
(231,226,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847F73; }

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

This text font color is #847F73.


Background Color

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

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

This div background color is #847F73.


Border color

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

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

This div border color is #847F73.


Opacity

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

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

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

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

This text has shadow with #847F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847F73 on black background.


Color preview on white background

This text has color #847F73 on white background.



Black color preview on #847F73 background

This text has black color on #847F73 background.


White color preview on #847F73 background

This text has white color on #847F73 background.