COLOR #8D614B

HEX: #8D614B RGB: (141,97,75)

Color info

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

RGB color model

#8D614B color RGB value is (141,97,75).

RGB: (141,97,75) (55%, 38%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 75 of 255 = 29%

141
97
75

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

Portions of RGB colors in percentages

R + G + B = 141 + 97 + 75 = 313 (100%)
R 141 of 313 ~ 45.05%
G 97 of 313 ~ 30.99%
B 75 of 313 ~ 23.96'%

%45.05
%30.99
%23.96

CMYK color model

#8D614B color CMYK value is (0,31,47,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 46.81%
  • key color value is 44.71%

CMYK: (0,31,47,45)
C0M31Y47K45 (0%, 31%, 47%, 45%)
(0.00 / 0.31 / 0.47 / 0.45)

CMYK percentages

%0
%31.21
%46.81
%44.71

Codes

Color #8D614B in popluar color models

8D 61 4B
RGB 141 97 75
HSL 20° 30.56% 42.35%
HSB/HSV 20° 46.81% 55.29%
CMYK 0.00% 31.21% 46.81%
44.71%

Color #8D614B in popluar number systems.

HEX 8D 61 4B
Decimal 141 97 75
Binary 10001101 1100001 1001011
Octal 215 141 113

Shades and tints

Shades of #8D614B

#8D614B
(141,97,75)
#815945
(129,89,69)
#75513F
(117,81,63)
#694939
(105,73,57)
#5D4133
(93,65,51)
#51392D
(81,57,45)
#453127
(69,49,39)
#392921
(57,41,33)
#2D211B
(45,33,27)
#211915
(33,25,21)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8D614B

#8D614B
(141,97,75)
#976F5B
(151,111,91)
#A17D6B
(161,125,107)
#AB8B7B
(171,139,123)
#B5998B
(181,153,139)
#BFA79B
(191,167,155)
#C9B5AB
(201,181,171)
#D3C3BB
(211,195,187)
#DDD1CB
(221,209,203)
#E7DFDB
(231,223,219)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D614B color. Also use rgb(141,97,75) instead hex code.

Text Font Color

.myTextColor { color: #8D614B; }

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

This text font color is #8D614B.

Background Color

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

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

This div background color is #8D614B.

Border color

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

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

This div border color is #8D614B.

Opacity

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

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

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

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

This text has shadow with #8D614B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D614B.

Preview

Color preview on black background

This text has color #8D614B on black background.


Color preview on white background

This text has color #8D614B on white background.


Black color preview on #8D614B background

This text has black color on #8D614B background.


White color preview on #8D614B background

This text has white color on #8D614B background.


Related colors

Complementary color

Complementary color for #hex is #729EB4.


I love getcolorcode.com

Triadic colors

1 #4B8D61 and #614B8D with #8D614B are triadic colors.

2 #4B618D and #618D4B with #8D614B are triadic colors.