COLOR #93956C

HEX: #93956C RGB: (147,149,108)

Color info

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

RGB color model

#93956C color RGB value is (147,149,108).

RGB: (147,149,108) (58%, 58%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 149 of 255 = 58%
B 108 of 255 = 42%

147
149
108

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

Portions of RGB colors in percentages

R + G + B = 147 + 149 + 108 = 404 (100%)
R 147 of 404 ~ 36.39%
G 149 of 404 ~ 36.88%
B 108 of 404 ~ 26.73'%

%36.39
%36.88
%26.73

CMYK color model

#93956C color CMYK value is (1,0,28,42).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK: (1,0,28,42) C1M0Y28K42 (1%,0%,28%,42%) (0.01/0.00/0.28/0.42) 

CMYK percentages

%1.34
%0
%27.52
%41.57

Codes

Color #93956C in popluar color models

93 95 6C
RGB 147 149 108
HSL 63° 16.21% 50.39%
HSB/HSV 63° 27.52% 58.43%
CMYK 1.34% 0.00% 27.52%
41.57%

Color #93956C in popluar number systems.

HEX 93 95 6C
Decimal 147 149 108
Binary 10010011 10010101 1101100
Octal 223 225 154

Shades and tints

Shades of #93956C

#93956C
(147,149,108)
#868863
(134,136,99)
#797B5A
(121,123,90)
#6C6E51
(108,110,81)
#5F6148
(95,97,72)
#52543F
(82,84,63)
#454736
(69,71,54)
#383A2D
(56,58,45)
#2B2D24
(43,45,36)
#1E201B
(30,32,27)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #93956C

#93956C
(147,149,108)
#9C9E79
(156,158,121)
#A5A786
(165,167,134)
#AEB093
(174,176,147)
#B7B9A0
(183,185,160)
#C0C2AD
(192,194,173)
#C9CBBA
(201,203,186)
#D2D4C7
(210,212,199)
#DBDDD4
(219,221,212)
#E4E6E1
(228,230,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93956C color. Also use rgb(147,149,108) instead hex code.

Text Font Color

.myTextColor { color: #93956C; }

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

This text font color is #93956C.

Background Color

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

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

This div background color is #93956C.

Border color

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

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

This div border color is #93956C.

Opacity

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

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

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

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

This text has shadow with #93956C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93956C.

Preview

Color preview on black background

This text has color #93956C on black background.


Color preview on white background

This text has color #93956C on white background.


Black color preview on #93956C background

This text has black color on #93956C background.


White color preview on #93956C background

This text has white color on #93956C background.


Related colors

Complementary color

Complementary color for #hex is #6C6A93.


I love getcolorcode.com

Triadic colors

1 #6C9395 and #956C93 with #93956C are triadic colors.

2 #6C9593 and #95936C with #93956C are triadic colors.