COLOR #8D633D

HEX: #8D633D RGB: (141,99,61)

Color info

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

RGB color model

#8D633D color RGB value is (141,99,61).

RGB: (141,99,61) (55%, 39%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 99 of 255 = 39%
B 61 of 255 = 24%

141
99
61

R + G + B ~ 39%. #8D633D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 99 + 61 = 301 (100%)
R 141 of 301 ~ 46.84%
G 99 of 301 ~ 32.89%
B 61 of 301 ~ 20.27'%

%46.84
%32.89
%20.27

CMYK color model

#8D633D color CMYK value is (0,30,57,45).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 56.74%
  • key color value is 44.71%

CMYK: (0,30,57,45)
C0M30Y57K45 (0%, 30%, 57%, 45%)
(0.00 / 0.30 / 0.57 / 0.45)

CMYK percentages

%0
%29.79
%56.74
%44.71

Codes

Color #8D633D in popluar color models

8D 63 3D
RGB 141 99 61
HSL 29° 39.60% 39.61%
HSB/HSV 29° 56.74% 55.29%
CMYK 0.00% 29.79% 56.74%
44.71%

Color #8D633D in popluar number systems.

HEX 8D 63 3D
Decimal 141 99 61
Binary 10001101 1100011 111101
Octal 215 143 75

Shades and tints

Shades of #8D633D

#8D633D
(141,99,61)
#815A38
(129,90,56)
#755133
(117,81,51)
#69482E
(105,72,46)
#5D3F29
(93,63,41)
#513624
(81,54,36)
#452D1F
(69,45,31)
#39241A
(57,36,26)
#2D1B15
(45,27,21)
#211210
(33,18,16)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #8D633D

#8D633D
(141,99,61)
#97714E
(151,113,78)
#A17F5F
(161,127,95)
#AB8D70
(171,141,112)
#B59B81
(181,155,129)
#BFA992
(191,169,146)
#C9B7A3
(201,183,163)
#D3C5B4
(211,197,180)
#DDD3C5
(221,211,197)
#E7E1D6
(231,225,214)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D633D color. Also use rgb(141,99,61) instead hex code.

Text Font Color

.myTextColor { color: #8D633D; }

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

This text font color is #8D633D.

Background Color

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

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

This div background color is #8D633D.

Border color

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

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

This div border color is #8D633D.

Opacity

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

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

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

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

This text has shadow with #8D633D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D633D.

Preview

Color preview on black background

This text has color #8D633D on black background.


Color preview on white background

This text has color #8D633D on white background.


Black color preview on #8D633D background

This text has black color on #8D633D background.


White color preview on #8D633D background

This text has white color on #8D633D background.


Related colors

Complementary color

Complementary color for #hex is #729CC2.


I love getcolorcode.com

Triadic colors

1 #3D8D63 and #633D8D with #8D633D are triadic colors.

2 #3D638D and #638D3D with #8D633D are triadic colors.