COLOR #874554

HEX: #874554
RGB: (135,69,84)

Color info

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

RGB color model

#874554 color RGB value is (135,69,84).

  • red value is 135;
  • green value is 69;
  • blue value is 84.
RGB:
(135,69,84)
(53%,27%,33%)

RGB channels and saturation

R 135 of 255 = 53%
G 69 of 255 = 27%
B 84 of 255 = 33%

135
69
84

R + G + B ~ 38%. #874554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 69 + 84 = 288 (100%)
R 135 of 288 ~ 46.88%
G 69 of 288 ~ 23.96%
B 84 of 288 ~ 29.17%

%46.88
%23.96
%29.17

CMYK color model

#874554 color CMYK value is (0,49,38,47).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 37.78%
  • key color value is 47.06%
CMYK:
(0,49,38,47)
C0M49Y38K47 
(0%,49%,38%,47%)
(0.00/0.49/0.38/0.47)	

CMYK percentages

%0
%48.89
%37.78
%47.06

Codes

Color #874554 in popluar color models

874554
RGB1356984
HSL346°32.35%40.00%
HSB/HSV346°48.89%52.94%
CMYK0.00%48.89%37.78%
47.06%

Color #874554 in popluar number systems.

HEX874554
Decimal1356984
Binary1000011110001011010100
Octal207105124

Shades and tints

Shades of #874554

#874554
(135,69,84)
#7B3F4D
(123,63,77)
#6F3946
(111,57,70)
#63333F
(99,51,63)
#572D38
(87,45,56)
#4B2731
(75,39,49)
#3F212A
(63,33,42)
#331B23
(51,27,35)
#27151C
(39,21,28)
#1B0F15
(27,15,21)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #874554

#874554
(135,69,84)
#915563
(145,85,99)
#9B6572
(155,101,114)
#A57581
(165,117,129)
#AF8590
(175,133,144)
#B9959F
(185,149,159)
#C3A5AE
(195,165,174)
#CDB5BD
(205,181,189)
#D7C5CC
(215,197,204)
#E1D5DB
(225,213,219)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874554 color. Also use rgb(135,69,84) instead hex code.

Text Font Color

.myTextColor { color: #874554; }

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

This text font color is #874554.


Background Color

.myBgColor { background-color: #874554; }

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

This div background color is #874554.


Border color

.myBorderColor { border: 1px solid #874554; }

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

This div border color is #874554.


Opacity

.myOpacity80 { color: #874554; opacity: 0.8; }

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

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

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

This text has shadow with #874554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874554 on black background.


Color preview on white background

This text has color #874554 on white background.



Black color preview on #874554 background

This text has black color on #874554 background.


White color preview on #874554 background

This text has white color on #874554 background.