COLOR #874E2D

HEX: #874E2D
RGB: (135,78,45)

Color info

#874E2D contains mainly red and green colors. Web safe color of #874E2D is #996633 (or #963).

RGB color model

#874E2D color RGB value is (135,78,45).

  • red value is 135;
  • green value is 78;
  • blue value is 45.
RGB:
(135,78,45)
(53%,31%,18%)

RGB channels and saturation

R 135 of 255 = 53%
G 78 of 255 = 31%
B 45 of 255 = 18%

135
78
45

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

Portions of RGB colors in percentages

R + G + B =
135 + 78 + 45 = 258 (100%)
R 135 of 258 ~ 52.33%
G 78 of 258 ~ 30.23%
B 45 of 258 ~ 17.44%

%52.33
%30.23
%17.44

CMYK color model

#874E2D color CMYK value is (0,42,67,47).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK:
(0,42,67,47)
C0M42Y67K47 
(0%,42%,67%,47%)
(0.00/0.42/0.67/0.47)	

CMYK percentages

%0
%42.22
%66.67
%47.06

Codes

Color #874E2D in popluar color models

874E2D
RGB1357845
HSL22°50.00%35.29%
HSB/HSV22°66.67%52.94%
CMYK0.00%42.22%66.67%
47.06%

Color #874E2D in popluar number systems.

HEX874E2D
Decimal1357845
Binary100001111001110101101
Octal20711655

Shades and tints

Shades of #874E2D

#874E2D
(135,78,45)
#7B4729
(123,71,41)
#6F4025
(111,64,37)
#633921
(99,57,33)
#57321D
(87,50,29)
#4B2B19
(75,43,25)
#3F2415
(63,36,21)
#331D11
(51,29,17)
#27160D
(39,22,13)
#1B0F09
(27,15,9)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #874E2D

#874E2D
(135,78,45)
#915E40
(145,94,64)
#9B6E53
(155,110,83)
#A57E66
(165,126,102)
#AF8E79
(175,142,121)
#B99E8C
(185,158,140)
#C3AE9F
(195,174,159)
#CDBEB2
(205,190,178)
#D7CEC5
(215,206,197)
#E1DED8
(225,222,216)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874E2D color. Also use rgb(135,78,45) instead hex code.

Text Font Color

.myTextColor { color: #874E2D; }

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

This text font color is #874E2D.


Background Color

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

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

This div background color is #874E2D.


Border color

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

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

This div border color is #874E2D.


Opacity

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

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

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

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

This text has shadow with #874E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874E2D on black background.


Color preview on white background

This text has color #874E2D on white background.



Black color preview on #874E2D background

This text has black color on #874E2D background.


White color preview on #874E2D background

This text has white color on #874E2D background.