COLOR #855464

HEX: #855464
RGB: (133,84,100)

Renk bilgisi

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

RGB renk modeli

#855464 color RGB value is (133,84,100).

  • kırmız ton 133;
  • yeşil ton 84;
  • mavi ton 100.
RGB:
(133,84,100)
(52%,33%,39%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 84 of 255 = 33%
B 100 of 255 = 39%

133
84
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 84 + 100 = 317 (100%)
R 133 of 317 ~ 41.96%
G 84 of 317 ~ 26.5%
B 100 of 317 ~ 31.55%

%41.96
%26.5
%31.55

CMYK RENK MODELİ

#855464 rengi CMYK tonu (0,37,25,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.84%
  • sarı tonu 24.81%
  • ana renk tonu 47.84%
CMYK:
(0,37,25,48)
C0M37Y25K48 
(0%,37%,25%,48%)
(0.00/0.37/0.25/0.48)	

CMYK yüzdeleri

%0
%36.84
%24.81
%47.84

Codes

Color #855464 in popluar color models

855464
RGB13384100
HSL340°22.58%42.55%
HSB/HSV340°36.84%52.16%
CMYK0.00%36.84%24.81%
47.84%

Color #855464 in popluar number systems.

HEX855464
Decimal13384100
Binary1000010110101001100100
Octal205124144

Shades and tints

Shades of #855464

#855464
(133,84,100)
#794D5B
(121,77,91)
#6D4652
(109,70,82)
#613F49
(97,63,73)
#553840
(85,56,64)
#493137
(73,49,55)
#3D2A2E
(61,42,46)
#312325
(49,35,37)
#251C1C
(37,28,28)
#191513
(25,21,19)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #855464

#855464
(133,84,100)
#906372
(144,99,114)
#9B7280
(155,114,128)
#A6818E
(166,129,142)
#B1909C
(177,144,156)
#BC9FAA
(188,159,170)
#C7AEB8
(199,174,184)
#D2BDC6
(210,189,198)
#DDCCD4
(221,204,212)
#E8DBE2
(232,219,226)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855464 color. Also use rgb(133,84,100) instead hex code.

Text Font Color

.myTextColor { color: #855464; }

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

This text font color is #855464.


Background Color

.myBgColor { background-color: #855464; }

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

This div background color is #855464.


Border color

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

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

This div border color is #855464.


Opacity

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

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

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

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

This text has shadow with #855464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855464 on black background.


Color preview on white background

This text has color #855464 on white background.



Black color preview on #855464 background

This text has black color on #855464 background.


White color preview on #855464 background

This text has white color on #855464 background.