COLOR #8F385A

HEX: #8F385A RGB: (143,56,90)

Color info

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

RGB color model

#8F385A color RGB value is (143,56,90).

RGB: (143,56,90) (56%, 22%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 56 of 255 = 22%
B 90 of 255 = 35%

143
56
90

R + G + B ~ 38%. #8F385A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 56 + 90 = 289 (100%)
R 143 of 289 ~ 49.48%
G 56 of 289 ~ 19.38%
B 90 of 289 ~ 31.14'%

%49.48
%19.38
%31.14

CMYK color model

#8F385A color CMYK value is (0,61,37,44).

  • cyan value is 0.00%
  • magenta value is 60.84%
  • yellow value is 37.06%
  • key color value is 43.92%

CMYK: (0,61,37,44)
C0M61Y37K44 (0%, 61%, 37%, 44%)
(0.00 / 0.61 / 0.37 / 0.44)

CMYK percentages

%0
%60.84
%37.06
%43.92

Codes

Color #8F385A in popluar color models

8F 38 5A
RGB 143 56 90
HSL 337° 43.72% 39.02%
HSB/HSV 337° 60.84% 56.08%
CMYK 0.00% 60.84% 37.06%
43.92%

Color #8F385A in popluar number systems.

HEX 8F 38 5A
Decimal 143 56 90
Binary 10001111 111000 1011010
Octal 217 70 132

Shades and tints

Shades of #8F385A

#8F385A
(143,56,90)
#823352
(130,51,82)
#752E4A
(117,46,74)
#682942
(104,41,66)
#5B243A
(91,36,58)
#4E1F32
(78,31,50)
#411A2A
(65,26,42)
#341522
(52,21,34)
#27101A
(39,16,26)
#1A0B12
(26,11,18)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #8F385A

#8F385A
(143,56,90)
#994A69
(153,74,105)
#A35C78
(163,92,120)
#AD6E87
(173,110,135)
#B78096
(183,128,150)
#C192A5
(193,146,165)
#CBA4B4
(203,164,180)
#D5B6C3
(213,182,195)
#DFC8D2
(223,200,210)
#E9DAE1
(233,218,225)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F385A; }

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

This text font color is #8F385A.

Background Color

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

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

This div background color is #8F385A.

Border color

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

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

This div border color is #8F385A.

Opacity

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

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

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

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

This text has shadow with #8F385A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F385A.

Preview

Color preview on black background

This text has color #8F385A on black background.


Color preview on white background

This text has color #8F385A on white background.


Black color preview on #8F385A background

This text has black color on #8F385A background.


White color preview on #8F385A background

This text has white color on #8F385A background.


Related colors

Complementary color

Complementary color for #hex is #70C7A5.


I love getcolorcode.com

Triadic colors

1 #5A8F38 and #385A8F with #8F385A are triadic colors.

2 #5A388F and #388F5A with #8F385A are triadic colors.