COLOR #8A754A

HEX: #8A754A
RGB: (138,117,74)

Color info

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

RGB color model

#8A754A color RGB value is (138,117,74).

  • red value is 138;
  • green value is 117;
  • blue value is 74.
RGB:
(138,117,74)
(54%,46%,29%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 74 of 255 = 29%

138
117
74

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 74 = 329 (100%)
R 138 of 329 ~ 41.95%
G 117 of 329 ~ 35.56%
B 74 of 329 ~ 22.49%

%41.95
%35.56
%22.49

CMYK color model

#8A754A color CMYK value is (0,15,46,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(0,15,46,46)
C0M15Y46K46 
(0%,15%,46%,46%)
(0.00/0.15/0.46/0.46)	

CMYK percentages

%0
%15.22
%46.38
%45.88

Codes

Color #8A754A in popluar color models

8A754A
RGB13811774
HSL40°30.19%41.57%
HSB/HSV40°46.38%54.12%
CMYK0.00%15.22%46.38%
45.88%

Color #8A754A in popluar number systems.

HEX8A754A
Decimal13811774
Binary1000101011101011001010
Octal212165112

Shades and tints

Shades of #8A754A

#8A754A
(138,117,74)
#7E6B44
(126,107,68)
#72613E
(114,97,62)
#665738
(102,87,56)
#5A4D32
(90,77,50)
#4E432C
(78,67,44)
#423926
(66,57,38)
#362F20
(54,47,32)
#2A251A
(42,37,26)
#1E1B14
(30,27,20)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A754A

#8A754A
(138,117,74)
#94815A
(148,129,90)
#9E8D6A
(158,141,106)
#A8997A
(168,153,122)
#B2A58A
(178,165,138)
#BCB19A
(188,177,154)
#C6BDAA
(198,189,170)
#D0C9BA
(208,201,186)
#DAD5CA
(218,213,202)
#E4E1DA
(228,225,218)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A754A color. Also use rgb(138,117,74) instead hex code.

Text Font Color

.myTextColor { color: #8A754A; }

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

This text font color is #8A754A.


Background Color

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

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

This div background color is #8A754A.


Border color

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

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

This div border color is #8A754A.


Opacity

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

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

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

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

This text has shadow with #8A754A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A754A on black background.


Color preview on white background

This text has color #8A754A on white background.



Black color preview on #8A754A background

This text has black color on #8A754A background.


White color preview on #8A754A background

This text has white color on #8A754A background.