COLOR #8A3D55

HEX: #8A3D55 RGB: (138,61,85)

Color info

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

RGB color model

#8A3D55 color RGB value is (138,61,85).

RGB: (138,61,85) (54%, 24%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 61 of 255 = 24%
B 85 of 255 = 33%

138
61
85

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

Portions of RGB colors in percentages

R + G + B = 138 + 61 + 85 = 284 (100%)
R 138 of 284 ~ 48.59%
G 61 of 284 ~ 21.48%
B 85 of 284 ~ 29.93'%

%48.59
%21.48
%29.93

CMYK color model

#8A3D55 color CMYK value is (0,56,38,46).

  • cyan value is 0.00%
  • magenta value is 55.80%
  • yellow value is 38.41%
  • key color value is 45.88%

CMYK: (0,56,38,46)
C0M56Y38K46 (0%, 56%, 38%, 46%)
(0.00 / 0.56 / 0.38 / 0.46)

CMYK percentages

%0
%55.8
%38.41
%45.88

Codes

Color #8A3D55 in popluar color models

8A 3D 55
RGB 138 61 85
HSL 341° 38.69% 39.02%
HSB/HSV 341° 55.80% 54.12%
CMYK 0.00% 55.80% 38.41%
45.88%

Color #8A3D55 in popluar number systems.

HEX 8A 3D 55
Decimal 138 61 85
Binary 10001010 111101 1010101
Octal 212 75 125

Shades and tints

Shades of #8A3D55

#8A3D55
(138,61,85)
#7E384E
(126,56,78)
#723347
(114,51,71)
#662E40
(102,46,64)
#5A2939
(90,41,57)
#4E2432
(78,36,50)
#421F2B
(66,31,43)
#361A24
(54,26,36)
#2A151D
(42,21,29)
#1E1016
(30,16,22)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #8A3D55

#8A3D55
(138,61,85)
#944E64
(148,78,100)
#9E5F73
(158,95,115)
#A87082
(168,112,130)
#B28191
(178,129,145)
#BC92A0
(188,146,160)
#C6A3AF
(198,163,175)
#D0B4BE
(208,180,190)
#DAC5CD
(218,197,205)
#E4D6DC
(228,214,220)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3D55 color. Also use rgb(138,61,85) instead hex code.

Text Font Color

.myTextColor { color: #8A3D55; }

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

This text font color is #8A3D55.

Background Color

.myBgColor { background-color: #8A3D55; }

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

This div background color is #8A3D55.

Border color

.myBorderColor { border: 1px solid #8A3D55; }

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

This div border color is #8A3D55.

Opacity

.myOpacity80 { color: #8A3D55; opacity: 0.8; }

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

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

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

This text has shadow with #8A3D55 color.


.textShadow {text-shadow: 3px 3px 1px #8A3D55', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8A3D55; -webkit-box-shadow: 1px 1px 3px 2px #8A3D55; box-shadow:1px 1px 3px 2px #8A3D55;">
Div content here
</div>

This div box has shadow with color #8A3D55.

Preview

Color preview on black background

This text has color #8A3D55 on black background.


Color preview on white background

This text has color #8A3D55 on white background.


Black color preview on #8A3D55 background

This text has black color on #8A3D55 background.


White color preview on #8A3D55 background

This text has white color on #8A3D55 background.


Related colors

Complementary color

Complementary color for #hex is #75C2AA.


I love getcolorcode.com

Triadic colors

1 #558A3D and #3D558A with #8A3D55 are triadic colors.

2 #553D8A and #3D8A55 with #8A3D55 are triadic colors.