COLOR #854B60

HEX: #854B60 RGB: (133,75,96)

Color info

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

RGB color model

#854B60 color RGB value is (133,75,96).

RGB: (133,75,96) (52%, 29%, 38%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 96 of 255 = 38%

133
75
96

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

Portions of RGB colors in percentages

R + G + B = 133 + 75 + 96 = 304 (100%)
R 133 of 304 ~ 43.75%
G 75 of 304 ~ 24.67%
B 96 of 304 ~ 31.58'%

%43.75
%24.67
%31.58

CMYK color model

#854B60 color CMYK value is (0,44,28,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 27.82%
  • key color value is 47.84%

CMYK: (0,44,28,48)
C0M44Y28K48 (0%, 44%, 28%, 48%)
(0.00 / 0.44 / 0.28 / 0.48)

CMYK percentages

%0
%43.61
%27.82
%47.84

Codes

Color #854B60 in popluar color models

85 4B 60
RGB 133 75 96
HSL 338° 27.88% 40.78%
HSB/HSV 338° 43.61% 52.16%
CMYK 0.00% 43.61% 27.82%
47.84%

Color #854B60 in popluar number systems.

HEX 85 4B 60
Decimal 133 75 96
Binary 10000101 1001011 1100000
Octal 205 113 140

Shades and tints

Shades of #854B60

#854B60
(133,75,96)
#794558
(121,69,88)
#6D3F50
(109,63,80)
#613948
(97,57,72)
#553340
(85,51,64)
#492D38
(73,45,56)
#3D2730
(61,39,48)
#312128
(49,33,40)
#251B20
(37,27,32)
#191518
(25,21,24)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #854B60

#854B60
(133,75,96)
#905B6E
(144,91,110)
#9B6B7C
(155,107,124)
#A67B8A
(166,123,138)
#B18B98
(177,139,152)
#BC9BA6
(188,155,166)
#C7ABB4
(199,171,180)
#D2BBC2
(210,187,194)
#DDCBD0
(221,203,208)
#E8DBDE
(232,219,222)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854B60 color. Also use rgb(133,75,96) instead hex code.

Text Font Color

.myTextColor { color: #854B60; }

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

This text font color is #854B60.

Background Color

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

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

This div background color is #854B60.

Border color

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

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

This div border color is #854B60.

Opacity

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

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

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

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

This text has shadow with #854B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854B60.

Preview

Color preview on black background

This text has color #854B60 on black background.


Color preview on white background

This text has color #854B60 on white background.


Black color preview on #854B60 background

This text has black color on #854B60 background.


White color preview on #854B60 background

This text has white color on #854B60 background.


Related colors

Complementary color

Complementary color for #hex is #7AB49F.


I love getcolorcode.com

Triadic colors

1 #60854B and #4B6085 with #854B60 are triadic colors.

2 #604B85 and #4B8560 with #854B60 are triadic colors.