COLOR #968E3F

HEX: #968E3F
RGB: (150,142,63)

Color info

#968E3F contains mainly red and green colors. Web safe color of #968E3F is #999933 (or #993).

RGB color model

#968E3F color RGB value is (150,142,63).

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

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 63 of 255 = 25%

150
142
63

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 63 = 355 (100%)
R 150 of 355 ~ 42.25%
G 142 of 355 ~ 40%
B 63 of 355 ~ 17.75%

%42.25
%40
%17.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 58.00%
  • key color value is 41.18%
CMYK:
(0,5,58,41)
C0M5Y58K41 
(0%,5%,58%,41%)
(0.00/0.05/0.58/0.41)	

CMYK percentages

%0
%5.33
%58
%41.18

Codes

Color #968E3F in popluar color models

968E3F
RGB15014263
HSL54°40.85%41.76%
HSB/HSV54°58.00%58.82%
CMYK0.00%5.33%58.00%
41.18%

Color #968E3F in popluar number systems.

HEX968E3F
Decimal15014263
Binary1001011010001110111111
Octal22621677

Shades and tints

Shades of #968E3F

#968E3F
(150,142,63)
#89823A
(137,130,58)
#7C7635
(124,118,53)
#6F6A30
(111,106,48)
#625E2B
(98,94,43)
#555226
(85,82,38)
#484621
(72,70,33)
#3B3A1C
(59,58,28)
#2E2E17
(46,46,23)
#212212
(33,34,18)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #968E3F

#968E3F
(150,142,63)
#9F9850
(159,152,80)
#A8A261
(168,162,97)
#B1AC72
(177,172,114)
#BAB683
(186,182,131)
#C3C094
(195,192,148)
#CCCAA5
(204,202,165)
#D5D4B6
(213,212,182)
#DEDEC7
(222,222,199)
#E7E8D8
(231,232,216)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E3F; }

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

This text font color is #968E3F.


Background Color

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

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

This div background color is #968E3F.


Border color

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

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

This div border color is #968E3F.


Opacity

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

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

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

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

This text has shadow with #968E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E3F on black background.


Color preview on white background

This text has color #968E3F on white background.



Black color preview on #968E3F background

This text has black color on #968E3F background.


White color preview on #968E3F background

This text has white color on #968E3F background.