COLOR #93957E

HEX: #93957E
RGB: (147,149,126)

Color info

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

RGB color model

#93957E color RGB value is (147,149,126).

  • red value is 147;
  • green value is 149;
  • blue value is 126.
RGB:
(147,149,126)
(58%,58%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 149 of 255 = 58%
B 126 of 255 = 49%

147
149
126

R + G + B ~ 55%. #93957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 149 + 126 = 422 (100%)
R 147 of 422 ~ 34.83%
G 149 of 422 ~ 35.31%
B 126 of 422 ~ 29.86%

%34.83
%35.31
%29.86

CMYK color model

#93957E color CMYK value is (1,0,15,42).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(1,0,15,42)
C1M0Y15K42 
(1%,0%,15%,42%)
(0.01/0.00/0.15/0.42)	

CMYK percentages

%1.34
%0
%15.44
%41.57

Codes

Color #93957E in popluar color models

93957E
RGB147149126
HSL65°9.79%53.92%
HSB/HSV65°15.44%58.43%
CMYK1.34%0.00%15.44%
41.57%

Color #93957E in popluar number systems.

HEX93957E
Decimal147149126
Binary10010011100101011111110
Octal223225176

Shades and tints

Shades of #93957E

#93957E
(147,149,126)
#868873
(134,136,115)
#797B68
(121,123,104)
#6C6E5D
(108,110,93)
#5F6152
(95,97,82)
#525447
(82,84,71)
#45473C
(69,71,60)
#383A31
(56,58,49)
#2B2D26
(43,45,38)
#1E201B
(30,32,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #93957E

#93957E
(147,149,126)
#9C9E89
(156,158,137)
#A5A794
(165,167,148)
#AEB09F
(174,176,159)
#B7B9AA
(183,185,170)
#C0C2B5
(192,194,181)
#C9CBC0
(201,203,192)
#D2D4CB
(210,212,203)
#DBDDD6
(219,221,214)
#E4E6E1
(228,230,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93957E color. Also use rgb(147,149,126) instead hex code.

Text Font Color

.myTextColor { color: #93957E; }

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

This text font color is #93957E.


Background Color

.myBgColor { background-color: #93957E; }

<div style="background-color:#93957E">Inner text</div>

This div background color is #93957E.


Border color

.myBorderColor { border: 1px solid #93957E; }

<div style="border:3px solid #93957E">Div</div>

This div border color is #93957E.


Opacity

.myOpacity80 { color: #93957E; opacity: 0.8; }

<p style="color:#93957E;opacity:0.8;">80%</p>

Text with #93957E 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 #93957E;}

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

This text has shadow with #93957E color.

.textShadow {text-shadow: 3px 3px 1px #93957E, 3px 3px 1px red;}

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

This text has shadow with #93957E primary color and red secondary color.


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

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

This text has shadow with #93957E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93957E on black background.


Color preview on white background

This text has color #93957E on white background.



Black color preview on #93957E background

This text has black color on #93957E background.


White color preview on #93957E background

This text has white color on #93957E background.