COLOR #874949

HEX: #874949
RGB: (135,73,73)

Color info

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

RGB color model

#874949 color RGB value is (135,73,73).

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

RGB channels and saturation

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

135
73
73

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

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 73 = 281 (100%)
R 135 of 281 ~ 48.04%
G 73 of 281 ~ 25.98%
B 73 of 281 ~ 25.98%

%48.04
%25.98
%25.98

CMYK color model

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

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

CMYK percentages

%0
%45.93
%45.93
%47.06

Codes

Color #874949 in popluar color models

874949
RGB1357373
HSL29.81%40.78%
HSB/HSV45.93%52.94%
CMYK0.00%45.93%45.93%
47.06%

Color #874949 in popluar number systems.

HEX874949
Decimal1357373
Binary1000011110010011001001
Octal207111111

Shades and tints

Shades of #874949

#874949
(135,73,73)
#7B4343
(123,67,67)
#6F3D3D
(111,61,61)
#633737
(99,55,55)
#573131
(87,49,49)
#4B2B2B
(75,43,43)
#3F2525
(63,37,37)
#331F1F
(51,31,31)
#271919
(39,25,25)
#1B1313
(27,19,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #874949

#874949
(135,73,73)
#915959
(145,89,89)
#9B6969
(155,105,105)
#A57979
(165,121,121)
#AF8989
(175,137,137)
#B99999
(185,153,153)
#C3A9A9
(195,169,169)
#CDB9B9
(205,185,185)
#D7C9C9
(215,201,201)
#E1D9D9
(225,217,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874949; }

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

This text font color is #874949.


Background Color

.myBgColor { background-color: #874949; }

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

This div background color is #874949.


Border color

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

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

This div border color is #874949.


Opacity

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

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

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

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

This text has shadow with #874949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874949 on black background.


Color preview on white background

This text has color #874949 on white background.



Black color preview on #874949 background

This text has black color on #874949 background.


White color preview on #874949 background

This text has white color on #874949 background.