COLOR #969C3E

HEX: #969C3E RGB: (150,156,62)

Color info

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

RGB color model

#969C3E color RGB value is (150,156,62).

RGB: (150,156,62) (59%, 61%, 24%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 62 of 255 = 24%

150
156
62

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 62 = 368 (100%)
R 150 of 368 ~ 40.76%
G 156 of 368 ~ 42.39%
B 62 of 368 ~ 16.85'%

%40.76
%42.39
%16.85

CMYK color model

#969C3E color CMYK value is (4,0,60,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 38.82%

CMYK: (4,0,60,39)
C4M0Y60K39 (4%, 0%, 60%, 39%)
(0.04 / 0.00 / 0.60 / 0.39)

CMYK percentages

%3.85
%0
%60.26
%38.82

Codes

Color #969C3E in popluar color models

96 9C 3E
RGB 150 156 62
HSL 64° 43.12% 42.75%
HSB/HSV 64° 60.26% 61.18%
CMYK 3.85% 0.00% 60.26%
38.82%

Color #969C3E in popluar number systems.

HEX 96 9C 3E
Decimal 150 156 62
Binary 10010110 10011100 111110
Octal 226 234 76

Shades and tints

Shades of #969C3E

#969C3E
(150,156,62)
#898E39
(137,142,57)
#7C8034
(124,128,52)
#6F722F
(111,114,47)
#62642A
(98,100,42)
#555625
(85,86,37)
#484820
(72,72,32)
#3B3A1B
(59,58,27)
#2E2C16
(46,44,22)
#211E11
(33,30,17)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #969C3E

#969C3E
(150,156,62)
#9FA54F
(159,165,79)
#A8AE60
(168,174,96)
#B1B771
(177,183,113)
#BAC082
(186,192,130)
#C3C993
(195,201,147)
#CCD2A4
(204,210,164)
#D5DBB5
(213,219,181)
#DEE4C6
(222,228,198)
#E7EDD7
(231,237,215)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C3E color. Also use rgb(150,156,62) instead hex code.

Text Font Color

.myTextColor { color: #969C3E; }

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

This text font color is #969C3E.

Background Color

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

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

This div background color is #969C3E.

Border color

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

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

This div border color is #969C3E.

Opacity

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

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

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

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

This text has shadow with #969C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969C3E.

Preview

Color preview on black background

This text has color #969C3E on black background.


Color preview on white background

This text has color #969C3E on white background.


Black color preview on #969C3E background

This text has black color on #969C3E background.


White color preview on #969C3E background

This text has white color on #969C3E background.


Related colors

Complementary color

Complementary color for #hex is #6963C1.


I love getcolorcode.com

Triadic colors

1 #3E969C and #9C3E96 with #969C3E are triadic colors.

2 #3E9C96 and #9C963E with #969C3E are triadic colors.