COLOR #874247

HEX: #874247
RGB: (135,66,71)

Color info

#874247 contains mainly red color. Web safe color of #874247 is #993333 (or #933).

RGB color model

#874247 color RGB value is (135,66,71).

  • red value is 135;
  • green value is 66;
  • blue value is 71.
RGB:
(135,66,71)
(53%,26%,28%)

RGB channels and saturation

R 135 of 255 = 53%
G 66 of 255 = 26%
B 71 of 255 = 28%

135
66
71

R + G + B ~ 36%. #874247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 66 + 71 = 272 (100%)
R 135 of 272 ~ 49.63%
G 66 of 272 ~ 24.26%
B 71 of 272 ~ 26.1%

%49.63
%24.26
%26.1

CMYK color model

#874247 color CMYK value is (0,51,47,47).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 47.41%
  • key color value is 47.06%
CMYK:
(0,51,47,47)
C0M51Y47K47 
(0%,51%,47%,47%)
(0.00/0.51/0.47/0.47)	

CMYK percentages

%0
%51.11
%47.41
%47.06

Codes

Color #874247 in popluar color models

874247
RGB1356671
HSL356°34.33%39.41%
HSB/HSV356°51.11%52.94%
CMYK0.00%51.11%47.41%
47.06%

Color #874247 in popluar number systems.

HEX874247
Decimal1356671
Binary1000011110000101000111
Octal207102107

Shades and tints

Shades of #874247

#874247
(135,66,71)
#7B3C41
(123,60,65)
#6F363B
(111,54,59)
#633035
(99,48,53)
#572A2F
(87,42,47)
#4B2429
(75,36,41)
#3F1E23
(63,30,35)
#33181D
(51,24,29)
#271217
(39,18,23)
#1B0C11
(27,12,17)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #874247

#874247
(135,66,71)
#915357
(145,83,87)
#9B6467
(155,100,103)
#A57577
(165,117,119)
#AF8687
(175,134,135)
#B99797
(185,151,151)
#C3A8A7
(195,168,167)
#CDB9B7
(205,185,183)
#D7CAC7
(215,202,199)
#E1DBD7
(225,219,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874247 color. Also use rgb(135,66,71) instead hex code.

Text Font Color

.myTextColor { color: #874247; }

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

This text font color is #874247.


Background Color

.myBgColor { background-color: #874247; }

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

This div background color is #874247.


Border color

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

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

This div border color is #874247.


Opacity

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

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

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

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

This text has shadow with #874247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874247 on black background.


Color preview on white background

This text has color #874247 on white background.



Black color preview on #874247 background

This text has black color on #874247 background.


White color preview on #874247 background

This text has white color on #874247 background.