COLOR #854F6E

HEX: #854F6E RGB: (133,79,110)

Color info

#854F6E contains red, green and blue colors in about the same proportion. Web safe color of #854F6E is #996666 (or #966).

RGB color model

#854F6E color RGB value is (133,79,110).

RGB: (133,79,110) (52%, 31%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 79 of 255 = 31%
B 110 of 255 = 43%

133
79
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 79 + 110 = 322 (100%)
R 133 of 322 ~ 41.3%
G 79 of 322 ~ 24.53%
B 110 of 322 ~ 34.16'%

%41.3
%24.53
%34.16

CMYK color model

#854F6E color CMYK value is (0,41,17,48).

  • cyan value is 0.00%
  • magenta value is 40.60%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK: (0,41,17,48) C0M41Y17K48 (0%,41%,17%,48%) (0.00/0.41/0.17/0.48) 

CMYK percentages

%0
%40.6
%17.29
%47.84

Codes

Color #854F6E in popluar color models

85 4F 6E
RGB 133 79 110
HSL 326° 25.47% 41.57%
HSB/HSV 326° 40.60% 52.16%
CMYK 0.00% 40.60% 17.29%
47.84%

Color #854F6E in popluar number systems.

HEX 85 4F 6E
Decimal 133 79 110
Binary 10000101 1001111 1101110
Octal 205 117 156

Shades and tints

Shades of #854F6E

#854F6E
(133,79,110)
#794864
(121,72,100)
#6D415A
(109,65,90)
#613A50
(97,58,80)
#553346
(85,51,70)
#492C3C
(73,44,60)
#3D2532
(61,37,50)
#311E28
(49,30,40)
#25171E
(37,23,30)
#191014
(25,16,20)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #854F6E

#854F6E
(133,79,110)
#905F7B
(144,95,123)
#9B6F88
(155,111,136)
#A67F95
(166,127,149)
#B18FA2
(177,143,162)
#BC9FAF
(188,159,175)
#C7AFBC
(199,175,188)
#D2BFC9
(210,191,201)
#DDCFD6
(221,207,214)
#E8DFE3
(232,223,227)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854F6E color. Also use rgb(133,79,110) instead hex code.

Text Font Color

.myTextColor { color: #854F6E; }

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

This text font color is #854F6E.

Background Color

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

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

This div background color is #854F6E.

Border color

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

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

This div border color is #854F6E.

Opacity

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

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

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

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

This text has shadow with #854F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854F6E.

Preview

Color preview on black background

This text has color #854F6E on black background.


Color preview on white background

This text has color #854F6E on white background.


Black color preview on #854F6E background

This text has black color on #854F6E background.


White color preview on #854F6E background

This text has white color on #854F6E background.


Related colors

Complementary color

Complementary color for #hex is #7AB091.


I love getcolorcode.com

Triadic colors

1 #6E854F and #4F6E85 with #854F6E are triadic colors.

2 #6E4F85 and #4F856E with #854F6E are triadic colors.