COLOR #8F465A

HEX: #8F465A RGB: (143,70,90)

Color info

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

RGB color model

#8F465A color RGB value is (143,70,90).

RGB: (143,70,90) (56%, 27%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 90 of 255 = 35%

143
70
90

R + G + B ~ 39%. #8F465A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 70 + 90 = 303 (100%)
R 143 of 303 ~ 47.19%
G 70 of 303 ~ 23.1%
B 90 of 303 ~ 29.7'%

%47.19
%23.1
%29.7

CMYK color model

#8F465A color CMYK value is (0,51,37,44).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 37.06%
  • key color value is 43.92%
CMYK: (0,51,37,44) C0M51Y37K44 (0%,51%,37%,44%) (0.00/0.51/0.37/0.44) 

CMYK percentages

%0
%51.05
%37.06
%43.92

Codes

Color #8F465A in popluar color models

8F 46 5A
RGB 143 70 90
HSL 344° 34.27% 41.76%
HSB/HSV 344° 51.05% 56.08%
CMYK 0.00% 51.05% 37.06%
43.92%

Color #8F465A in popluar number systems.

HEX 8F 46 5A
Decimal 143 70 90
Binary 10001111 1000110 1011010
Octal 217 106 132

Shades and tints

Shades of #8F465A

#8F465A
(143,70,90)
#824052
(130,64,82)
#753A4A
(117,58,74)
#683442
(104,52,66)
#5B2E3A
(91,46,58)
#4E2832
(78,40,50)
#41222A
(65,34,42)
#341C22
(52,28,34)
#27161A
(39,22,26)
#1A1012
(26,16,18)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #8F465A

#8F465A
(143,70,90)
#995669
(153,86,105)
#A36678
(163,102,120)
#AD7687
(173,118,135)
#B78696
(183,134,150)
#C196A5
(193,150,165)
#CBA6B4
(203,166,180)
#D5B6C3
(213,182,195)
#DFC6D2
(223,198,210)
#E9D6E1
(233,214,225)
#F3E6F0
(243,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F465A color. Also use rgb(143,70,90) instead hex code.

Text Font Color

.myTextColor { color: #8F465A; }

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

This text font color is #8F465A.

Background Color

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

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

This div background color is #8F465A.

Border color

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

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

This div border color is #8F465A.

Opacity

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

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

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

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

This text has shadow with #8F465A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F465A.

Preview

Color preview on black background

This text has color #8F465A on black background.


Color preview on white background

This text has color #8F465A on white background.


Black color preview on #8F465A background

This text has black color on #8F465A background.


White color preview on #8F465A background

This text has white color on #8F465A background.


Related colors

Complementary color

Complementary color for #hex is #70B9A5.


I love getcolorcode.com

Triadic colors

1 #5A8F46 and #465A8F with #8F465A are triadic colors.

2 #5A468F and #468F5A with #8F465A are triadic colors.