COLOR #874068

HEX: #874068
RGB: (135,64,104)

Color info

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

RGB color model

#874068 color RGB value is (135,64,104).

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

RGB channels and saturation

R 135 of 255 = 53%
G 64 of 255 = 25%
B 104 of 255 = 41%

135
64
104

R + G + B ~ 40%. #874068 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 64 + 104 = 303 (100%)
R 135 of 303 ~ 44.55%
G 64 of 303 ~ 21.12%
B 104 of 303 ~ 34.32%

%44.55
%21.12
%34.32

CMYK color model

#874068 color CMYK value is (0,53,23,47).

  • cyan value is 0.00%
  • magenta value is 52.59%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,53,23,47)
C0M53Y23K47 
(0%,53%,23%,47%)
(0.00/0.53/0.23/0.47)	

CMYK percentages

%0
%52.59
%22.96
%47.06

Codes

Color #874068 in popluar color models

874068
RGB13564104
HSL326°35.68%39.02%
HSB/HSV326°52.59%52.94%
CMYK0.00%52.59%22.96%
47.06%

Color #874068 in popluar number systems.

HEX874068
Decimal13564104
Binary1000011110000001101000
Octal207100150

Shades and tints

Shades of #874068

#874068
(135,64,104)
#7B3B5F
(123,59,95)
#6F3656
(111,54,86)
#63314D
(99,49,77)
#572C44
(87,44,68)
#4B273B
(75,39,59)
#3F2232
(63,34,50)
#331D29
(51,29,41)
#271820
(39,24,32)
#1B1317
(27,19,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #874068

#874068
(135,64,104)
#915175
(145,81,117)
#9B6282
(155,98,130)
#A5738F
(165,115,143)
#AF849C
(175,132,156)
#B995A9
(185,149,169)
#C3A6B6
(195,166,182)
#CDB7C3
(205,183,195)
#D7C8D0
(215,200,208)
#E1D9DD
(225,217,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874068; }

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

This text font color is #874068.


Background Color

.myBgColor { background-color: #874068; }

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

This div background color is #874068.


Border color

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

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

This div border color is #874068.


Opacity

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

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

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

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

This text has shadow with #874068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874068 on black background.


Color preview on white background

This text has color #874068 on white background.



Black color preview on #874068 background

This text has black color on #874068 background.


White color preview on #874068 background

This text has white color on #874068 background.