COLOR #968638

HEX: #968638
RGB: (150,134,56)

Color info

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

RGB color model

#968638 color RGB value is (150,134,56).

  • red value is 150;
  • green value is 134;
  • blue value is 56.
RGB:
(150,134,56)
(59%,53%,22%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 56 of 255 = 22%

150
134
56

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 56 = 340 (100%)
R 150 of 340 ~ 44.12%
G 134 of 340 ~ 39.41%
B 56 of 340 ~ 16.47%

%44.12
%39.41
%16.47

CMYK color model

#968638 color CMYK value is (0,11,63,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 62.67%
  • key color value is 41.18%
CMYK:
(0,11,63,41)
C0M11Y63K41 
(0%,11%,63%,41%)
(0.00/0.11/0.63/0.41)	

CMYK percentages

%0
%10.67
%62.67
%41.18

Codes

Color #968638 in popluar color models

968638
RGB15013456
HSL50°45.63%40.39%
HSB/HSV50°62.67%58.82%
CMYK0.00%10.67%62.67%
41.18%

Color #968638 in popluar number systems.

HEX968638
Decimal15013456
Binary1001011010000110111000
Octal22620670

Shades and tints

Shades of #968638

#968638
(150,134,56)
#897A33
(137,122,51)
#7C6E2E
(124,110,46)
#6F6229
(111,98,41)
#625624
(98,86,36)
#554A1F
(85,74,31)
#483E1A
(72,62,26)
#3B3215
(59,50,21)
#2E2610
(46,38,16)
#211A0B
(33,26,11)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #968638

#968638
(150,134,56)
#9F914A
(159,145,74)
#A89C5C
(168,156,92)
#B1A76E
(177,167,110)
#BAB280
(186,178,128)
#C3BD92
(195,189,146)
#CCC8A4
(204,200,164)
#D5D3B6
(213,211,182)
#DEDEC8
(222,222,200)
#E7E9DA
(231,233,218)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968638 color. Also use rgb(150,134,56) instead hex code.

Text Font Color

.myTextColor { color: #968638; }

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

This text font color is #968638.


Background Color

.myBgColor { background-color: #968638; }

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

This div background color is #968638.


Border color

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

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

This div border color is #968638.


Opacity

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

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

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

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

This text has shadow with #968638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968638 on black background.


Color preview on white background

This text has color #968638 on white background.



Black color preview on #968638 background

This text has black color on #968638 background.


White color preview on #968638 background

This text has white color on #968638 background.