COLOR #854A6C

HEX: #854A6C
RGB: (133,74,108)

Color info

#854A6C contains red, green and blue colors in about the same proportion. Web safe color of #854A6C is #993366 (or #936).

RGB color model

#854A6C color RGB value is (133,74,108).

  • red value is 133;
  • green value is 74;
  • blue value is 108.
RGB:
(133,74,108)
(52%,29%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 74 of 255 = 29%
B 108 of 255 = 42%

133
74
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 74 + 108 = 315 (100%)
R 133 of 315 ~ 42.22%
G 74 of 315 ~ 23.49%
B 108 of 315 ~ 34.29%

%42.22
%23.49
%34.29

CMYK color model

#854A6C color CMYK value is (0,44,19,48).

  • cyan value is 0.00%
  • magenta value is 44.36%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,44,19,48)
C0M44Y19K48 
(0%,44%,19%,48%)
(0.00/0.44/0.19/0.48)	

CMYK percentages

%0
%44.36
%18.8
%47.84

Codes

Color #854A6C in popluar color models

854A6C
RGB13374108
HSL325°28.50%40.59%
HSB/HSV325°44.36%52.16%
CMYK0.00%44.36%18.80%
47.84%

Color #854A6C in popluar number systems.

HEX854A6C
Decimal13374108
Binary1000010110010101101100
Octal205112154

Shades and tints

Shades of #854A6C

#854A6C
(133,74,108)
#794463
(121,68,99)
#6D3E5A
(109,62,90)
#613851
(97,56,81)
#553248
(85,50,72)
#492C3F
(73,44,63)
#3D2636
(61,38,54)
#31202D
(49,32,45)
#251A24
(37,26,36)
#19141B
(25,20,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #854A6C

#854A6C
(133,74,108)
#905A79
(144,90,121)
#9B6A86
(155,106,134)
#A67A93
(166,122,147)
#B18AA0
(177,138,160)
#BC9AAD
(188,154,173)
#C7AABA
(199,170,186)
#D2BAC7
(210,186,199)
#DDCAD4
(221,202,212)
#E8DAE1
(232,218,225)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854A6C color. Also use rgb(133,74,108) instead hex code.

Text Font Color

.myTextColor { color: #854A6C; }

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

This text font color is #854A6C.


Background Color

.myBgColor { background-color: #854A6C; }

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

This div background color is #854A6C.


Border color

.myBorderColor { border: 1px solid #854A6C; }

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

This div border color is #854A6C.


Opacity

.myOpacity80 { color: #854A6C; opacity: 0.8; }

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

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

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

This text has shadow with #854A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854A6C on black background.


Color preview on white background

This text has color #854A6C on white background.



Black color preview on #854A6C background

This text has black color on #854A6C background.


White color preview on #854A6C background

This text has white color on #854A6C background.