COLOR #874130

HEX: #874130 RGB: (135,65,48)

Color info

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

RGB color model

#874130 color RGB value is (135,65,48).

RGB: (135,65,48) (53%, 25%, 19%)

RGB channels and saturation

R 135 of 255 = 53%
G 65 of 255 = 25%
B 48 of 255 = 19%

135
65
48

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

Portions of RGB colors in percentages

R + G + B = 135 + 65 + 48 = 248 (100%)
R 135 of 248 ~ 54.44%
G 65 of 248 ~ 26.21%
B 48 of 248 ~ 19.35'%

%54.44
%26.21
%19.35

CMYK color model

#874130 color CMYK value is (0,52,64,47).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 64.44%
  • key color value is 47.06%
CMYK: (0,52,64,47) C0M52Y64K47 (0%,52%,64%,47%) (0.00/0.52/0.64/0.47) 

CMYK percentages

%0
%51.85
%64.44
%47.06

Codes

Color #874130 in popluar color models

87 41 30
RGB 135 65 48
HSL 12° 47.54% 35.88%
HSB/HSV 12° 64.44% 52.94%
CMYK 0.00% 51.85% 64.44%
47.06%

Color #874130 in popluar number systems.

HEX 87 41 30
Decimal 135 65 48
Binary 10000111 1000001 110000
Octal 207 101 60

Shades and tints

Shades of #874130

#874130
(135,65,48)
#7B3C2C
(123,60,44)
#6F3728
(111,55,40)
#633224
(99,50,36)
#572D20
(87,45,32)
#4B281C
(75,40,28)
#3F2318
(63,35,24)
#331E14
(51,30,20)
#271910
(39,25,16)
#1B140C
(27,20,12)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #874130

#874130
(135,65,48)
#915242
(145,82,66)
#9B6354
(155,99,84)
#A57466
(165,116,102)
#AF8578
(175,133,120)
#B9968A
(185,150,138)
#C3A79C
(195,167,156)
#CDB8AE
(205,184,174)
#D7C9C0
(215,201,192)
#E1DAD2
(225,218,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874130 color. Also use rgb(135,65,48) instead hex code.

Text Font Color

.myTextColor { color: #874130; }

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

This text font color is #874130.

Background Color

.myBgColor { background-color: #874130; }

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

This div background color is #874130.

Border color

.myBorderColor { border: 1px solid #874130; }

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

This div border color is #874130.

Opacity

.myOpacity80 { color: #874130; opacity: 0.8; }

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

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

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

This text has shadow with #874130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #874130.

Preview

Color preview on black background

This text has color #874130 on black background.


Color preview on white background

This text has color #874130 on white background.


Black color preview on #874130 background

This text has black color on #874130 background.


White color preview on #874130 background

This text has white color on #874130 background.


Related colors

Complementary color

Complementary color for #hex is #78BECF.


I love getcolorcode.com

Triadic colors

1 #308741 and #413087 with #874130 are triadic colors.

2 #304187 and #418730 with #874130 are triadic colors.