COLOR #847476

HEX: #847476
RGB: (132,116,118)

Renk bilgisi

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

RGB renk modeli

#847476 color RGB value is (132,116,118).

  • kırmız ton 132;
  • yeşil ton 116;
  • mavi ton 118.
RGB:
(132,116,118)
(52%,45%,46%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 116 of 255 = 45%
B 118 of 255 = 46%

132
116
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 116 + 118 = 366 (100%)
R 132 of 366 ~ 36.07%
G 116 of 366 ~ 31.69%
B 118 of 366 ~ 32.24%

%36.07
%31.69
%32.24

CMYK RENK MODELİ

#847476 rengi CMYK tonu (0,12,11,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.12%
  • sarı tonu 10.61%
  • ana renk tonu 48.24%
CMYK:
(0,12,11,48)
C0M12Y11K48 
(0%,12%,11%,48%)
(0.00/0.12/0.11/0.48)	

CMYK yüzdeleri

%0
%12.12
%10.61
%48.24

Codes

Color #847476 in popluar color models

847476
RGB132116118
HSL353°6.45%48.63%
HSB/HSV353°12.12%51.76%
CMYK0.00%12.12%10.61%
48.24%

Color #847476 in popluar number systems.

HEX847476
Decimal132116118
Binary1000010011101001110110
Octal204164166

Shades and tints

Shades of #847476

#847476
(132,116,118)
#786A6C
(120,106,108)
#6C6062
(108,96,98)
#605658
(96,86,88)
#544C4E
(84,76,78)
#484244
(72,66,68)
#3C383A
(60,56,58)
#302E30
(48,46,48)
#242426
(36,36,38)
#181A1C
(24,26,28)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #847476

#847476
(132,116,118)
#8F8082
(143,128,130)
#9A8C8E
(154,140,142)
#A5989A
(165,152,154)
#B0A4A6
(176,164,166)
#BBB0B2
(187,176,178)
#C6BCBE
(198,188,190)
#D1C8CA
(209,200,202)
#DCD4D6
(220,212,214)
#E7E0E2
(231,224,226)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847476 color. Also use rgb(132,116,118) instead hex code.

Text Font Color

.myTextColor { color: #847476; }

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

This text font color is #847476.


Background Color

.myBgColor { background-color: #847476; }

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

This div background color is #847476.


Border color

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

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

This div border color is #847476.


Opacity

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

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

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

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

This text has shadow with #847476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847476 on black background.


Color preview on white background

This text has color #847476 on white background.



Black color preview on #847476 background

This text has black color on #847476 background.


White color preview on #847476 background

This text has white color on #847476 background.