COLOR #874D24

HEX: #874D24
RGB: (135,77,36)

Color info

#874D24 contains mainly red and green colors. Web safe color of #874D24 is #993333 (or #933).

RGB color model

#874D24 color RGB value is (135,77,36).

  • red value is 135;
  • green value is 77;
  • blue value is 36.
RGB:
(135,77,36)
(53%,30%,14%)

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 36 of 255 = 14%

135
77
36

R + G + B ~ 32%. #874D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 77 + 36 = 248 (100%)
R 135 of 248 ~ 54.44%
G 77 of 248 ~ 31.05%
B 36 of 248 ~ 14.52%

%54.44
%31.05
%14.52

CMYK color model

#874D24 color CMYK value is (0,43,73,47).

  • cyan value is 0.00%
  • magenta value is 42.96%
  • yellow value is 73.33%
  • key color value is 47.06%
CMYK:
(0,43,73,47)
C0M43Y73K47 
(0%,43%,73%,47%)
(0.00/0.43/0.73/0.47)	

CMYK percentages

%0
%42.96
%73.33
%47.06

Codes

Color #874D24 in popluar color models

874D24
RGB1357736
HSL25°57.89%33.53%
HSB/HSV25°73.33%52.94%
CMYK0.00%42.96%73.33%
47.06%

Color #874D24 in popluar number systems.

HEX874D24
Decimal1357736
Binary100001111001101100100
Octal20711544

Shades and tints

Shades of #874D24

#874D24
(135,77,36)
#7B4621
(123,70,33)
#6F3F1E
(111,63,30)
#63381B
(99,56,27)
#573118
(87,49,24)
#4B2A15
(75,42,21)
#3F2312
(63,35,18)
#331C0F
(51,28,15)
#27150C
(39,21,12)
#1B0E09
(27,14,9)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #874D24

#874D24
(135,77,36)
#915D37
(145,93,55)
#9B6D4A
(155,109,74)
#A57D5D
(165,125,93)
#AF8D70
(175,141,112)
#B99D83
(185,157,131)
#C3AD96
(195,173,150)
#CDBDA9
(205,189,169)
#D7CDBC
(215,205,188)
#E1DDCF
(225,221,207)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874D24 color. Also use rgb(135,77,36) instead hex code.

Text Font Color

.myTextColor { color: #874D24; }

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

This text font color is #874D24.


Background Color

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

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

This div background color is #874D24.


Border color

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

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

This div border color is #874D24.


Opacity

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

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

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

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

This text has shadow with #874D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874D24 on black background.


Color preview on white background

This text has color #874D24 on white background.



Black color preview on #874D24 background

This text has black color on #874D24 background.


White color preview on #874D24 background

This text has white color on #874D24 background.