COLOR #874B5A

HEX: #874B5A
RGB: (135,75,90)

Color info

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

RGB color model

#874B5A color RGB value is (135,75,90).

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

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 90 of 255 = 35%

135
75
90

R + G + B ~ 39%. #874B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 90 = 300 (100%)
R 135 of 300 ~ 45%
G 75 of 300 ~ 25%
B 90 of 300 ~ 30%

%45
%25
%30

CMYK color model

#874B5A color CMYK value is (0,44,33,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(0,44,33,47)
C0M44Y33K47 
(0%,44%,33%,47%)
(0.00/0.44/0.33/0.47)	

CMYK percentages

%0
%44.44
%33.33
%47.06

Codes

Color #874B5A in popluar color models

874B5A
RGB1357590
HSL345°28.57%41.18%
HSB/HSV345°44.44%52.94%
CMYK0.00%44.44%33.33%
47.06%

Color #874B5A in popluar number systems.

HEX874B5A
Decimal1357590
Binary1000011110010111011010
Octal207113132

Shades and tints

Shades of #874B5A

#874B5A
(135,75,90)
#7B4552
(123,69,82)
#6F3F4A
(111,63,74)
#633942
(99,57,66)
#57333A
(87,51,58)
#4B2D32
(75,45,50)
#3F272A
(63,39,42)
#332122
(51,33,34)
#271B1A
(39,27,26)
#1B1512
(27,21,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #874B5A

#874B5A
(135,75,90)
#915B69
(145,91,105)
#9B6B78
(155,107,120)
#A57B87
(165,123,135)
#AF8B96
(175,139,150)
#B99BA5
(185,155,165)
#C3ABB4
(195,171,180)
#CDBBC3
(205,187,195)
#D7CBD2
(215,203,210)
#E1DBE1
(225,219,225)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874B5A; }

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

This text font color is #874B5A.


Background Color

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

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

This div background color is #874B5A.


Border color

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

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

This div border color is #874B5A.


Opacity

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

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

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

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

This text has shadow with #874B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B5A on black background.


Color preview on white background

This text has color #874B5A on white background.



Black color preview on #874B5A background

This text has black color on #874B5A background.


White color preview on #874B5A background

This text has white color on #874B5A background.