COLOR #967C13

HEX: #967C13 RGB: (150,124,19)

Color info

#967C13 contains mainly red and green colors. Web safe color of #967C13 is #996600 (or #960).

RGB color model

#967C13 color RGB value is (150,124,19).

RGB: (150,124,19) (59%, 49%, 7%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 19 of 255 = 7%

150
124
19

R + G + B ~ 38%. #967C13 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 124 + 19 = 293 (100%)
R 150 of 293 ~ 51.19%
G 124 of 293 ~ 42.32%
B 19 of 293 ~ 6.48'%

%51.19
%42.32

CMYK color model

#967C13 color CMYK value is (0,17,87,41).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 87.33%
  • key color value is 41.18%

CMYK: (0,17,87,41)
C0M17Y87K41 (0%, 17%, 87%, 41%)
(0.00 / 0.17 / 0.87 / 0.41)

CMYK percentages

%0
%17.33
%87.33
%41.18

Codes

Color #967C13 in popluar color models

96 7C 13
RGB 150 124 19
HSL 48° 77.51% 33.14%
HSB/HSV 48° 87.33% 58.82%
CMYK 0.00% 17.33% 87.33%
41.18%

Color #967C13 in popluar number systems.

HEX 96 7C 13
Decimal 150 124 19
Binary 10010110 1111100 10011
Octal 226 174 23

Shades and tints

Shades of #967C13

#967C13
(150,124,19)
#897112
(137,113,18)
#7C6611
(124,102,17)
#6F5B10
(111,91,16)
#62500F
(98,80,15)
#55450E
(85,69,14)
#483A0D
(72,58,13)
#3B2F0C
(59,47,12)
#2E240B
(46,36,11)
#21190A
(33,25,10)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #967C13

#967C13
(150,124,19)
#9F8728
(159,135,40)
#A8923D
(168,146,61)
#B19D52
(177,157,82)
#BAA867
(186,168,103)
#C3B37C
(195,179,124)
#CCBE91
(204,190,145)
#D5C9A6
(213,201,166)
#DED4BB
(222,212,187)
#E7DFD0
(231,223,208)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967C13 color. Also use rgb(150,124,19) instead hex code.

Text Font Color

.myTextColor { color: #967C13; }

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

This text font color is #967C13.

Background Color

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

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

This div background color is #967C13.

Border color

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

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

This div border color is #967C13.

Opacity

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

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

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

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

This text has shadow with #967C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967C13.

Preview

Color preview on black background

This text has color #967C13 on black background.


Color preview on white background

This text has color #967C13 on white background.


Black color preview on #967C13 background

This text has black color on #967C13 background.


White color preview on #967C13 background

This text has white color on #967C13 background.


Related colors

Complementary color

Complementary color for #hex is #6983EC.


I love getcolorcode.com

Triadic colors

1 #13967C and #7C1396 with #967C13 are triadic colors.

2 #137C96 and #7C9613 with #967C13 are triadic colors.