COLOR #8B751C

HEX: #8B751C RGB: (139,117,28)

Color info

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

RGB color model

#8B751C color RGB value is (139,117,28).

RGB: (139,117,28) (55%, 46%, 11%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 28 of 255 = 11%

139
117
28

R + G + B ~ 37%. #8B751C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 117 + 28 = 284 (100%)
R 139 of 284 ~ 48.94%
G 117 of 284 ~ 41.2%
B 28 of 284 ~ 9.86'%

%48.94
%41.2

CMYK color model

#8B751C color CMYK value is (0,16,80,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 79.86%
  • key color value is 45.49%

CMYK: (0,16,80,45)
C0M16Y80K45 (0%, 16%, 80%, 45%)
(0.00 / 0.16 / 0.80 / 0.45)

CMYK percentages

%0
%15.83
%79.86
%45.49

Codes

Color #8B751C in popluar color models

8B 75 1C
RGB 139 117 28
HSL 48° 66.47% 32.75%
HSB/HSV 48° 79.86% 54.51%
CMYK 0.00% 15.83% 79.86%
45.49%

Color #8B751C in popluar number systems.

HEX 8B 75 1C
Decimal 139 117 28
Binary 10001011 1110101 11100
Octal 213 165 34

Shades and tints

Shades of #8B751C

#8B751C
(139,117,28)
#7F6B1A
(127,107,26)
#736118
(115,97,24)
#675716
(103,87,22)
#5B4D14
(91,77,20)
#4F4312
(79,67,18)
#433910
(67,57,16)
#372F0E
(55,47,14)
#2B250C
(43,37,12)
#1F1B0A
(31,27,10)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #8B751C

#8B751C
(139,117,28)
#958130
(149,129,48)
#9F8D44
(159,141,68)
#A99958
(169,153,88)
#B3A56C
(179,165,108)
#BDB180
(189,177,128)
#C7BD94
(199,189,148)
#D1C9A8
(209,201,168)
#DBD5BC
(219,213,188)
#E5E1D0
(229,225,208)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B751C; }

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

This text font color is #8B751C.

Background Color

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

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

This div background color is #8B751C.

Border color

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

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

This div border color is #8B751C.

Opacity

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

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

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

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

This text has shadow with #8B751C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B751C.

Preview

Color preview on black background

This text has color #8B751C on black background.


Color preview on white background

This text has color #8B751C on white background.


Black color preview on #8B751C background

This text has black color on #8B751C background.


White color preview on #8B751C background

This text has white color on #8B751C background.


Related colors

Complementary color

Complementary color for #hex is #748AE3.


I love getcolorcode.com

Triadic colors

1 #1C8B75 and #751C8B with #8B751C are triadic colors.

2 #1C758B and #758B1C with #8B751C are triadic colors.