COLOR #8A625B

HEX: #8A625B
RGB: (138,98,91)

Color info

#8A625B contains red, green and blue colors in about the same proportion. Web safe color of #8A625B is #996666 (or #966).

RGB color model

#8A625B color RGB value is (138,98,91).

  • red value is 138;
  • green value is 98;
  • blue value is 91.
RGB:
(138,98,91)
(54%,38%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 91 of 255 = 36%

138
98
91

R + G + B ~ 43%. #8A625B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 91 = 327 (100%)
R 138 of 327 ~ 42.2%
G 98 of 327 ~ 29.97%
B 91 of 327 ~ 27.83%

%42.2
%29.97
%27.83

CMYK color model

#8A625B color CMYK value is (0,29,34,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 34.06%
  • key color value is 45.88%
CMYK:
(0,29,34,46)
C0M29Y34K46 
(0%,29%,34%,46%)
(0.00/0.29/0.34/0.46)	

CMYK percentages

%0
%28.99
%34.06
%45.88

Codes

Color #8A625B in popluar color models

8A625B
RGB1389891
HSL20.52%44.90%
HSB/HSV34.06%54.12%
CMYK0.00%28.99%34.06%
45.88%

Color #8A625B in popluar number systems.

HEX8A625B
Decimal1389891
Binary1000101011000101011011
Octal212142133

Shades and tints

Shades of #8A625B

#8A625B
(138,98,91)
#7E5A53
(126,90,83)
#72524B
(114,82,75)
#664A43
(102,74,67)
#5A423B
(90,66,59)
#4E3A33
(78,58,51)
#42322B
(66,50,43)
#362A23
(54,42,35)
#2A221B
(42,34,27)
#1E1A13
(30,26,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #8A625B

#8A625B
(138,98,91)
#947069
(148,112,105)
#9E7E77
(158,126,119)
#A88C85
(168,140,133)
#B29A93
(178,154,147)
#BCA8A1
(188,168,161)
#C6B6AF
(198,182,175)
#D0C4BD
(208,196,189)
#DAD2CB
(218,210,203)
#E4E0D9
(228,224,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A625B color. Also use rgb(138,98,91) instead hex code.

Text Font Color

.myTextColor { color: #8A625B; }

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

This text font color is #8A625B.


Background Color

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

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

This div background color is #8A625B.


Border color

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

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

This div border color is #8A625B.


Opacity

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

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

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

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

This text has shadow with #8A625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A625B on black background.


Color preview on white background

This text has color #8A625B on white background.



Black color preview on #8A625B background

This text has black color on #8A625B background.


White color preview on #8A625B background

This text has white color on #8A625B background.