COLOR #8F4B2A

HEX: #8F4B2A RGB: (143,75,42)

Color info

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

RGB color model

#8F4B2A color RGB value is (143,75,42).

RGB: (143,75,42) (56%, 29%, 16%)

RGB channels and saturation

R 143 of 255 = 56%
G 75 of 255 = 29%
B 42 of 255 = 16%

143
75
42

R + G + B ~ 34%. #8F4B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 75 + 42 = 260 (100%)
R 143 of 260 ~ 55%
G 75 of 260 ~ 28.85%
B 42 of 260 ~ 16.15'%

%55
%28.85
%16.15

CMYK color model

#8F4B2A color CMYK value is (0,48,71,44).

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

CMYK: (0,48,71,44)
C0M48Y71K44 (0%, 48%, 71%, 44%)
(0.00 / 0.48 / 0.71 / 0.44)

CMYK percentages

%0
%47.55
%70.63
%43.92

Codes

Color #8F4B2A in popluar color models

8F 4B 2A
RGB 143 75 42
HSL 20° 54.59% 36.27%
HSB/HSV 20° 70.63% 56.08%
CMYK 0.00% 47.55% 70.63%
43.92%

Color #8F4B2A in popluar number systems.

HEX 8F 4B 2A
Decimal 143 75 42
Binary 10001111 1001011 101010
Octal 217 113 52

Shades and tints

Shades of #8F4B2A

#8F4B2A
(143,75,42)
#824527
(130,69,39)
#753F24
(117,63,36)
#683921
(104,57,33)
#5B331E
(91,51,30)
#4E2D1B
(78,45,27)
#412718
(65,39,24)
#342115
(52,33,21)
#271B12
(39,27,18)
#1A150F
(26,21,15)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #8F4B2A

#8F4B2A
(143,75,42)
#995B3D
(153,91,61)
#A36B50
(163,107,80)
#AD7B63
(173,123,99)
#B78B76
(183,139,118)
#C19B89
(193,155,137)
#CBAB9C
(203,171,156)
#D5BBAF
(213,187,175)
#DFCBC2
(223,203,194)
#E9DBD5
(233,219,213)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4B2A; }

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

This text font color is #8F4B2A.

Background Color

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

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

This div background color is #8F4B2A.

Border color

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

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

This div border color is #8F4B2A.

Opacity

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

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

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

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

This text has shadow with #8F4B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4B2A.

Preview

Color preview on black background

This text has color #8F4B2A on black background.


Color preview on white background

This text has color #8F4B2A on white background.


Black color preview on #8F4B2A background

This text has black color on #8F4B2A background.


White color preview on #8F4B2A background

This text has white color on #8F4B2A background.


Related colors

Complementary color

Complementary color for #hex is #70B4D5.


I love getcolorcode.com

Triadic colors

1 #2A8F4B and #4B2A8F with #8F4B2A are triadic colors.

2 #2A4B8F and #4B8F2A with #8F4B2A are triadic colors.