COLOR #8F462A

HEX: #8F462A RGB: (143,70,42)

Color info

#8F462A contains mainly red color. Web safe color of #8F462A is #993333 (or #933).

RGB color model

#8F462A color RGB value is (143,70,42).

RGB: (143,70,42) (56%, 27%, 16%)

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 42 of 255 = 16%

143
70
42

R + G + B ~ 33%. #8F462A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 70 + 42 = 255 (100%)
R 143 of 255 ~ 56.08%
G 70 of 255 ~ 27.45%
B 42 of 255 ~ 16.47'%

%56.08
%27.45
%16.47

CMYK color model

#8F462A color CMYK value is (0,51,71,44).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 70.63%
  • key color value is 43.92%

CMYK: (0,51,71,44)
C0M51Y71K44 (0%, 51%, 71%, 44%)
(0.00 / 0.51 / 0.71 / 0.44)

CMYK percentages

%0
%51.05
%70.63
%43.92

Codes

Color #8F462A in popluar color models

8F 46 2A
RGB 143 70 42
HSL 17° 54.59% 36.27%
HSB/HSV 17° 70.63% 56.08%
CMYK 0.00% 51.05% 70.63%
43.92%

Color #8F462A in popluar number systems.

HEX 8F 46 2A
Decimal 143 70 42
Binary 10001111 1000110 101010
Octal 217 106 52

Shades and tints

Shades of #8F462A

#8F462A
(143,70,42)
#824027
(130,64,39)
#753A24
(117,58,36)
#683421
(104,52,33)
#5B2E1E
(91,46,30)
#4E281B
(78,40,27)
#412218
(65,34,24)
#341C15
(52,28,21)
#271612
(39,22,18)
#1A100F
(26,16,15)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #8F462A

#8F462A
(143,70,42)
#99563D
(153,86,61)
#A36650
(163,102,80)
#AD7663
(173,118,99)
#B78676
(183,134,118)
#C19689
(193,150,137)
#CBA69C
(203,166,156)
#D5B6AF
(213,182,175)
#DFC6C2
(223,198,194)
#E9D6D5
(233,214,213)
#F3E6E8
(243,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F462A; }

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

This text font color is #8F462A.

Background Color

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

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

This div background color is #8F462A.

Border color

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

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

This div border color is #8F462A.

Opacity

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

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

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

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

This text has shadow with #8F462A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F462A.

Preview

Color preview on black background

This text has color #8F462A on black background.


Color preview on white background

This text has color #8F462A on white background.


Black color preview on #8F462A background

This text has black color on #8F462A background.


White color preview on #8F462A background

This text has white color on #8F462A background.


Related colors

Complementary color

Complementary color for #hex is #70B9D5.


I love getcolorcode.com

Triadic colors

1 #2A8F46 and #462A8F with #8F462A are triadic colors.

2 #2A468F and #468F2A with #8F462A are triadic colors.