COLOR #8A433D

HEX: #8A433D
RGB: (138,67,61)

Color info

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

RGB color model

#8A433D color RGB value is (138,67,61).

  • red value is 138;
  • green value is 67;
  • blue value is 61.
RGB:
(138,67,61)
(54%,26%,24%)

RGB channels and saturation

R 138 of 255 = 54%
G 67 of 255 = 26%
B 61 of 255 = 24%

138
67
61

R + G + B ~ 35%. #8A433D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 67 + 61 = 266 (100%)
R 138 of 266 ~ 51.88%
G 67 of 266 ~ 25.19%
B 61 of 266 ~ 22.93%

%51.88
%25.19
%22.93

CMYK color model

#8A433D color CMYK value is (0,51,56,46).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 55.80%
  • key color value is 45.88%
CMYK:
(0,51,56,46)
C0M51Y56K46 
(0%,51%,56%,46%)
(0.00/0.51/0.56/0.46)	

CMYK percentages

%0
%51.45
%55.8
%45.88

Codes

Color #8A433D in popluar color models

8A433D
RGB1386761
HSL38.69%39.02%
HSB/HSV55.80%54.12%
CMYK0.00%51.45%55.80%
45.88%

Color #8A433D in popluar number systems.

HEX8A433D
Decimal1386761
Binary100010101000011111101
Octal21210375

Shades and tints

Shades of #8A433D

#8A433D
(138,67,61)
#7E3D38
(126,61,56)
#723733
(114,55,51)
#66312E
(102,49,46)
#5A2B29
(90,43,41)
#4E2524
(78,37,36)
#421F1F
(66,31,31)
#36191A
(54,25,26)
#2A1315
(42,19,21)
#1E0D10
(30,13,16)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #8A433D

#8A433D
(138,67,61)
#94544E
(148,84,78)
#9E655F
(158,101,95)
#A87670
(168,118,112)
#B28781
(178,135,129)
#BC9892
(188,152,146)
#C6A9A3
(198,169,163)
#D0BAB4
(208,186,180)
#DACBC5
(218,203,197)
#E4DCD6
(228,220,214)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A433D color. Also use rgb(138,67,61) instead hex code.

Text Font Color

.myTextColor { color: #8A433D; }

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

This text font color is #8A433D.


Background Color

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

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

This div background color is #8A433D.


Border color

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

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

This div border color is #8A433D.


Opacity

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

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

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

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

This text has shadow with #8A433D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A433D on black background.


Color preview on white background

This text has color #8A433D on white background.



Black color preview on #8A433D background

This text has black color on #8A433D background.


White color preview on #8A433D background

This text has white color on #8A433D background.