COLOR #8F6058

HEX: #8F6058 RGB: (143,96,88)

Color info

#8F6058 contains red, green and blue colors in about the same proportion. Web safe color of #8F6058 is #996666 (or #966).

RGB color model

#8F6058 color RGB value is (143,96,88).

RGB: (143,96,88) (56%, 38%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 88 of 255 = 35%

143
96
88

R + G + B ~ 43%. #8F6058 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 96 + 88 = 327 (100%)
R 143 of 327 ~ 43.73%
G 96 of 327 ~ 29.36%
B 88 of 327 ~ 26.91'%

%43.73
%29.36
%26.91

CMYK color model

#8F6058 color CMYK value is (0,33,38,44).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 38.46%
  • key color value is 43.92%

CMYK: (0,33,38,44)
C0M33Y38K44 (0%, 33%, 38%, 44%)
(0.00 / 0.33 / 0.38 / 0.44)

CMYK percentages

%0
%32.87
%38.46
%43.92

Codes

Color #8F6058 in popluar color models

8F 60 58
RGB 143 96 88
HSL 23.81% 45.29%
HSB/HSV 38.46% 56.08%
CMYK 0.00% 32.87% 38.46%
43.92%

Color #8F6058 in popluar number systems.

HEX 8F 60 58
Decimal 143 96 88
Binary 10001111 1100000 1011000
Octal 217 140 130

Shades and tints

Shades of #8F6058

#8F6058
(143,96,88)
#825850
(130,88,80)
#755048
(117,80,72)
#684840
(104,72,64)
#5B4038
(91,64,56)
#4E3830
(78,56,48)
#413028
(65,48,40)
#342820
(52,40,32)
#272018
(39,32,24)
#1A1810
(26,24,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #8F6058

#8F6058
(143,96,88)
#996E67
(153,110,103)
#A37C76
(163,124,118)
#AD8A85
(173,138,133)
#B79894
(183,152,148)
#C1A6A3
(193,166,163)
#CBB4B2
(203,180,178)
#D5C2C1
(213,194,193)
#DFD0D0
(223,208,208)
#E9DEDF
(233,222,223)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6058 color. Also use rgb(143,96,88) instead hex code.

Text Font Color

.myTextColor { color: #8F6058; }

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

This text font color is #8F6058.

Background Color

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

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

This div background color is #8F6058.

Border color

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

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

This div border color is #8F6058.

Opacity

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

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

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

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

This text has shadow with #8F6058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6058.

Preview

Color preview on black background

This text has color #8F6058 on black background.


Color preview on white background

This text has color #8F6058 on white background.


Black color preview on #8F6058 background

This text has black color on #8F6058 background.


White color preview on #8F6058 background

This text has white color on #8F6058 background.


Related colors

Complementary color

Complementary color for #hex is #709FA7.


I love getcolorcode.com

Triadic colors

1 #588F60 and #60588F with #8F6058 are triadic colors.

2 #58608F and #608F58 with #8F6058 are triadic colors.