COLOR #8B754F

HEX: #8B754F
RGB: (139,117,79)

Color info

#8B754F contains mainly red and green colors. Web safe color of #8B754F is #996666 (or #966).

RGB color model

#8B754F color RGB value is (139,117,79).

  • red value is 139;
  • green value is 117;
  • blue value is 79.
RGB: (139,117,79) (55%,46%,31%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 79 of 255 = 31%

139
117
79

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 79 = 335 (100%)
R 139 of 335 ~ 41.49%
G 117 of 335 ~ 34.93%
B 79 of 335 ~ 23.58%

%41.49
%34.93
%23.58

CMYK color model

#8B754F color CMYK value is (0,16,43,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 43.17%
  • key color value is 45.49%
CMYK: (0,16,43,45) C0M16Y43K45 (0%,16%,43%,45%) (0.00/0.16/0.43/0.45)

CMYK percentages

%0
%15.83
%43.17
%45.49

Codes

Color #8B754F in popluar color models

8B754F
RGB13911779
HSL38°27.52%42.75%
HSB/HSV38°43.17%54.51%
CMYK0.00%15.83%43.17%
45.49%

Color #8B754F in popluar number systems.

HEX8B754F
Decimal13911779
Binary1000101111101011001111
Octal213165117

Shades and tints

Shades of #8B754F

#8B754F
(139,117,79)
#7F6B48
(127,107,72)
#736141
(115,97,65)
#67573A
(103,87,58)
#5B4D33
(91,77,51)
#4F432C
(79,67,44)
#433925
(67,57,37)
#372F1E
(55,47,30)
#2B2517
(43,37,23)
#1F1B10
(31,27,16)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #8B754F

#8B754F
(139,117,79)
#95815F
(149,129,95)
#9F8D6F
(159,141,111)
#A9997F
(169,153,127)
#B3A58F
(179,165,143)
#BDB19F
(189,177,159)
#C7BDAF
(199,189,175)
#D1C9BF
(209,201,191)
#DBD5CF
(219,213,207)
#E5E1DF
(229,225,223)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B754F color. Also use rgb(139,117,79) instead hex code.

Text Font Color

.myTextColor { color: #8B754F; }

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

This text font color is #8B754F.


Background Color

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

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

This div background color is #8B754F.


Border color

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

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

This div border color is #8B754F.


Opacity

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

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

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

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

This text has shadow with #8B754F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8B754F on black background.


Color preview on white background

This text has color #8B754F on white background.



Black color preview on #8B754F background

This text has black color on #8B754F background.


White color preview on #8B754F background

This text has white color on #8B754F background.