COLOR #969469

HEX: #969469
RGB: (150,148,105)

Color info

#969469 contains red, green and blue colors in about the same proportion. Web safe color of #969469 is #999966 (or #996).

RGB color model

#969469 color RGB value is (150,148,105).

  • red value is 150;
  • green value is 148;
  • blue value is 105.
RGB:
(150,148,105)
(59%,58%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 105 of 255 = 41%

150
148
105

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 105 = 403 (100%)
R 150 of 403 ~ 37.22%
G 148 of 403 ~ 36.72%
B 105 of 403 ~ 26.05%

%37.22
%36.72
%26.05

CMYK color model

#969469 color CMYK value is (0,1,30,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 30.00%
  • key color value is 41.18%
CMYK:
(0,1,30,41)
C0M1Y30K41 
(0%,1%,30%,41%)
(0.00/0.01/0.30/0.41)	

CMYK percentages

%0
%1.33
%30
%41.18

Codes

Color #969469 in popluar color models

969469
RGB150148105
HSL57°17.65%50.00%
HSB/HSV57°30.00%58.82%
CMYK0.00%1.33%30.00%
41.18%

Color #969469 in popluar number systems.

HEX969469
Decimal150148105
Binary10010110100101001101001
Octal226224151

Shades and tints

Shades of #969469

#969469
(150,148,105)
#898760
(137,135,96)
#7C7A57
(124,122,87)
#6F6D4E
(111,109,78)
#626045
(98,96,69)
#55533C
(85,83,60)
#484633
(72,70,51)
#3B392A
(59,57,42)
#2E2C21
(46,44,33)
#211F18
(33,31,24)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #969469

#969469
(150,148,105)
#9F9D76
(159,157,118)
#A8A683
(168,166,131)
#B1AF90
(177,175,144)
#BAB89D
(186,184,157)
#C3C1AA
(195,193,170)
#CCCAB7
(204,202,183)
#D5D3C4
(213,211,196)
#DEDCD1
(222,220,209)
#E7E5DE
(231,229,222)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969469 color. Also use rgb(150,148,105) instead hex code.

Text Font Color

.myTextColor { color: #969469; }

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

This text font color is #969469.


Background Color

.myBgColor { background-color: #969469; }

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

This div background color is #969469.


Border color

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

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

This div border color is #969469.


Opacity

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

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

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

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

This text has shadow with #969469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969469 on black background.


Color preview on white background

This text has color #969469 on white background.



Black color preview on #969469 background

This text has black color on #969469 background.


White color preview on #969469 background

This text has white color on #969469 background.