COLOR #8A4431

HEX: #8A4431 RGB: (138,68,49)

Color info

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

RGB color model

#8A4431 color RGB value is (138,68,49).

RGB: (138,68,49) (54%, 27%, 19%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 49 of 255 = 19%

138
68
49

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

Portions of RGB colors in percentages

R + G + B = 138 + 68 + 49 = 255 (100%)
R 138 of 255 ~ 54.12%
G 68 of 255 ~ 26.67%
B 49 of 255 ~ 19.22'%

%54.12
%26.67
%19.22

CMYK color model

#8A4431 color CMYK value is (0,51,64,46).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 64.49%
  • key color value is 45.88%

CMYK: (0,51,64,46)
C0M51Y64K46 (0%, 51%, 64%, 46%)
(0.00 / 0.51 / 0.64 / 0.46)

CMYK percentages

%0
%50.72
%64.49
%45.88

Codes

Color #8A4431 in popluar color models

8A 44 31
RGB 138 68 49
HSL 13° 47.59% 36.67%
HSB/HSV 13° 64.49% 54.12%
CMYK 0.00% 50.72% 64.49%
45.88%

Color #8A4431 in popluar number systems.

HEX 8A 44 31
Decimal 138 68 49
Binary 10001010 1000100 110001
Octal 212 104 61

Shades and tints

Shades of #8A4431

#8A4431
(138,68,49)
#7E3E2D
(126,62,45)
#723829
(114,56,41)
#663225
(102,50,37)
#5A2C21
(90,44,33)
#4E261D
(78,38,29)
#422019
(66,32,25)
#361A15
(54,26,21)
#2A1411
(42,20,17)
#1E0E0D
(30,14,13)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #8A4431

#8A4431
(138,68,49)
#945543
(148,85,67)
#9E6655
(158,102,85)
#A87767
(168,119,103)
#B28879
(178,136,121)
#BC998B
(188,153,139)
#C6AA9D
(198,170,157)
#D0BBAF
(208,187,175)
#DACCC1
(218,204,193)
#E4DDD3
(228,221,211)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4431 color. Also use rgb(138,68,49) instead hex code.

Text Font Color

.myTextColor { color: #8A4431; }

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

This text font color is #8A4431.

Background Color

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

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

This div background color is #8A4431.

Border color

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

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

This div border color is #8A4431.

Opacity

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

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

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

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

This text has shadow with #8A4431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A4431.

Preview

Color preview on black background

This text has color #8A4431 on black background.


Color preview on white background

This text has color #8A4431 on white background.


Black color preview on #8A4431 background

This text has black color on #8A4431 background.


White color preview on #8A4431 background

This text has white color on #8A4431 background.


Related colors

Complementary color

Complementary color for #hex is #75BBCE.


I love getcolorcode.com

Triadic colors

1 #318A44 and #44318A with #8A4431 are triadic colors.

2 #31448A and #448A31 with #8A4431 are triadic colors.