COLOR #93887B

HEX: #93887B RGB: (147,136,123)

Color info

#93887B contains red, green and blue colors in about the same proportion. Web safe color of #93887B is #999966 (or #996).

RGB color model

#93887B color RGB value is (147,136,123).

RGB: (147,136,123) (58%, 53%, 48%)

RGB channels and saturation

R 147 of 255 = 58%
G 136 of 255 = 53%
B 123 of 255 = 48%

147
136
123

R + G + B ~ 53%. #93887B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 136 + 123 = 406 (100%)
R 147 of 406 ~ 36.21%
G 136 of 406 ~ 33.5%
B 123 of 406 ~ 30.3'%

%36.21
%33.5
%30.3

CMYK color model

#93887B color CMYK value is (0,7,16,42).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK: (0,7,16,42) C0M7Y16K42 (0%,7%,16%,42%) (0.00/0.07/0.16/0.42) 

CMYK percentages

%0
%7.48
%16.33
%42.35

Codes

Color #93887B in popluar color models

93 88 7B
RGB 147 136 123
HSL 33° 10.00% 52.94%
HSB/HSV 33° 16.33% 57.65%
CMYK 0.00% 7.48% 16.33%
42.35%

Color #93887B in popluar number systems.

HEX 93 88 7B
Decimal 147 136 123
Binary 10010011 10001000 1111011
Octal 223 210 173

Shades and tints

Shades of #93887B

#93887B
(147,136,123)
#867C70
(134,124,112)
#797065
(121,112,101)
#6C645A
(108,100,90)
#5F584F
(95,88,79)
#524C44
(82,76,68)
#454039
(69,64,57)
#38342E
(56,52,46)
#2B2823
(43,40,35)
#1E1C18
(30,28,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #93887B

#93887B
(147,136,123)
#9C9287
(156,146,135)
#A59C93
(165,156,147)
#AEA69F
(174,166,159)
#B7B0AB
(183,176,171)
#C0BAB7
(192,186,183)
#C9C4C3
(201,196,195)
#D2CECF
(210,206,207)
#DBD8DB
(219,216,219)
#E4E2E7
(228,226,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93887B color. Also use rgb(147,136,123) instead hex code.

Text Font Color

.myTextColor { color: #93887B; }

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

This text font color is #93887B.

Background Color

.myBgColor { background-color: #93887B; }

<div style="background-color:#93887B">Inner text</div>

This div background color is #93887B.

Border color

.myBorderColor { border: 1px solid #93887B; }

<div style="border:3px solid #93887B">Div</div>

This div border color is #93887B.

Opacity

.myOpacity80 { color: #93887B; opacity: 0.8; }

<p style="color:#93887B;opacity:0.8;">80%</p>

Text with #93887B 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 #93887B;}

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

This text has shadow with #93887B color.


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

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

This text has shadow with #93887B primary color and red secondary color.


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

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

This text has shadow with #93887B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93887B.

Preview

Color preview on black background

This text has color #93887B on black background.


Color preview on white background

This text has color #93887B on white background.


Black color preview on #93887B background

This text has black color on #93887B background.


White color preview on #93887B background

This text has white color on #93887B background.


Related colors

Complementary color

Complementary color for #hex is #6C7784.


I love getcolorcode.com

Triadic colors

1 #7B9388 and #887B93 with #93887B are triadic colors.

2 #7B8893 and #88937B with #93887B are triadic colors.