COLOR #96947D

HEX: #96947D RGB: (150,148,125)

Color info

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

RGB color model

#96947D color RGB value is (150,148,125).

RGB: (150,148,125) (59%, 58%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 125 of 255 = 49%

150
148
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 148 + 125 = 423 (100%)
R 150 of 423 ~ 35.46%
G 148 of 423 ~ 34.99%
B 125 of 423 ~ 29.55'%

%35.46
%34.99
%29.55

CMYK color model

#96947D color CMYK value is (0,1,17,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 16.67%
  • key color value is 41.18%

CMYK: (0,1,17,41)
C0M1Y17K41 (0%, 1%, 17%, 41%)
(0.00 / 0.01 / 0.17 / 0.41)

CMYK percentages

%0
%1.33
%16.67
%41.18

Codes

Color #96947D in popluar color models

96 94 7D
RGB 150 148 125
HSL 55° 10.64% 53.92%
HSB/HSV 55° 16.67% 58.82%
CMYK 0.00% 1.33% 16.67%
41.18%

Color #96947D in popluar number systems.

HEX 96 94 7D
Decimal 150 148 125
Binary 10010110 10010100 1111101
Octal 226 224 175

Shades and tints

Shades of #96947D

#96947D
(150,148,125)
#898772
(137,135,114)
#7C7A67
(124,122,103)
#6F6D5C
(111,109,92)
#626051
(98,96,81)
#555346
(85,83,70)
#48463B
(72,70,59)
#3B3930
(59,57,48)
#2E2C25
(46,44,37)
#211F1A
(33,31,26)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96947D

#96947D
(150,148,125)
#9F9D88
(159,157,136)
#A8A693
(168,166,147)
#B1AF9E
(177,175,158)
#BAB8A9
(186,184,169)
#C3C1B4
(195,193,180)
#CCCABF
(204,202,191)
#D5D3CA
(213,211,202)
#DEDCD5
(222,220,213)
#E7E5E0
(231,229,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96947D color. Also use rgb(150,148,125) instead hex code.

Text Font Color

.myTextColor { color: #96947D; }

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

This text font color is #96947D.

Background Color

.myBgColor { background-color: #96947D; }

<div style="background-color:#96947D">Inner text</div>

This div background color is #96947D.

Border color

.myBorderColor { border: 1px solid #96947D; }

<div style="border:3px solid #96947D">Div</div>

This div border color is #96947D.

Opacity

.myOpacity80 { color: #96947D; opacity: 0.8; }

<p style="color:#96947D;opacity:0.8;">80%</p>

Text with #96947D 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 #96947D;}

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

This text has shadow with #96947D color.


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

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

This text has shadow with #96947D primary color and red secondary color.


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

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

This text has shadow with #96947D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96947D.

Preview

Color preview on black background

This text has color #96947D on black background.


Color preview on white background

This text has color #96947D on white background.


Black color preview on #96947D background

This text has black color on #96947D background.


White color preview on #96947D background

This text has white color on #96947D background.


Related colors

Complementary color

Complementary color for #hex is #696B82.


I love getcolorcode.com

Triadic colors

1 #7D9694 and #947D96 with #96947D are triadic colors.

2 #7D9496 and #94967D with #96947D are triadic colors.