COLOR #969F63

HEX: #969F63 RGB: (150,159,99)

Color info

#969F63 contains mainly red and green colors. Web safe color of #969F63 is #999966 (or #996).

RGB color model

#969F63 color RGB value is (150,159,99).

RGB: (150,159,99) (59%, 62%, 39%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 99 of 255 = 39%

150
159
99

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

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 99 = 408 (100%)
R 150 of 408 ~ 36.76%
G 159 of 408 ~ 38.97%
B 99 of 408 ~ 24.26'%

%36.76
%38.97
%24.26

CMYK color model

#969F63 color CMYK value is (6,0,38,38).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 37.65%

CMYK: (6,0,38,38)
C6M0Y38K38 (6%, 0%, 38%, 38%)
(0.06 / 0.00 / 0.38 / 0.38)

CMYK percentages

%5.66
%0
%37.74
%37.65

Codes

Color #969F63 in popluar color models

96 9F 63
RGB 150 159 99
HSL 69° 23.81% 50.59%
HSB/HSV 69° 37.74% 62.35%
CMYK 5.66% 0.00% 37.74%
37.65%

Color #969F63 in popluar number systems.

HEX 96 9F 63
Decimal 150 159 99
Binary 10010110 10011111 1100011
Octal 226 237 143

Shades and tints

Shades of #969F63

#969F63
(150,159,99)
#89915A
(137,145,90)
#7C8351
(124,131,81)
#6F7548
(111,117,72)
#62673F
(98,103,63)
#555936
(85,89,54)
#484B2D
(72,75,45)
#3B3D24
(59,61,36)
#2E2F1B
(46,47,27)
#212112
(33,33,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #969F63

#969F63
(150,159,99)
#9FA771
(159,167,113)
#A8AF7F
(168,175,127)
#B1B78D
(177,183,141)
#BABF9B
(186,191,155)
#C3C7A9
(195,199,169)
#CCCFB7
(204,207,183)
#D5D7C5
(213,215,197)
#DEDFD3
(222,223,211)
#E7E7E1
(231,231,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969F63 color. Also use rgb(150,159,99) instead hex code.

Text Font Color

.myTextColor { color: #969F63; }

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

This text font color is #969F63.

Background Color

.myBgColor { background-color: #969F63; }

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

This div background color is #969F63.

Border color

.myBorderColor { border: 1px solid #969F63; }

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

This div border color is #969F63.

Opacity

.myOpacity80 { color: #969F63; opacity: 0.8; }

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

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

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

This text has shadow with #969F63 color.


.textShadow {text-shadow: 3px 3px 1px #969F63', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #969F63; -webkit-box-shadow: 1px 1px 3px 2px #969F63; box-shadow:1px 1px 3px 2px #969F63;">
Div content here
</div>

This div box has shadow with color #969F63.

Preview

Color preview on black background

This text has color #969F63 on black background.


Color preview on white background

This text has color #969F63 on white background.


Black color preview on #969F63 background

This text has black color on #969F63 background.


White color preview on #969F63 background

This text has white color on #969F63 background.


Related colors

Complementary color

Complementary color for #hex is #69609C.


I love getcolorcode.com

Triadic colors

1 #63969F and #9F6396 with #969F63 are triadic colors.

2 #639F96 and #9F9663 with #969F63 are triadic colors.