COLOR #968448

HEX: #968448
RGB: (150,132,72)

Color info

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

RGB color model

#968448 color RGB value is (150,132,72).

  • red value is 150;
  • green value is 132;
  • blue value is 72.
RGB:
(150,132,72)
(59%,52%,28%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 72 of 255 = 28%

150
132
72

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

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 72 = 354 (100%)
R 150 of 354 ~ 42.37%
G 132 of 354 ~ 37.29%
B 72 of 354 ~ 20.34%

%42.37
%37.29
%20.34

CMYK color model

#968448 color CMYK value is (0,12,52,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(0,12,52,41)
C0M12Y52K41 
(0%,12%,52%,41%)
(0.00/0.12/0.52/0.41)	

CMYK percentages

%0
%12
%52
%41.18

Codes

Color #968448 in popluar color models

968448
RGB15013272
HSL46°35.14%43.53%
HSB/HSV46°52.00%58.82%
CMYK0.00%12.00%52.00%
41.18%

Color #968448 in popluar number systems.

HEX968448
Decimal15013272
Binary10010110100001001001000
Octal226204110

Shades and tints

Shades of #968448

#968448
(150,132,72)
#897842
(137,120,66)
#7C6C3C
(124,108,60)
#6F6036
(111,96,54)
#625430
(98,84,48)
#55482A
(85,72,42)
#483C24
(72,60,36)
#3B301E
(59,48,30)
#2E2418
(46,36,24)
#211812
(33,24,18)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #968448

#968448
(150,132,72)
#9F8F58
(159,143,88)
#A89A68
(168,154,104)
#B1A578
(177,165,120)
#BAB088
(186,176,136)
#C3BB98
(195,187,152)
#CCC6A8
(204,198,168)
#D5D1B8
(213,209,184)
#DEDCC8
(222,220,200)
#E7E7D8
(231,231,216)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968448 color. Also use rgb(150,132,72) instead hex code.

Text Font Color

.myTextColor { color: #968448; }

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

This text font color is #968448.


Background Color

.myBgColor { background-color: #968448; }

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

This div background color is #968448.


Border color

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

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

This div border color is #968448.


Opacity

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

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

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

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

This text has shadow with #968448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968448 on black background.


Color preview on white background

This text has color #968448 on white background.



Black color preview on #968448 background

This text has black color on #968448 background.


White color preview on #968448 background

This text has white color on #968448 background.