COLOR #874243

HEX: #874243
RGB: (135,66,67)

Color info

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

RGB color model

#874243 color RGB value is (135,66,67).

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

RGB channels and saturation

R 135 of 255 = 53%
G 66 of 255 = 26%
B 67 of 255 = 26%

135
66
67

R + G + B ~ 35%. #874243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 66 + 67 = 268 (100%)
R 135 of 268 ~ 50.37%
G 66 of 268 ~ 24.63%
B 67 of 268 ~ 25%

%50.37
%24.63
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 50.37%
  • key color value is 47.06%
CMYK:
(0,51,50,47)
C0M51Y50K47 
(0%,51%,50%,47%)
(0.00/0.51/0.50/0.47)	

CMYK percentages

%0
%51.11
%50.37
%47.06

Codes

Color #874243 in popluar color models

874243
RGB1356667
HSL359°34.33%39.41%
HSB/HSV359°51.11%52.94%
CMYK0.00%51.11%50.37%
47.06%

Color #874243 in popluar number systems.

HEX874243
Decimal1356667
Binary1000011110000101000011
Octal207102103

Shades and tints

Shades of #874243

#874243
(135,66,67)
#7B3C3D
(123,60,61)
#6F3637
(111,54,55)
#633031
(99,48,49)
#572A2B
(87,42,43)
#4B2425
(75,36,37)
#3F1E1F
(63,30,31)
#331819
(51,24,25)
#271213
(39,18,19)
#1B0C0D
(27,12,13)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #874243

#874243
(135,66,67)
#915354
(145,83,84)
#9B6465
(155,100,101)
#A57576
(165,117,118)
#AF8687
(175,134,135)
#B99798
(185,151,152)
#C3A8A9
(195,168,169)
#CDB9BA
(205,185,186)
#D7CACB
(215,202,203)
#E1DBDC
(225,219,220)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874243; }

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

This text font color is #874243.


Background Color

.myBgColor { background-color: #874243; }

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

This div background color is #874243.


Border color

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

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

This div border color is #874243.


Opacity

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

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

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

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

This text has shadow with #874243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874243 on black background.


Color preview on white background

This text has color #874243 on white background.



Black color preview on #874243 background

This text has black color on #874243 background.


White color preview on #874243 background

This text has white color on #874243 background.