COLOR #893958

HEX: #893958
RGB: (137,57,88)

Color info

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

RGB color model

#893958 color RGB value is (137,57,88).

  • red value is 137;
  • green value is 57;
  • blue value is 88.
RGB: (137,57,88) (54%,22%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 57 of 255 = 22%
B 88 of 255 = 35%

137
57
88

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

Portions of RGB colors in percentages

R + G + B =
137 + 57 + 88 = 282 (100%)
R 137 of 282 ~ 48.58%
G 57 of 282 ~ 20.21%
B 88 of 282 ~ 31.21%

%48.58
%20.21
%31.21

CMYK color model

#893958 color CMYK value is (0,58,36,46).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK: (0,58,36,46) C0M58Y36K46 (0%,58%,36%,46%) (0.00/0.58/0.36/0.46)

CMYK percentages

%0
%58.39
%35.77
%46.27

Codes

Color #893958 in popluar color models

893958
RGB1375788
HSL337°41.24%38.04%
HSB/HSV337°58.39%53.73%
CMYK0.00%58.39%35.77%
46.27%

Color #893958 in popluar number systems.

HEX893958
Decimal1375788
Binary100010011110011011000
Octal21171130

Shades and tints

Shades of #893958

#893958
(137,57,88)
#7D3450
(125,52,80)
#712F48
(113,47,72)
#652A40
(101,42,64)
#592538
(89,37,56)
#4D2030
(77,32,48)
#411B28
(65,27,40)
#351620
(53,22,32)
#291118
(41,17,24)
#1D0C10
(29,12,16)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #893958

#893958
(137,57,88)
#934B67
(147,75,103)
#9D5D76
(157,93,118)
#A76F85
(167,111,133)
#B18194
(177,129,148)
#BB93A3
(187,147,163)
#C5A5B2
(197,165,178)
#CFB7C1
(207,183,193)
#D9C9D0
(217,201,208)
#E3DBDF
(227,219,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893958 color. Also use rgb(137,57,88) instead hex code.

Text Font Color

.myTextColor { color: #893958; }

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

This text font color is #893958.


Background Color

.myBgColor { background-color: #893958; }

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

This div background color is #893958.


Border color

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

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

This div border color is #893958.


Opacity

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

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

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

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

This text has shadow with #893958 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #893958 on black background.


Color preview on white background

This text has color #893958 on white background.



Black color preview on #893958 background

This text has black color on #893958 background.


White color preview on #893958 background

This text has white color on #893958 background.