COLOR #854D64

HEX: #854D64 RGB: (133,77,100)

Color info

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

RGB color model

#854D64 color RGB value is (133,77,100).

RGB: (133,77,100) (52%, 30%, 39%)

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 100 of 255 = 39%

133
77
100

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

Portions of RGB colors in percentages

R + G + B = 133 + 77 + 100 = 310 (100%)
R 133 of 310 ~ 42.9%
G 77 of 310 ~ 24.84%
B 100 of 310 ~ 32.26'%

%42.9
%24.84
%32.26

CMYK color model

#854D64 color CMYK value is (0,42,25,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 24.81%
  • key color value is 47.84%

CMYK: (0,42,25,48)
C0M42Y25K48 (0%, 42%, 25%, 48%)
(0.00 / 0.42 / 0.25 / 0.48)

CMYK percentages

%0
%42.11
%24.81
%47.84

Codes

Color #854D64 in popluar color models

85 4D 64
RGB 133 77 100
HSL 335° 26.67% 41.18%
HSB/HSV 335° 42.11% 52.16%
CMYK 0.00% 42.11% 24.81%
47.84%

Color #854D64 in popluar number systems.

HEX 85 4D 64
Decimal 133 77 100
Binary 10000101 1001101 1100100
Octal 205 115 144

Shades and tints

Shades of #854D64

#854D64
(133,77,100)
#79465B
(121,70,91)
#6D3F52
(109,63,82)
#613849
(97,56,73)
#553140
(85,49,64)
#492A37
(73,42,55)
#3D232E
(61,35,46)
#311C25
(49,28,37)
#25151C
(37,21,28)
#190E13
(25,14,19)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #854D64

#854D64
(133,77,100)
#905D72
(144,93,114)
#9B6D80
(155,109,128)
#A67D8E
(166,125,142)
#B18D9C
(177,141,156)
#BC9DAA
(188,157,170)
#C7ADB8
(199,173,184)
#D2BDC6
(210,189,198)
#DDCDD4
(221,205,212)
#E8DDE2
(232,221,226)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854D64; }

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

This text font color is #854D64.

Background Color

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

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

This div background color is #854D64.

Border color

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

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

This div border color is #854D64.

Opacity

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

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

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

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

This text has shadow with #854D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854D64.

Preview

Color preview on black background

This text has color #854D64 on black background.


Color preview on white background

This text has color #854D64 on white background.


Black color preview on #854D64 background

This text has black color on #854D64 background.


White color preview on #854D64 background

This text has white color on #854D64 background.


Related colors

Complementary color

Complementary color for #hex is #7AB29B.


I love getcolorcode.com

Triadic colors

1 #64854D and #4D6485 with #854D64 are triadic colors.

2 #644D85 and #4D8564 with #854D64 are triadic colors.