COLOR #846C63

HEX: #846C63
RGB: (132,108,99)

Renk bilgisi

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

RGB renk modeli

#846C63 color RGB value is (132,108,99).

  • kırmız ton 132;
  • yeşil ton 108;
  • mavi ton 99.
RGB:
(132,108,99)
(52%,42%,39%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 108 of 255 = 42%
B 99 of 255 = 39%

132
108
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 108 + 99 = 339 (100%)
R 132 of 339 ~ 38.94%
G 108 of 339 ~ 31.86%
B 99 of 339 ~ 29.2%

%38.94
%31.86
%29.2

CMYK RENK MODELİ

#846C63 rengi CMYK tonu (0,18,25,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 25.00%
  • ana renk tonu 48.24%
CMYK:
(0,18,25,48)
C0M18Y25K48 
(0%,18%,25%,48%)
(0.00/0.18/0.25/0.48)	

CMYK yüzdeleri

%0
%18.18
%25
%48.24

Codes

Color #846C63 in popluar color models

846C63
RGB13210899
HSL16°14.29%45.29%
HSB/HSV16°25.00%51.76%
CMYK0.00%18.18%25.00%
48.24%

Color #846C63 in popluar number systems.

HEX846C63
Decimal13210899
Binary1000010011011001100011
Octal204154143

Shades and tints

Shades of #846C63

#846C63
(132,108,99)
#78635A
(120,99,90)
#6C5A51
(108,90,81)
#605148
(96,81,72)
#54483F
(84,72,63)
#483F36
(72,63,54)
#3C362D
(60,54,45)
#302D24
(48,45,36)
#24241B
(36,36,27)
#181B12
(24,27,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #846C63

#846C63
(132,108,99)
#8F7971
(143,121,113)
#9A867F
(154,134,127)
#A5938D
(165,147,141)
#B0A09B
(176,160,155)
#BBADA9
(187,173,169)
#C6BAB7
(198,186,183)
#D1C7C5
(209,199,197)
#DCD4D3
(220,212,211)
#E7E1E1
(231,225,225)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846C63 color. Also use rgb(132,108,99) instead hex code.

Text Font Color

.myTextColor { color: #846C63; }

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

This text font color is #846C63.


Background Color

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

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

This div background color is #846C63.


Border color

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

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

This div border color is #846C63.


Opacity

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

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

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

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

This text has shadow with #846C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846C63 on black background.


Color preview on white background

This text has color #846C63 on white background.



Black color preview on #846C63 background

This text has black color on #846C63 background.


White color preview on #846C63 background

This text has white color on #846C63 background.