COLOR #874948

HEX: #874948
RGB: (135,73,72)

Color info

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

RGB color model

#874948 color RGB value is (135,73,72).

  • red value is 135;
  • green value is 73;
  • blue value is 72.
RGB:
(135,73,72)
(53%,29%,28%)

RGB channels and saturation

R 135 of 255 = 53%
G 73 of 255 = 29%
B 72 of 255 = 28%

135
73
72

R + G + B ~ 37%. #874948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 72 = 280 (100%)
R 135 of 280 ~ 48.21%
G 73 of 280 ~ 26.07%
B 72 of 280 ~ 25.71%

%48.21
%26.07
%25.71

CMYK color model

#874948 color CMYK value is (0,46,47,47).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(0,46,47,47)
C0M46Y47K47 
(0%,46%,47%,47%)
(0.00/0.46/0.47/0.47)	

CMYK percentages

%0
%45.93
%46.67
%47.06

Codes

Color #874948 in popluar color models

874948
RGB1357372
HSL30.43%40.59%
HSB/HSV46.67%52.94%
CMYK0.00%45.93%46.67%
47.06%

Color #874948 in popluar number systems.

HEX874948
Decimal1357372
Binary1000011110010011001000
Octal207111110

Shades and tints

Shades of #874948

#874948
(135,73,72)
#7B4342
(123,67,66)
#6F3D3C
(111,61,60)
#633736
(99,55,54)
#573130
(87,49,48)
#4B2B2A
(75,43,42)
#3F2524
(63,37,36)
#331F1E
(51,31,30)
#271918
(39,25,24)
#1B1312
(27,19,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #874948

#874948
(135,73,72)
#915958
(145,89,88)
#9B6968
(155,105,104)
#A57978
(165,121,120)
#AF8988
(175,137,136)
#B99998
(185,153,152)
#C3A9A8
(195,169,168)
#CDB9B8
(205,185,184)
#D7C9C8
(215,201,200)
#E1D9D8
(225,217,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874948 color. Also use rgb(135,73,72) instead hex code.

Text Font Color

.myTextColor { color: #874948; }

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

This text font color is #874948.


Background Color

.myBgColor { background-color: #874948; }

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

This div background color is #874948.


Border color

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

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

This div border color is #874948.


Opacity

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

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

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

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

This text has shadow with #874948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874948 on black background.


Color preview on white background

This text has color #874948 on white background.



Black color preview on #874948 background

This text has black color on #874948 background.


White color preview on #874948 background

This text has white color on #874948 background.