COLOR #874134

HEX: #874134
RGB: (135,65,52)

Color info

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

RGB color model

#874134 color RGB value is (135,65,52).

  • red value is 135;
  • green value is 65;
  • blue value is 52.
RGB:
(135,65,52)
(53%,25%,20%)

RGB channels and saturation

R 135 of 255 = 53%
G 65 of 255 = 25%
B 52 of 255 = 20%

135
65
52

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

Portions of RGB colors in percentages

R + G + B =
135 + 65 + 52 = 252 (100%)
R 135 of 252 ~ 53.57%
G 65 of 252 ~ 25.79%
B 52 of 252 ~ 20.63%

%53.57
%25.79
%20.63

CMYK color model

#874134 color CMYK value is (0,52,61,47).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 61.48%
  • key color value is 47.06%
CMYK:
(0,52,61,47)
C0M52Y61K47 
(0%,52%,61%,47%)
(0.00/0.52/0.61/0.47)	

CMYK percentages

%0
%51.85
%61.48
%47.06

Codes

Color #874134 in popluar color models

874134
RGB1356552
HSL44.39%36.67%
HSB/HSV61.48%52.94%
CMYK0.00%51.85%61.48%
47.06%

Color #874134 in popluar number systems.

HEX874134
Decimal1356552
Binary100001111000001110100
Octal20710164

Shades and tints

Shades of #874134

#874134
(135,65,52)
#7B3C30
(123,60,48)
#6F372C
(111,55,44)
#633228
(99,50,40)
#572D24
(87,45,36)
#4B2820
(75,40,32)
#3F231C
(63,35,28)
#331E18
(51,30,24)
#271914
(39,25,20)
#1B1410
(27,20,16)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #874134

#874134
(135,65,52)
#915246
(145,82,70)
#9B6358
(155,99,88)
#A5746A
(165,116,106)
#AF857C
(175,133,124)
#B9968E
(185,150,142)
#C3A7A0
(195,167,160)
#CDB8B2
(205,184,178)
#D7C9C4
(215,201,196)
#E1DAD6
(225,218,214)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874134; }

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

This text font color is #874134.


Background Color

.myBgColor { background-color: #874134; }

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

This div background color is #874134.


Border color

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

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

This div border color is #874134.


Opacity

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

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

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

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

This text has shadow with #874134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874134 on black background.


Color preview on white background

This text has color #874134 on white background.



Black color preview on #874134 background

This text has black color on #874134 background.


White color preview on #874134 background

This text has white color on #874134 background.