COLOR #885F4B

HEX: #885F4B RGB: (136,95,75)

Color info

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

RGB color model

#885F4B color RGB value is (136,95,75).

RGB: (136,95,75) (53%, 37%, 29%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 75 of 255 = 29%

136
95
75

R + G + B ~ 40%. #885F4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 95 + 75 = 306 (100%)
R 136 of 306 ~ 44.44%
G 95 of 306 ~ 31.05%
B 75 of 306 ~ 24.51'%

%44.44
%31.05
%24.51

CMYK color model

#885F4B color CMYK value is (0,30,45,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 44.85%
  • key color value is 46.67%

CMYK: (0,30,45,47)
C0M30Y45K47 (0%, 30%, 45%, 47%)
(0.00 / 0.30 / 0.45 / 0.47)

CMYK percentages

%0
%30.15
%44.85
%46.67

Codes

Color #885F4B in popluar color models

88 5F 4B
RGB 136 95 75
HSL 20° 28.91% 41.37%
HSB/HSV 20° 44.85% 53.33%
CMYK 0.00% 30.15% 44.85%
46.67%

Color #885F4B in popluar number systems.

HEX 88 5F 4B
Decimal 136 95 75
Binary 10001000 1011111 1001011
Octal 210 137 113

Shades and tints

Shades of #885F4B

#885F4B
(136,95,75)
#7C5745
(124,87,69)
#704F3F
(112,79,63)
#644739
(100,71,57)
#583F33
(88,63,51)
#4C372D
(76,55,45)
#402F27
(64,47,39)
#342721
(52,39,33)
#281F1B
(40,31,27)
#1C1715
(28,23,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #885F4B

#885F4B
(136,95,75)
#926D5B
(146,109,91)
#9C7B6B
(156,123,107)
#A6897B
(166,137,123)
#B0978B
(176,151,139)
#BAA59B
(186,165,155)
#C4B3AB
(196,179,171)
#CEC1BB
(206,193,187)
#D8CFCB
(216,207,203)
#E2DDDB
(226,221,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885F4B color. Also use rgb(136,95,75) instead hex code.

Text Font Color

.myTextColor { color: #885F4B; }

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

This text font color is #885F4B.

Background Color

.myBgColor { background-color: #885F4B; }

<div style="background-color:#885F4B">Inner text</div>

This div background color is #885F4B.

Border color

.myBorderColor { border: 1px solid #885F4B; }

<div style="border:3px solid #885F4B">Div</div>

This div border color is #885F4B.

Opacity

.myOpacity80 { color: #885F4B; opacity: 0.8; }

<p style="color:#885F4B;opacity:0.8;">80%</p>

Text with #885F4B 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 #885F4B;}

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

This text has shadow with #885F4B color.


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

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

This text has shadow with #885F4B primary color and red secondary color.


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

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

This text has shadow with #885F4B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #885F4B.

Preview

Color preview on black background

This text has color #885F4B on black background.


Color preview on white background

This text has color #885F4B on white background.


Black color preview on #885F4B background

This text has black color on #885F4B background.


White color preview on #885F4B background

This text has white color on #885F4B background.


Related colors

Complementary color

Complementary color for #hex is #77A0B4.


I love getcolorcode.com

Triadic colors

1 #4B885F and #5F4B88 with #885F4B are triadic colors.

2 #4B5F88 and #5F884B with #885F4B are triadic colors.