COLOR #874138

HEX: #874138
RGB: (135,65,56)

Color info

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

RGB color model

#874138 color RGB value is (135,65,56).

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

RGB channels and saturation

R 135 of 255 = 53%
G 65 of 255 = 25%
B 56 of 255 = 22%

135
65
56

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

Portions of RGB colors in percentages

R + G + B =
135 + 65 + 56 = 256 (100%)
R 135 of 256 ~ 52.73%
G 65 of 256 ~ 25.39%
B 56 of 256 ~ 21.88%

%52.73
%25.39
%21.88

CMYK color model

#874138 color CMYK value is (0,52,59,47).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 58.52%
  • key color value is 47.06%
CMYK:
(0,52,59,47)
C0M52Y59K47 
(0%,52%,59%,47%)
(0.00/0.52/0.59/0.47)	

CMYK percentages

%0
%51.85
%58.52
%47.06

Codes

Color #874138 in popluar color models

874138
RGB1356556
HSL41.36%37.45%
HSB/HSV58.52%52.94%
CMYK0.00%51.85%58.52%
47.06%

Color #874138 in popluar number systems.

HEX874138
Decimal1356556
Binary100001111000001111000
Octal20710170

Shades and tints

Shades of #874138

#874138
(135,65,56)
#7B3C33
(123,60,51)
#6F372E
(111,55,46)
#633229
(99,50,41)
#572D24
(87,45,36)
#4B281F
(75,40,31)
#3F231A
(63,35,26)
#331E15
(51,30,21)
#271910
(39,25,16)
#1B140B
(27,20,11)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #874138

#874138
(135,65,56)
#91524A
(145,82,74)
#9B635C
(155,99,92)
#A5746E
(165,116,110)
#AF8580
(175,133,128)
#B99692
(185,150,146)
#C3A7A4
(195,167,164)
#CDB8B6
(205,184,182)
#D7C9C8
(215,201,200)
#E1DADA
(225,218,218)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874138; }

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

This text font color is #874138.


Background Color

.myBgColor { background-color: #874138; }

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

This div background color is #874138.


Border color

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

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

This div border color is #874138.


Opacity

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

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

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

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

This text has shadow with #874138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874138 on black background.


Color preview on white background

This text has color #874138 on white background.



Black color preview on #874138 background

This text has black color on #874138 background.


White color preview on #874138 background

This text has white color on #874138 background.