COLOR #846063

HEX: #846063
RGB: (132,96,99)

Renk bilgisi

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

RGB renk modeli

#846063 color RGB value is (132,96,99).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 96 of 255 = 38%
B 99 of 255 = 39%

132
96
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 96 + 99 = 327 (100%)
R 132 of 327 ~ 40.37%
G 96 of 327 ~ 29.36%
B 99 of 327 ~ 30.28%

%40.37
%29.36
%30.28

CMYK RENK MODELİ

#846063 rengi CMYK tonu (0,27,25,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.27%
  • sarı tonu 25.00%
  • ana renk tonu 48.24%
CMYK:
(0,27,25,48)
C0M27Y25K48 
(0%,27%,25%,48%)
(0.00/0.27/0.25/0.48)	

CMYK yüzdeleri

%0
%27.27
%25
%48.24

Codes

Color #846063 in popluar color models

846063
RGB1329699
HSL355°15.79%44.71%
HSB/HSV355°27.27%51.76%
CMYK0.00%27.27%25.00%
48.24%

Color #846063 in popluar number systems.

HEX846063
Decimal1329699
Binary1000010011000001100011
Octal204140143

Shades and tints

Shades of #846063

#846063
(132,96,99)
#78585A
(120,88,90)
#6C5051
(108,80,81)
#604848
(96,72,72)
#54403F
(84,64,63)
#483836
(72,56,54)
#3C302D
(60,48,45)
#302824
(48,40,36)
#24201B
(36,32,27)
#181812
(24,24,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #846063

#846063
(132,96,99)
#8F6E71
(143,110,113)
#9A7C7F
(154,124,127)
#A58A8D
(165,138,141)
#B0989B
(176,152,155)
#BBA6A9
(187,166,169)
#C6B4B7
(198,180,183)
#D1C2C5
(209,194,197)
#DCD0D3
(220,208,211)
#E7DEE1
(231,222,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846063; }

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

This text font color is #846063.


Background Color

.myBgColor { background-color: #846063; }

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

This div background color is #846063.


Border color

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

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

This div border color is #846063.


Opacity

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

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

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

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

This text has shadow with #846063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846063 on black background.


Color preview on white background

This text has color #846063 on white background.



Black color preview on #846063 background

This text has black color on #846063 background.


White color preview on #846063 background

This text has white color on #846063 background.