COLOR #874B32

HEX: #874B32
RGB: (135,75,50)

Color info

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

RGB color model

#874B32 color RGB value is (135,75,50).

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

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 50 of 255 = 20%

135
75
50

R + G + B ~ 34%. #874B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 50 = 260 (100%)
R 135 of 260 ~ 51.92%
G 75 of 260 ~ 28.85%
B 50 of 260 ~ 19.23%

%51.92
%28.85
%19.23

CMYK color model

#874B32 color CMYK value is (0,44,63,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(0,44,63,47)
C0M44Y63K47 
(0%,44%,63%,47%)
(0.00/0.44/0.63/0.47)	

CMYK percentages

%0
%44.44
%62.96
%47.06

Codes

Color #874B32 in popluar color models

874B32
RGB1357550
HSL18°45.95%36.27%
HSB/HSV18°62.96%52.94%
CMYK0.00%44.44%62.96%
47.06%

Color #874B32 in popluar number systems.

HEX874B32
Decimal1357550
Binary100001111001011110010
Octal20711362

Shades and tints

Shades of #874B32

#874B32
(135,75,50)
#7B452E
(123,69,46)
#6F3F2A
(111,63,42)
#633926
(99,57,38)
#573322
(87,51,34)
#4B2D1E
(75,45,30)
#3F271A
(63,39,26)
#332116
(51,33,22)
#271B12
(39,27,18)
#1B150E
(27,21,14)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #874B32

#874B32
(135,75,50)
#915B44
(145,91,68)
#9B6B56
(155,107,86)
#A57B68
(165,123,104)
#AF8B7A
(175,139,122)
#B99B8C
(185,155,140)
#C3AB9E
(195,171,158)
#CDBBB0
(205,187,176)
#D7CBC2
(215,203,194)
#E1DBD4
(225,219,212)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874B32; }

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

This text font color is #874B32.


Background Color

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

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

This div background color is #874B32.


Border color

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

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

This div border color is #874B32.


Opacity

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

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

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

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

This text has shadow with #874B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B32 on black background.


Color preview on white background

This text has color #874B32 on white background.



Black color preview on #874B32 background

This text has black color on #874B32 background.


White color preview on #874B32 background

This text has white color on #874B32 background.