COLOR #8A534B

HEX: #8A534B
RGB: (138,83,75)

Color info

#8A534B contains mainly red and green colors. Web safe color of #8A534B is #996633 (or #963).

RGB color model

#8A534B color RGB value is (138,83,75).

  • red value is 138;
  • green value is 83;
  • blue value is 75.
RGB:
(138,83,75)
(54%,33%,29%)

RGB channels and saturation

R 138 of 255 = 54%
G 83 of 255 = 33%
B 75 of 255 = 29%

138
83
75

R + G + B ~ 39%. #8A534B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 83 + 75 = 296 (100%)
R 138 of 296 ~ 46.62%
G 83 of 296 ~ 28.04%
B 75 of 296 ~ 25.34%

%46.62
%28.04
%25.34

CMYK color model

#8A534B color CMYK value is (0,40,46,46).

  • cyan value is 0.00%
  • magenta value is 39.86%
  • yellow value is 45.65%
  • key color value is 45.88%
CMYK:
(0,40,46,46)
C0M40Y46K46 
(0%,40%,46%,46%)
(0.00/0.40/0.46/0.46)	

CMYK percentages

%0
%39.86
%45.65
%45.88

Codes

Color #8A534B in popluar color models

8A534B
RGB1388375
HSL29.58%41.76%
HSB/HSV45.65%54.12%
CMYK0.00%39.86%45.65%
45.88%

Color #8A534B in popluar number systems.

HEX8A534B
Decimal1388375
Binary1000101010100111001011
Octal212123113

Shades and tints

Shades of #8A534B

#8A534B
(138,83,75)
#7E4C45
(126,76,69)
#72453F
(114,69,63)
#663E39
(102,62,57)
#5A3733
(90,55,51)
#4E302D
(78,48,45)
#422927
(66,41,39)
#362221
(54,34,33)
#2A1B1B
(42,27,27)
#1E1415
(30,20,21)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #8A534B

#8A534B
(138,83,75)
#94625B
(148,98,91)
#9E716B
(158,113,107)
#A8807B
(168,128,123)
#B28F8B
(178,143,139)
#BC9E9B
(188,158,155)
#C6ADAB
(198,173,171)
#D0BCBB
(208,188,187)
#DACBCB
(218,203,203)
#E4DADB
(228,218,219)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A534B color. Also use rgb(138,83,75) instead hex code.

Text Font Color

.myTextColor { color: #8A534B; }

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

This text font color is #8A534B.


Background Color

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

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

This div background color is #8A534B.


Border color

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

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

This div border color is #8A534B.


Opacity

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

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

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

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

This text has shadow with #8A534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A534B on black background.


Color preview on white background

This text has color #8A534B on white background.



Black color preview on #8A534B background

This text has black color on #8A534B background.


White color preview on #8A534B background

This text has white color on #8A534B background.