COLOR #968C58

HEX: #968C58 RGB: (150,140,88)

Color info

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

RGB color model

#968C58 color RGB value is (150,140,88).

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

RGB channels and saturation

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

150
140
88

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 88 = 378 (100%)
R 150 of 378 ~ 39.68%
G 140 of 378 ~ 37.04%
B 88 of 378 ~ 23.28'%

%39.68
%37.04
%23.28

CMYK color model

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

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

CMYK: (0,7,41,41)
C0M7Y41K41 (0%, 7%, 41%, 41%)
(0.00 / 0.07 / 0.41 / 0.41)

CMYK percentages

%0
%6.67
%41.33
%41.18

Codes

Color #968C58 in popluar color models

96 8C 58
RGB 150 140 88
HSL 50° 26.05% 46.67%
HSB/HSV 50° 41.33% 58.82%
CMYK 0.00% 6.67% 41.33%
41.18%

Color #968C58 in popluar number systems.

HEX 96 8C 58
Decimal 150 140 88
Binary 10010110 10001100 1011000
Octal 226 214 130

Shades and tints

Shades of #968C58

#968C58
(150,140,88)
#898050
(137,128,80)
#7C7448
(124,116,72)
#6F6840
(111,104,64)
#625C38
(98,92,56)
#555030
(85,80,48)
#484428
(72,68,40)
#3B3820
(59,56,32)
#2E2C18
(46,44,24)
#212010
(33,32,16)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #968C58

#968C58
(150,140,88)
#9F9667
(159,150,103)
#A8A076
(168,160,118)
#B1AA85
(177,170,133)
#BAB494
(186,180,148)
#C3BEA3
(195,190,163)
#CCC8B2
(204,200,178)
#D5D2C1
(213,210,193)
#DEDCD0
(222,220,208)
#E7E6DF
(231,230,223)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C58; }

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

This text font color is #968C58.

Background Color

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

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

This div background color is #968C58.

Border color

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

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

This div border color is #968C58.

Opacity

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

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

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

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

This text has shadow with #968C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968C58.

Preview

Color preview on black background

This text has color #968C58 on black background.


Color preview on white background

This text has color #968C58 on white background.


Black color preview on #968C58 background

This text has black color on #968C58 background.


White color preview on #968C58 background

This text has white color on #968C58 background.


Related colors

Complementary color

Complementary color for #hex is #6973A7.


I love getcolorcode.com

Triadic colors

1 #58968C and #8C5896 with #968C58 are triadic colors.

2 #588C96 and #8C9658 with #968C58 are triadic colors.