COLOR #854D67

HEX: #854D67
RGB: (133,77,103)

Color info

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

RGB color model

#854D67 color RGB value is (133,77,103).

  • red value is 133;
  • green value is 77;
  • blue value is 103.
RGB:
(133,77,103)
(52%,30%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 103 of 255 = 40%

133
77
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 103 = 313 (100%)
R 133 of 313 ~ 42.49%
G 77 of 313 ~ 24.6%
B 103 of 313 ~ 32.91%

%42.49
%24.6
%32.91

CMYK color model

#854D67 color CMYK value is (0,42,23,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(0,42,23,48)
C0M42Y23K48 
(0%,42%,23%,48%)
(0.00/0.42/0.23/0.48)	

CMYK percentages

%0
%42.11
%22.56
%47.84

Codes

Color #854D67 in popluar color models

854D67
RGB13377103
HSL332°26.67%41.18%
HSB/HSV332°42.11%52.16%
CMYK0.00%42.11%22.56%
47.84%

Color #854D67 in popluar number systems.

HEX854D67
Decimal13377103
Binary1000010110011011100111
Octal205115147

Shades and tints

Shades of #854D67

#854D67
(133,77,103)
#79465E
(121,70,94)
#6D3F55
(109,63,85)
#61384C
(97,56,76)
#553143
(85,49,67)
#492A3A
(73,42,58)
#3D2331
(61,35,49)
#311C28
(49,28,40)
#25151F
(37,21,31)
#190E16
(25,14,22)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #854D67

#854D67
(133,77,103)
#905D74
(144,93,116)
#9B6D81
(155,109,129)
#A67D8E
(166,125,142)
#B18D9B
(177,141,155)
#BC9DA8
(188,157,168)
#C7ADB5
(199,173,181)
#D2BDC2
(210,189,194)
#DDCDCF
(221,205,207)
#E8DDDC
(232,221,220)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854D67; }

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

This text font color is #854D67.


Background Color

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

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

This div background color is #854D67.


Border color

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

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

This div border color is #854D67.


Opacity

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

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

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

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

This text has shadow with #854D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D67 on black background.


Color preview on white background

This text has color #854D67 on white background.



Black color preview on #854D67 background

This text has black color on #854D67 background.


White color preview on #854D67 background

This text has white color on #854D67 background.