COLOR #846E71

HEX: #846E71
RGB: (132,110,113)

Renk bilgisi

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

RGB renk modeli

#846E71 color RGB value is (132,110,113).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 110 of 255 = 43%
B 113 of 255 = 44%

132
110
113

R + G + B ~ 46%. #846E71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 110 + 113 = 355 (100%)
R 132 of 355 ~ 37.18%
G 110 of 355 ~ 30.99%
B 113 of 355 ~ 31.83%

%37.18
%30.99
%31.83

CMYK RENK MODELİ

#846E71 rengi CMYK tonu (0,17,14,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 14.39%
  • ana renk tonu 48.24%
CMYK:
(0,17,14,48)
C0M17Y14K48 
(0%,17%,14%,48%)
(0.00/0.17/0.14/0.48)	

CMYK yüzdeleri

%0
%16.67
%14.39
%48.24

Codes

Color #846E71 in popluar color models

846E71
RGB132110113
HSL352°9.09%47.45%
HSB/HSV352°16.67%51.76%
CMYK0.00%16.67%14.39%
48.24%

Color #846E71 in popluar number systems.

HEX846E71
Decimal132110113
Binary1000010011011101110001
Octal204156161

Shades and tints

Shades of #846E71

#846E71
(132,110,113)
#786467
(120,100,103)
#6C5A5D
(108,90,93)
#605053
(96,80,83)
#544649
(84,70,73)
#483C3F
(72,60,63)
#3C3235
(60,50,53)
#30282B
(48,40,43)
#241E21
(36,30,33)
#181417
(24,20,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #846E71

#846E71
(132,110,113)
#8F7B7D
(143,123,125)
#9A8889
(154,136,137)
#A59595
(165,149,149)
#B0A2A1
(176,162,161)
#BBAFAD
(187,175,173)
#C6BCB9
(198,188,185)
#D1C9C5
(209,201,197)
#DCD6D1
(220,214,209)
#E7E3DD
(231,227,221)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846E71 color. Also use rgb(132,110,113) instead hex code.

Text Font Color

.myTextColor { color: #846E71; }

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

This text font color is #846E71.


Background Color

.myBgColor { background-color: #846E71; }

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

This div background color is #846E71.


Border color

.myBorderColor { border: 1px solid #846E71; }

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

This div border color is #846E71.


Opacity

.myOpacity80 { color: #846E71; opacity: 0.8; }

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

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

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

This text has shadow with #846E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E71 on black background.


Color preview on white background

This text has color #846E71 on white background.



Black color preview on #846E71 background

This text has black color on #846E71 background.


White color preview on #846E71 background

This text has white color on #846E71 background.