COLOR #847A71

HEX: #847A71
RGB: (132,122,113)

Renk bilgisi

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

RGB renk modeli

#847A71 color RGB value is (132,122,113).

  • kırmız ton 132;
  • yeşil ton 122;
  • mavi ton 113.
RGB:
(132,122,113)
(52%,48%,44%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 122 of 255 = 48%
B 113 of 255 = 44%

132
122
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 122 + 113 = 367 (100%)
R 132 of 367 ~ 35.97%
G 122 of 367 ~ 33.24%
B 113 of 367 ~ 30.79%

%35.97
%33.24
%30.79

CMYK RENK MODELİ

#847A71 rengi CMYK tonu (0,8,14,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.58%
  • sarı tonu 14.39%
  • ana renk tonu 48.24%
CMYK:
(0,8,14,48)
C0M8Y14K48 
(0%,8%,14%,48%)
(0.00/0.08/0.14/0.48)	

CMYK yüzdeleri

%0
%7.58
%14.39
%48.24

Codes

Color #847A71 in popluar color models

847A71
RGB132122113
HSL28°7.76%48.04%
HSB/HSV28°14.39%51.76%
CMYK0.00%7.58%14.39%
48.24%

Color #847A71 in popluar number systems.

HEX847A71
Decimal132122113
Binary1000010011110101110001
Octal204172161

Shades and tints

Shades of #847A71

#847A71
(132,122,113)
#786F67
(120,111,103)
#6C645D
(108,100,93)
#605953
(96,89,83)
#544E49
(84,78,73)
#48433F
(72,67,63)
#3C3835
(60,56,53)
#302D2B
(48,45,43)
#242221
(36,34,33)
#181717
(24,23,23)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #847A71

#847A71
(132,122,113)
#8F867D
(143,134,125)
#9A9289
(154,146,137)
#A59E95
(165,158,149)
#B0AAA1
(176,170,161)
#BBB6AD
(187,182,173)
#C6C2B9
(198,194,185)
#D1CEC5
(209,206,197)
#DCDAD1
(220,218,209)
#E7E6DD
(231,230,221)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847A71 color. Also use rgb(132,122,113) instead hex code.

Text Font Color

.myTextColor { color: #847A71; }

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

This text font color is #847A71.


Background Color

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

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

This div background color is #847A71.


Border color

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

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

This div border color is #847A71.


Opacity

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

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

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

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

This text has shadow with #847A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A71 on black background.


Color preview on white background

This text has color #847A71 on white background.



Black color preview on #847A71 background

This text has black color on #847A71 background.


White color preview on #847A71 background

This text has white color on #847A71 background.