COLOR #874053

HEX: #874053
RGB: (135,64,83)

Color info

#874053 contains mainly red and blue colors. Web safe color of #874053 is #993366 (or #936).

RGB color model

#874053 color RGB value is (135,64,83).

  • red value is 135;
  • green value is 64;
  • blue value is 83.
RGB:
(135,64,83)
(53%,25%,33%)

RGB channels and saturation

R 135 of 255 = 53%
G 64 of 255 = 25%
B 83 of 255 = 33%

135
64
83

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

Portions of RGB colors in percentages

R + G + B =
135 + 64 + 83 = 282 (100%)
R 135 of 282 ~ 47.87%
G 64 of 282 ~ 22.7%
B 83 of 282 ~ 29.43%

%47.87
%22.7
%29.43

CMYK color model

#874053 color CMYK value is (0,53,39,47).

  • cyan value is 0.00%
  • magenta value is 52.59%
  • yellow value is 38.52%
  • key color value is 47.06%
CMYK:
(0,53,39,47)
C0M53Y39K47 
(0%,53%,39%,47%)
(0.00/0.53/0.39/0.47)	

CMYK percentages

%0
%52.59
%38.52
%47.06

Codes

Color #874053 in popluar color models

874053
RGB1356483
HSL344°35.68%39.02%
HSB/HSV344°52.59%52.94%
CMYK0.00%52.59%38.52%
47.06%

Color #874053 in popluar number systems.

HEX874053
Decimal1356483
Binary1000011110000001010011
Octal207100123

Shades and tints

Shades of #874053

#874053
(135,64,83)
#7B3B4C
(123,59,76)
#6F3645
(111,54,69)
#63313E
(99,49,62)
#572C37
(87,44,55)
#4B2730
(75,39,48)
#3F2229
(63,34,41)
#331D22
(51,29,34)
#27181B
(39,24,27)
#1B1314
(27,19,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #874053

#874053
(135,64,83)
#915162
(145,81,98)
#9B6271
(155,98,113)
#A57380
(165,115,128)
#AF848F
(175,132,143)
#B9959E
(185,149,158)
#C3A6AD
(195,166,173)
#CDB7BC
(205,183,188)
#D7C8CB
(215,200,203)
#E1D9DA
(225,217,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874053; }

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

This text font color is #874053.


Background Color

.myBgColor { background-color: #874053; }

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

This div background color is #874053.


Border color

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

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

This div border color is #874053.


Opacity

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

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

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

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

This text has shadow with #874053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874053 on black background.


Color preview on white background

This text has color #874053 on white background.



Black color preview on #874053 background

This text has black color on #874053 background.


White color preview on #874053 background

This text has white color on #874053 background.