COLOR #967A4A

HEX: #967A4A
RGB: (150,122,74)

Color info

#967A4A contains mainly red and green colors. Web safe color of #967A4A is #996633 (or #963).

RGB color model

#967A4A color RGB value is (150,122,74).

  • red value is 150;
  • green value is 122;
  • blue value is 74.
RGB:
(150,122,74)
(59%,48%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 74 of 255 = 29%

150
122
74

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 74 = 346 (100%)
R 150 of 346 ~ 43.35%
G 122 of 346 ~ 35.26%
B 74 of 346 ~ 21.39%

%43.35
%35.26
%21.39

CMYK color model

#967A4A color CMYK value is (0,19,51,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(0,19,51,41)
C0M19Y51K41 
(0%,19%,51%,41%)
(0.00/0.19/0.51/0.41)	

CMYK percentages

%0
%18.67
%50.67
%41.18

Codes

Color #967A4A in popluar color models

967A4A
RGB15012274
HSL38°33.93%43.92%
HSB/HSV38°50.67%58.82%
CMYK0.00%18.67%50.67%
41.18%

Color #967A4A in popluar number systems.

HEX967A4A
Decimal15012274
Binary1001011011110101001010
Octal226172112

Shades and tints

Shades of #967A4A

#967A4A
(150,122,74)
#896F44
(137,111,68)
#7C643E
(124,100,62)
#6F5938
(111,89,56)
#624E32
(98,78,50)
#55432C
(85,67,44)
#483826
(72,56,38)
#3B2D20
(59,45,32)
#2E221A
(46,34,26)
#211714
(33,23,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #967A4A

#967A4A
(150,122,74)
#9F865A
(159,134,90)
#A8926A
(168,146,106)
#B19E7A
(177,158,122)
#BAAA8A
(186,170,138)
#C3B69A
(195,182,154)
#CCC2AA
(204,194,170)
#D5CEBA
(213,206,186)
#DEDACA
(222,218,202)
#E7E6DA
(231,230,218)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967A4A color. Also use rgb(150,122,74) instead hex code.

Text Font Color

.myTextColor { color: #967A4A; }

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

This text font color is #967A4A.


Background Color

.myBgColor { background-color: #967A4A; }

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

This div background color is #967A4A.


Border color

.myBorderColor { border: 1px solid #967A4A; }

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

This div border color is #967A4A.


Opacity

.myOpacity80 { color: #967A4A; opacity: 0.8; }

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

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

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

This text has shadow with #967A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967A4A on black background.


Color preview on white background

This text has color #967A4A on white background.



Black color preview on #967A4A background

This text has black color on #967A4A background.


White color preview on #967A4A background

This text has white color on #967A4A background.