COLOR #968A57

HEX: #968A57 RGB: (150,138,87)

Color info

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

RGB color model

#968A57 color RGB value is (150,138,87).

RGB: (150,138,87) (59%, 54%, 34%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 87 of 255 = 34%

150
138
87

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

Portions of RGB colors in percentages

R + G + B = 150 + 138 + 87 = 375 (100%)
R 150 of 375 ~ 40%
G 138 of 375 ~ 36.8%
B 87 of 375 ~ 23.2'%

%40
%36.8
%23.2

CMYK color model

#968A57 color CMYK value is (0,8,42,41).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 42.00%
  • key color value is 41.18%

CMYK: (0,8,42,41)
C0M8Y42K41 (0%, 8%, 42%, 41%)
(0.00 / 0.08 / 0.42 / 0.41)

CMYK percentages

%0
%8
%42
%41.18

Codes

Color #968A57 in popluar color models

96 8A 57
RGB 150 138 87
HSL 49° 26.58% 46.47%
HSB/HSV 49° 42.00% 58.82%
CMYK 0.00% 8.00% 42.00%
41.18%

Color #968A57 in popluar number systems.

HEX 96 8A 57
Decimal 150 138 87
Binary 10010110 10001010 1010111
Octal 226 212 127

Shades and tints

Shades of #968A57

#968A57
(150,138,87)
#897E50
(137,126,80)
#7C7249
(124,114,73)
#6F6642
(111,102,66)
#625A3B
(98,90,59)
#554E34
(85,78,52)
#48422D
(72,66,45)
#3B3626
(59,54,38)
#2E2A1F
(46,42,31)
#211E18
(33,30,24)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #968A57

#968A57
(150,138,87)
#9F9466
(159,148,102)
#A89E75
(168,158,117)
#B1A884
(177,168,132)
#BAB293
(186,178,147)
#C3BCA2
(195,188,162)
#CCC6B1
(204,198,177)
#D5D0C0
(213,208,192)
#DEDACF
(222,218,207)
#E7E4DE
(231,228,222)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968A57 color. Also use rgb(150,138,87) instead hex code.

Text Font Color

.myTextColor { color: #968A57; }

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

This text font color is #968A57.

Background Color

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

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

This div background color is #968A57.

Border color

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

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

This div border color is #968A57.

Opacity

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

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

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

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

This text has shadow with #968A57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968A57.

Preview

Color preview on black background

This text has color #968A57 on black background.


Color preview on white background

This text has color #968A57 on white background.


Black color preview on #968A57 background

This text has black color on #968A57 background.


White color preview on #968A57 background

This text has white color on #968A57 background.


Related colors

Complementary color

Complementary color for #hex is #6975A8.


I love getcolorcode.com

Triadic colors

1 #57968A and #8A5796 with #968A57 are triadic colors.

2 #578A96 and #8A9657 with #968A57 are triadic colors.