COLOR #893A68

HEX: #893A68
RGB: (137,58,104)

Color info

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

RGB color model

#893A68 color RGB value is (137,58,104).

  • red value is 137;
  • green value is 58;
  • blue value is 104.
RGB:
(137,58,104)
(54%,23%,41%)

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 104 of 255 = 41%

137
58
104

R + G + B ~ 39%. #893A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 104 = 299 (100%)
R 137 of 299 ~ 45.82%
G 58 of 299 ~ 19.4%
B 104 of 299 ~ 34.78%

%45.82
%19.4
%34.78

CMYK color model

#893A68 color CMYK value is (0,58,24,46).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,58,24,46)
C0M58Y24K46 
(0%,58%,24%,46%)
(0.00/0.58/0.24/0.46)	

CMYK percentages

%0
%57.66
%24.09
%46.27

Codes

Color #893A68 in popluar color models

893A68
RGB13758104
HSL325°40.51%38.24%
HSB/HSV325°57.66%53.73%
CMYK0.00%57.66%24.09%
46.27%

Color #893A68 in popluar number systems.

HEX893A68
Decimal13758104
Binary100010011110101101000
Octal21172150

Shades and tints

Shades of #893A68

#893A68
(137,58,104)
#7D355F
(125,53,95)
#713056
(113,48,86)
#652B4D
(101,43,77)
#592644
(89,38,68)
#4D213B
(77,33,59)
#411C32
(65,28,50)
#351729
(53,23,41)
#291220
(41,18,32)
#1D0D17
(29,13,23)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #893A68

#893A68
(137,58,104)
#934B75
(147,75,117)
#9D5C82
(157,92,130)
#A76D8F
(167,109,143)
#B17E9C
(177,126,156)
#BB8FA9
(187,143,169)
#C5A0B6
(197,160,182)
#CFB1C3
(207,177,195)
#D9C2D0
(217,194,208)
#E3D3DD
(227,211,221)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893A68 color. Also use rgb(137,58,104) instead hex code.

Text Font Color

.myTextColor { color: #893A68; }

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

This text font color is #893A68.


Background Color

.myBgColor { background-color: #893A68; }

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

This div background color is #893A68.


Border color

.myBorderColor { border: 1px solid #893A68; }

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

This div border color is #893A68.


Opacity

.myOpacity80 { color: #893A68; opacity: 0.8; }

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

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

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

This text has shadow with #893A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893A68 on black background.


Color preview on white background

This text has color #893A68 on white background.



Black color preview on #893A68 background

This text has black color on #893A68 background.


White color preview on #893A68 background

This text has white color on #893A68 background.