COLOR #968943

HEX: #968943
RGB: (150,137,67)

Color info

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

RGB color model

#968943 color RGB value is (150,137,67).

  • red value is 150;
  • green value is 137;
  • blue value is 67.
RGB:
(150,137,67)
(59%,54%,26%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 67 of 255 = 26%

150
137
67

R + G + B ~ 46%. #968943 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 67 = 354 (100%)
R 150 of 354 ~ 42.37%
G 137 of 354 ~ 38.7%
B 67 of 354 ~ 18.93%

%42.37
%38.7
%18.93

CMYK color model

#968943 color CMYK value is (0,9,55,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 55.33%
  • key color value is 41.18%
CMYK:
(0,9,55,41)
C0M9Y55K41 
(0%,9%,55%,41%)
(0.00/0.09/0.55/0.41)	

CMYK percentages

%0
%8.67
%55.33
%41.18

Codes

Color #968943 in popluar color models

968943
RGB15013767
HSL51°38.25%42.55%
HSB/HSV51°55.33%58.82%
CMYK0.00%8.67%55.33%
41.18%

Color #968943 in popluar number systems.

HEX968943
Decimal15013767
Binary10010110100010011000011
Octal226211103

Shades and tints

Shades of #968943

#968943
(150,137,67)
#897D3D
(137,125,61)
#7C7137
(124,113,55)
#6F6531
(111,101,49)
#62592B
(98,89,43)
#554D25
(85,77,37)
#48411F
(72,65,31)
#3B3519
(59,53,25)
#2E2913
(46,41,19)
#211D0D
(33,29,13)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #968943

#968943
(150,137,67)
#9F9354
(159,147,84)
#A89D65
(168,157,101)
#B1A776
(177,167,118)
#BAB187
(186,177,135)
#C3BB98
(195,187,152)
#CCC5A9
(204,197,169)
#D5CFBA
(213,207,186)
#DED9CB
(222,217,203)
#E7E3DC
(231,227,220)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968943 color. Also use rgb(150,137,67) instead hex code.

Text Font Color

.myTextColor { color: #968943; }

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

This text font color is #968943.


Background Color

.myBgColor { background-color: #968943; }

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

This div background color is #968943.


Border color

.myBorderColor { border: 1px solid #968943; }

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

This div border color is #968943.


Opacity

.myOpacity80 { color: #968943; opacity: 0.8; }

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

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

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

This text has shadow with #968943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968943 on black background.


Color preview on white background

This text has color #968943 on white background.



Black color preview on #968943 background

This text has black color on #968943 background.


White color preview on #968943 background

This text has white color on #968943 background.