COLOR #854D75

HEX: #854D75
RGB: (133,77,117)

Color info

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

RGB color model

#854D75 color RGB value is (133,77,117).

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

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 117 of 255 = 46%

133
77
117

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

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 117 = 327 (100%)
R 133 of 327 ~ 40.67%
G 77 of 327 ~ 23.55%
B 117 of 327 ~ 35.78%

%40.67
%23.55
%35.78

CMYK color model

#854D75 color CMYK value is (0,42,12,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(0,42,12,48)
C0M42Y12K48 
(0%,42%,12%,48%)
(0.00/0.42/0.12/0.48)	

CMYK percentages

%0
%42.11
%12.03
%47.84

Codes

Color #854D75 in popluar color models

854D75
RGB13377117
HSL317°26.67%41.18%
HSB/HSV317°42.11%52.16%
CMYK0.00%42.11%12.03%
47.84%

Color #854D75 in popluar number systems.

HEX854D75
Decimal13377117
Binary1000010110011011110101
Octal205115165

Shades and tints

Shades of #854D75

#854D75
(133,77,117)
#79466B
(121,70,107)
#6D3F61
(109,63,97)
#613857
(97,56,87)
#55314D
(85,49,77)
#492A43
(73,42,67)
#3D2339
(61,35,57)
#311C2F
(49,28,47)
#251525
(37,21,37)
#190E1B
(25,14,27)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #854D75

#854D75
(133,77,117)
#905D81
(144,93,129)
#9B6D8D
(155,109,141)
#A67D99
(166,125,153)
#B18DA5
(177,141,165)
#BC9DB1
(188,157,177)
#C7ADBD
(199,173,189)
#D2BDC9
(210,189,201)
#DDCDD5
(221,205,213)
#E8DDE1
(232,221,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854D75; }

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

This text font color is #854D75.


Background Color

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

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

This div background color is #854D75.


Border color

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

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

This div border color is #854D75.


Opacity

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

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

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

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

This text has shadow with #854D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D75 on black background.


Color preview on white background

This text has color #854D75 on white background.



Black color preview on #854D75 background

This text has black color on #854D75 background.


White color preview on #854D75 background

This text has white color on #854D75 background.