COLOR #968845

HEX: #968845
RGB: (150,136,69)

Color info

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

RGB color model

#968845 color RGB value is (150,136,69).

  • red value is 150;
  • green value is 136;
  • blue value is 69.
RGB:
(150,136,69)
(59%,53%,27%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 69 of 255 = 27%

150
136
69

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 69 = 355 (100%)
R 150 of 355 ~ 42.25%
G 136 of 355 ~ 38.31%
B 69 of 355 ~ 19.44%

%42.25
%38.31
%19.44

CMYK color model

#968845 color CMYK value is (0,9,54,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 54.00%
  • key color value is 41.18%
CMYK:
(0,9,54,41)
C0M9Y54K41 
(0%,9%,54%,41%)
(0.00/0.09/0.54/0.41)	

CMYK percentages

%0
%9.33
%54
%41.18

Codes

Color #968845 in popluar color models

968845
RGB15013669
HSL50°36.99%42.94%
HSB/HSV50°54.00%58.82%
CMYK0.00%9.33%54.00%
41.18%

Color #968845 in popluar number systems.

HEX968845
Decimal15013669
Binary10010110100010001000101
Octal226210105

Shades and tints

Shades of #968845

#968845
(150,136,69)
#897C3F
(137,124,63)
#7C7039
(124,112,57)
#6F6433
(111,100,51)
#62582D
(98,88,45)
#554C27
(85,76,39)
#484021
(72,64,33)
#3B341B
(59,52,27)
#2E2815
(46,40,21)
#211C0F
(33,28,15)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #968845

#968845
(150,136,69)
#9F9255
(159,146,85)
#A89C65
(168,156,101)
#B1A675
(177,166,117)
#BAB085
(186,176,133)
#C3BA95
(195,186,149)
#CCC4A5
(204,196,165)
#D5CEB5
(213,206,181)
#DED8C5
(222,216,197)
#E7E2D5
(231,226,213)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968845 color. Also use rgb(150,136,69) instead hex code.

Text Font Color

.myTextColor { color: #968845; }

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

This text font color is #968845.


Background Color

.myBgColor { background-color: #968845; }

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

This div background color is #968845.


Border color

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

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

This div border color is #968845.


Opacity

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

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

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

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

This text has shadow with #968845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968845 on black background.


Color preview on white background

This text has color #968845 on white background.



Black color preview on #968845 background

This text has black color on #968845 background.


White color preview on #968845 background

This text has white color on #968845 background.