COLOR #874B2F

HEX: #874B2F
RGB: (135,75,47)

Color info

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

RGB color model

#874B2F color RGB value is (135,75,47).

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

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 47 of 255 = 18%

135
75
47

R + G + B ~ 33%. #874B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 47 = 257 (100%)
R 135 of 257 ~ 52.53%
G 75 of 257 ~ 29.18%
B 47 of 257 ~ 18.29%

%52.53
%29.18
%18.29

CMYK color model

#874B2F color CMYK value is (0,44,65,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 65.19%
  • key color value is 47.06%
CMYK:
(0,44,65,47)
C0M44Y65K47 
(0%,44%,65%,47%)
(0.00/0.44/0.65/0.47)	

CMYK percentages

%0
%44.44
%65.19
%47.06

Codes

Color #874B2F in popluar color models

874B2F
RGB1357547
HSL19°48.35%35.69%
HSB/HSV19°65.19%52.94%
CMYK0.00%44.44%65.19%
47.06%

Color #874B2F in popluar number systems.

HEX874B2F
Decimal1357547
Binary100001111001011101111
Octal20711357

Shades and tints

Shades of #874B2F

#874B2F
(135,75,47)
#7B452B
(123,69,43)
#6F3F27
(111,63,39)
#633923
(99,57,35)
#57331F
(87,51,31)
#4B2D1B
(75,45,27)
#3F2717
(63,39,23)
#332113
(51,33,19)
#271B0F
(39,27,15)
#1B150B
(27,21,11)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #874B2F

#874B2F
(135,75,47)
#915B41
(145,91,65)
#9B6B53
(155,107,83)
#A57B65
(165,123,101)
#AF8B77
(175,139,119)
#B99B89
(185,155,137)
#C3AB9B
(195,171,155)
#CDBBAD
(205,187,173)
#D7CBBF
(215,203,191)
#E1DBD1
(225,219,209)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874B2F; }

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

This text font color is #874B2F.


Background Color

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

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

This div background color is #874B2F.


Border color

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

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

This div border color is #874B2F.


Opacity

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

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

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

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

This text has shadow with #874B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B2F on black background.


Color preview on white background

This text has color #874B2F on white background.



Black color preview on #874B2F background

This text has black color on #874B2F background.


White color preview on #874B2F background

This text has white color on #874B2F background.