COLOR #874B5F

HEX: #874B5F
RGB: (135,75,95)

Color info

#874B5F contains mainly red and blue colors. Web safe color of #874B5F is #993366 (or #936).

RGB color model

#874B5F color RGB value is (135,75,95).

  • red value is 135;
  • green value is 75;
  • blue value is 95.
RGB:
(135,75,95)
(53%,29%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 95 of 255 = 37%

135
75
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 95 = 305 (100%)
R 135 of 305 ~ 44.26%
G 75 of 305 ~ 24.59%
B 95 of 305 ~ 31.15%

%44.26
%24.59
%31.15

CMYK color model

#874B5F color CMYK value is (0,44,30,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,44,30,47)
C0M44Y30K47 
(0%,44%,30%,47%)
(0.00/0.44/0.30/0.47)	

CMYK percentages

%0
%44.44
%29.63
%47.06

Codes

Color #874B5F in popluar color models

874B5F
RGB1357595
HSL340°28.57%41.18%
HSB/HSV340°44.44%52.94%
CMYK0.00%44.44%29.63%
47.06%

Color #874B5F in popluar number systems.

HEX874B5F
Decimal1357595
Binary1000011110010111011111
Octal207113137

Shades and tints

Shades of #874B5F

#874B5F
(135,75,95)
#7B4557
(123,69,87)
#6F3F4F
(111,63,79)
#633947
(99,57,71)
#57333F
(87,51,63)
#4B2D37
(75,45,55)
#3F272F
(63,39,47)
#332127
(51,33,39)
#271B1F
(39,27,31)
#1B1517
(27,21,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #874B5F

#874B5F
(135,75,95)
#915B6D
(145,91,109)
#9B6B7B
(155,107,123)
#A57B89
(165,123,137)
#AF8B97
(175,139,151)
#B99BA5
(185,155,165)
#C3ABB3
(195,171,179)
#CDBBC1
(205,187,193)
#D7CBCF
(215,203,207)
#E1DBDD
(225,219,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874B5F color. Also use rgb(135,75,95) instead hex code.

Text Font Color

.myTextColor { color: #874B5F; }

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

This text font color is #874B5F.


Background Color

.myBgColor { background-color: #874B5F; }

<div style="background-color:#874B5F">Inner text</div>

This div background color is #874B5F.


Border color

.myBorderColor { border: 1px solid #874B5F; }

<div style="border:3px solid #874B5F">Div</div>

This div border color is #874B5F.


Opacity

.myOpacity80 { color: #874B5F; opacity: 0.8; }

<p style="color:#874B5F;opacity:0.8;">80%</p>

Text with #874B5F 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 #874B5F;}

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

This text has shadow with #874B5F color.

.textShadow {text-shadow: 3px 3px 1px #874B5F, 3px 3px 1px red;}

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

This text has shadow with #874B5F primary color and red secondary color.


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

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

This text has shadow with #874B5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B5F on black background.


Color preview on white background

This text has color #874B5F on white background.



Black color preview on #874B5F background

This text has black color on #874B5F background.


White color preview on #874B5F background

This text has white color on #874B5F background.