COLOR #874D29

HEX: #874D29 RGB: (135,77,41)

Color info

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

RGB color model

#874D29 color RGB value is (135,77,41).

RGB: (135,77,41) (53%, 30%, 16%)

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 41 of 255 = 16%

135
77
41

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

Portions of RGB colors in percentages

R + G + B = 135 + 77 + 41 = 253 (100%)
R 135 of 253 ~ 53.36%
G 77 of 253 ~ 30.43%
B 41 of 253 ~ 16.21'%

%53.36
%30.43
%16.21

CMYK color model

#874D29 color CMYK value is (0,43,70,47).

  • cyan value is 0.00%
  • magenta value is 42.96%
  • yellow value is 69.63%
  • key color value is 47.06%

CMYK: (0,43,70,47)
C0M43Y70K47 (0%, 43%, 70%, 47%)
(0.00 / 0.43 / 0.70 / 0.47)

CMYK percentages

%0
%42.96
%69.63
%47.06

Codes

Color #874D29 in popluar color models

87 4D 29
RGB 135 77 41
HSL 23° 53.41% 34.51%
HSB/HSV 23° 69.63% 52.94%
CMYK 0.00% 42.96% 69.63%
47.06%

Color #874D29 in popluar number systems.

HEX 87 4D 29
Decimal 135 77 41
Binary 10000111 1001101 101001
Octal 207 115 51

Shades and tints

Shades of #874D29

#874D29
(135,77,41)
#7B4626
(123,70,38)
#6F3F23
(111,63,35)
#633820
(99,56,32)
#57311D
(87,49,29)
#4B2A1A
(75,42,26)
#3F2317
(63,35,23)
#331C14
(51,28,20)
#271511
(39,21,17)
#1B0E0E
(27,14,14)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #874D29

#874D29
(135,77,41)
#915D3C
(145,93,60)
#9B6D4F
(155,109,79)
#A57D62
(165,125,98)
#AF8D75
(175,141,117)
#B99D88
(185,157,136)
#C3AD9B
(195,173,155)
#CDBDAE
(205,189,174)
#D7CDC1
(215,205,193)
#E1DDD4
(225,221,212)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874D29; }

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

This text font color is #874D29.

Background Color

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

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

This div background color is #874D29.

Border color

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

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

This div border color is #874D29.

Opacity

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

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

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

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

This text has shadow with #874D29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #874D29.

Preview

Color preview on black background

This text has color #874D29 on black background.


Color preview on white background

This text has color #874D29 on white background.


Black color preview on #874D29 background

This text has black color on #874D29 background.


White color preview on #874D29 background

This text has white color on #874D29 background.


Related colors

Complementary color

Complementary color for #hex is #78B2D6.


I love getcolorcode.com

Triadic colors

1 #29874D and #4D2987 with #874D29 are triadic colors.

2 #294D87 and #4D8729 with #874D29 are triadic colors.