COLOR #8F4923

HEX: #8F4923 RGB: (143,73,35)

Color info

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

RGB color model

#8F4923 color RGB value is (143,73,35).

RGB: (143,73,35) (56%, 29%, 14%)

RGB channels and saturation

R 143 of 255 = 56%
G 73 of 255 = 29%
B 35 of 255 = 14%

143
73
35

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

Portions of RGB colors in percentages

R + G + B = 143 + 73 + 35 = 251 (100%)
R 143 of 251 ~ 56.97%
G 73 of 251 ~ 29.08%
B 35 of 251 ~ 13.94'%

%56.97
%29.08
%13.94

CMYK color model

#8F4923 color CMYK value is (0,49,76,44).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 75.52%
  • key color value is 43.92%

CMYK: (0,49,76,44)
C0M49Y76K44 (0%, 49%, 76%, 44%)
(0.00 / 0.49 / 0.76 / 0.44)

CMYK percentages

%0
%48.95
%75.52
%43.92

Codes

Color #8F4923 in popluar color models

8F 49 23
RGB 143 73 35
HSL 21° 60.67% 34.90%
HSB/HSV 21° 75.52% 56.08%
CMYK 0.00% 48.95% 75.52%
43.92%

Color #8F4923 in popluar number systems.

HEX 8F 49 23
Decimal 143 73 35
Binary 10001111 1001001 100011
Octal 217 111 43

Shades and tints

Shades of #8F4923

#8F4923
(143,73,35)
#824320
(130,67,32)
#753D1D
(117,61,29)
#68371A
(104,55,26)
#5B3117
(91,49,23)
#4E2B14
(78,43,20)
#412511
(65,37,17)
#341F0E
(52,31,14)
#27190B
(39,25,11)
#1A1308
(26,19,8)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #8F4923

#8F4923
(143,73,35)
#995937
(153,89,55)
#A3694B
(163,105,75)
#AD795F
(173,121,95)
#B78973
(183,137,115)
#C19987
(193,153,135)
#CBA99B
(203,169,155)
#D5B9AF
(213,185,175)
#DFC9C3
(223,201,195)
#E9D9D7
(233,217,215)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4923 color. Also use rgb(143,73,35) instead hex code.

Text Font Color

.myTextColor { color: #8F4923; }

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

This text font color is #8F4923.

Background Color

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

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

This div background color is #8F4923.

Border color

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

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

This div border color is #8F4923.

Opacity

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

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

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

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

This text has shadow with #8F4923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4923.

Preview

Color preview on black background

This text has color #8F4923 on black background.


Color preview on white background

This text has color #8F4923 on white background.


Black color preview on #8F4923 background

This text has black color on #8F4923 background.


White color preview on #8F4923 background

This text has white color on #8F4923 background.


Related colors

Complementary color

Complementary color for #hex is #70B6DC.


I love getcolorcode.com

Triadic colors

1 #238F49 and #49238F with #8F4923 are triadic colors.

2 #23498F and #498F23 with #8F4923 are triadic colors.