COLOR #8F583C

HEX: #8F583C RGB: (143,88,60)

Color info

#8F583C contains mainly red and green colors. Web safe color of #8F583C is #996633 (or #963).

RGB color model

#8F583C color RGB value is (143,88,60).

RGB: (143,88,60) (56%, 35%, 24%)

RGB channels and saturation

R 143 of 255 = 56%
G 88 of 255 = 35%
B 60 of 255 = 24%

143
88
60

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

Portions of RGB colors in percentages

R + G + B = 143 + 88 + 60 = 291 (100%)
R 143 of 291 ~ 49.14%
G 88 of 291 ~ 30.24%
B 60 of 291 ~ 20.62'%

%49.14
%30.24
%20.62

CMYK color model

#8F583C color CMYK value is (0,38,58,44).

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

CMYK: (0,38,58,44)
C0M38Y58K44 (0%, 38%, 58%, 44%)
(0.00 / 0.38 / 0.58 / 0.44)

CMYK percentages

%0
%38.46
%58.04
%43.92

Codes

Color #8F583C in popluar color models

8F 58 3C
RGB 143 88 60
HSL 20° 40.89% 39.80%
HSB/HSV 20° 58.04% 56.08%
CMYK 0.00% 38.46% 58.04%
43.92%

Color #8F583C in popluar number systems.

HEX 8F 58 3C
Decimal 143 88 60
Binary 10001111 1011000 111100
Octal 217 130 74

Shades and tints

Shades of #8F583C

#8F583C
(143,88,60)
#825037
(130,80,55)
#754832
(117,72,50)
#68402D
(104,64,45)
#5B3828
(91,56,40)
#4E3023
(78,48,35)
#41281E
(65,40,30)
#342019
(52,32,25)
#271814
(39,24,20)
#1A100F
(26,16,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #8F583C

#8F583C
(143,88,60)
#99674D
(153,103,77)
#A3765E
(163,118,94)
#AD856F
(173,133,111)
#B79480
(183,148,128)
#C1A391
(193,163,145)
#CBB2A2
(203,178,162)
#D5C1B3
(213,193,179)
#DFD0C4
(223,208,196)
#E9DFD5
(233,223,213)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F583C; }

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

This text font color is #8F583C.

Background Color

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

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

This div background color is #8F583C.

Border color

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

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

This div border color is #8F583C.

Opacity

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

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

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

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

This text has shadow with #8F583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F583C.

Preview

Color preview on black background

This text has color #8F583C on black background.


Color preview on white background

This text has color #8F583C on white background.


Black color preview on #8F583C background

This text has black color on #8F583C background.


White color preview on #8F583C background

This text has white color on #8F583C background.


Related colors

Complementary color

Complementary color for #hex is #70A7C3.


I love getcolorcode.com

Triadic colors

1 #3C8F58 and #583C8F with #8F583C are triadic colors.

2 #3C588F and #588F3C with #8F583C are triadic colors.