COLOR #968C5A

HEX: #968C5A RGB: (150,140,90)

Color info

#968C5A contains mainly red and green colors. Web safe color of #968C5A is #999966 (or #996).

RGB color model

#968C5A color RGB value is (150,140,90).

RGB: (150,140,90) (59%, 55%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 90 of 255 = 35%

150
140
90

R + G + B ~ 50%. #968C5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 90 = 380 (100%)
R 150 of 380 ~ 39.47%
G 140 of 380 ~ 36.84%
B 90 of 380 ~ 23.68'%

%39.47
%36.84
%23.68

CMYK color model

#968C5A color CMYK value is (0,7,40,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 40.00%
  • key color value is 41.18%

CMYK: (0,7,40,41)
C0M7Y40K41 (0%, 7%, 40%, 41%)
(0.00 / 0.07 / 0.40 / 0.41)

CMYK percentages

%0
%6.67
%40
%41.18

Codes

Color #968C5A in popluar color models

96 8C 5A
RGB 150 140 90
HSL 50° 25.00% 47.06%
HSB/HSV 50° 40.00% 58.82%
CMYK 0.00% 6.67% 40.00%
41.18%

Color #968C5A in popluar number systems.

HEX 96 8C 5A
Decimal 150 140 90
Binary 10010110 10001100 1011010
Octal 226 214 132

Shades and tints

Shades of #968C5A

#968C5A
(150,140,90)
#898052
(137,128,82)
#7C744A
(124,116,74)
#6F6842
(111,104,66)
#625C3A
(98,92,58)
#555032
(85,80,50)
#48442A
(72,68,42)
#3B3822
(59,56,34)
#2E2C1A
(46,44,26)
#212012
(33,32,18)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #968C5A

#968C5A
(150,140,90)
#9F9669
(159,150,105)
#A8A078
(168,160,120)
#B1AA87
(177,170,135)
#BAB496
(186,180,150)
#C3BEA5
(195,190,165)
#CCC8B4
(204,200,180)
#D5D2C3
(213,210,195)
#DEDCD2
(222,220,210)
#E7E6E1
(231,230,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C5A color. Also use rgb(150,140,90) instead hex code.

Text Font Color

.myTextColor { color: #968C5A; }

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

This text font color is #968C5A.

Background Color

.myBgColor { background-color: #968C5A; }

<div style="background-color:#968C5A">Inner text</div>

This div background color is #968C5A.

Border color

.myBorderColor { border: 1px solid #968C5A; }

<div style="border:3px solid #968C5A">Div</div>

This div border color is #968C5A.

Opacity

.myOpacity80 { color: #968C5A; opacity: 0.8; }

<p style="color:#968C5A;opacity:0.8;">80%</p>

Text with #968C5A 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 #968C5A;}

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

This text has shadow with #968C5A color.


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

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

This text has shadow with #968C5A primary color and red secondary color.


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

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

This text has shadow with #968C5A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968C5A.

Preview

Color preview on black background

This text has color #968C5A on black background.


Color preview on white background

This text has color #968C5A on white background.


Black color preview on #968C5A background

This text has black color on #968C5A background.


White color preview on #968C5A background

This text has white color on #968C5A background.


Related colors

Complementary color

Complementary color for #hex is #6973A5.


I love getcolorcode.com

Triadic colors

1 #5A968C and #8C5A96 with #968C5A are triadic colors.

2 #5A8C96 and #8C965A with #968C5A are triadic colors.