COLOR #93877C

HEX: #93877C
RGB: (147,135,124)

Color info

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

RGB color model

#93877C color RGB value is (147,135,124).

  • red value is 147;
  • green value is 135;
  • blue value is 124.
RGB:
(147,135,124)
(58%,53%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 124 of 255 = 49%

147
135
124

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

Portions of RGB colors in percentages

R + G + B =
147 + 135 + 124 = 406 (100%)
R 147 of 406 ~ 36.21%
G 135 of 406 ~ 33.25%
B 124 of 406 ~ 30.54%

%36.21
%33.25
%30.54

CMYK color model

#93877C color CMYK value is (0,8,16,42).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(0,8,16,42)
C0M8Y16K42 
(0%,8%,16%,42%)
(0.00/0.08/0.16/0.42)	

CMYK percentages

%0
%8.16
%15.65
%42.35

Codes

Color #93877C in popluar color models

93877C
RGB147135124
HSL29°9.62%53.14%
HSB/HSV29°15.65%57.65%
CMYK0.00%8.16%15.65%
42.35%

Color #93877C in popluar number systems.

HEX93877C
Decimal147135124
Binary10010011100001111111100
Octal223207174

Shades and tints

Shades of #93877C

#93877C
(147,135,124)
#867B71
(134,123,113)
#796F66
(121,111,102)
#6C635B
(108,99,91)
#5F5750
(95,87,80)
#524B45
(82,75,69)
#453F3A
(69,63,58)
#38332F
(56,51,47)
#2B2724
(43,39,36)
#1E1B19
(30,27,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #93877C

#93877C
(147,135,124)
#9C9187
(156,145,135)
#A59B92
(165,155,146)
#AEA59D
(174,165,157)
#B7AFA8
(183,175,168)
#C0B9B3
(192,185,179)
#C9C3BE
(201,195,190)
#D2CDC9
(210,205,201)
#DBD7D4
(219,215,212)
#E4E1DF
(228,225,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93877C color. Also use rgb(147,135,124) instead hex code.

Text Font Color

.myTextColor { color: #93877C; }

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

This text font color is #93877C.


Background Color

.myBgColor { background-color: #93877C; }

<div style="background-color:#93877C">Inner text</div>

This div background color is #93877C.


Border color

.myBorderColor { border: 1px solid #93877C; }

<div style="border:3px solid #93877C">Div</div>

This div border color is #93877C.


Opacity

.myOpacity80 { color: #93877C; opacity: 0.8; }

<p style="color:#93877C;opacity:0.8;">80%</p>

Text with #93877C 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 #93877C;}

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

This text has shadow with #93877C color.

.textShadow {text-shadow: 3px 3px 1px #93877C, 3px 3px 1px red;}

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

This text has shadow with #93877C primary color and red secondary color.


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

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

This text has shadow with #93877C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93877C;
-webkit-box-shadow: 1px 1px 3px 2px #93877C;
box-shadow:1px 1px 3px 2px #93877C;">
Div content here</div>
This div box has shadow with color #93877C.

Preview

Color preview on black background

This text has color #93877C on black background.


Color preview on white background

This text has color #93877C on white background.



Black color preview on #93877C background

This text has black color on #93877C background.


White color preview on #93877C background

This text has white color on #93877C background.