COLOR #968E58

HEX: #968E58
RGB: (150,142,88)

Color info

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

RGB color model

#968E58 color RGB value is (150,142,88).

  • red value is 150;
  • green value is 142;
  • blue value is 88.
RGB:
(150,142,88)
(59%,56%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 88 of 255 = 35%

150
142
88

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 88 = 380 (100%)
R 150 of 380 ~ 39.47%
G 142 of 380 ~ 37.37%
B 88 of 380 ~ 23.16%

%39.47
%37.37
%23.16

CMYK color model

#968E58 color CMYK value is (0,5,41,41).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(0,5,41,41)
C0M5Y41K41 
(0%,5%,41%,41%)
(0.00/0.05/0.41/0.41)	

CMYK percentages

%0
%5.33
%41.33
%41.18

Codes

Color #968E58 in popluar color models

968E58
RGB15014288
HSL52°26.05%46.67%
HSB/HSV52°41.33%58.82%
CMYK0.00%5.33%41.33%
41.18%

Color #968E58 in popluar number systems.

HEX968E58
Decimal15014288
Binary10010110100011101011000
Octal226216130

Shades and tints

Shades of #968E58

#968E58
(150,142,88)
#898250
(137,130,80)
#7C7648
(124,118,72)
#6F6A40
(111,106,64)
#625E38
(98,94,56)
#555230
(85,82,48)
#484628
(72,70,40)
#3B3A20
(59,58,32)
#2E2E18
(46,46,24)
#212210
(33,34,16)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #968E58

#968E58
(150,142,88)
#9F9867
(159,152,103)
#A8A276
(168,162,118)
#B1AC85
(177,172,133)
#BAB694
(186,182,148)
#C3C0A3
(195,192,163)
#CCCAB2
(204,202,178)
#D5D4C1
(213,212,193)
#DEDED0
(222,222,208)
#E7E8DF
(231,232,223)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E58; }

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

This text font color is #968E58.


Background Color

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

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

This div background color is #968E58.


Border color

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

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

This div border color is #968E58.


Opacity

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

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

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

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

This text has shadow with #968E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E58 on black background.


Color preview on white background

This text has color #968E58 on white background.



Black color preview on #968E58 background

This text has black color on #968E58 background.


White color preview on #968E58 background

This text has white color on #968E58 background.