COLOR #964F0E

HEX: #964F0E RGB: (150,79,14)

Color info

#964F0E contains mainly red color. Web safe color of #964F0E is #996600 (or #960).

RGB color model

#964F0E color RGB value is (150,79,14).

RGB: (150,79,14) (59%, 31%, 5%)

RGB channels and saturation

R 150 of 255 = 59%
G 79 of 255 = 31%
B 14 of 255 = 5%

150
79
14

R + G + B ~ 32%. #964F0E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 79 + 14 = 243 (100%)
R 150 of 243 ~ 61.73%
G 79 of 243 ~ 32.51%
B 14 of 243 ~ 5.76'%

%61.73
%32.51

CMYK color model

#964F0E color CMYK value is (0,47,91,41).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 90.67%
  • key color value is 41.18%

CMYK: (0,47,91,41)
C0M47Y91K41 (0%, 47%, 91%, 41%)
(0.00 / 0.47 / 0.91 / 0.41)

CMYK percentages

%0
%47.33
%90.67
%41.18

Codes

Color #964F0E in popluar color models

96 4F 0E
RGB 150 79 14
HSL 29° 82.93% 32.16%
HSB/HSV 29° 90.67% 58.82%
CMYK 0.00% 47.33% 90.67%
41.18%

Color #964F0E in popluar number systems.

HEX 96 4F 0E
Decimal 150 79 14
Binary 10010110 1001111 1110
Octal 226 117 16

Shades and tints

Shades of #964F0E

#964F0E
(150,79,14)
#89480D
(137,72,13)
#7C410C
(124,65,12)
#6F3A0B
(111,58,11)
#62330A
(98,51,10)
#552C09
(85,44,9)
#482508
(72,37,8)
#3B1E07
(59,30,7)
#2E1706
(46,23,6)
#211005
(33,16,5)
#140904
(20,9,4)
#000000
(0,0,0)

Tints of #964F0E

#964F0E
(150,79,14)
#9F5F23
(159,95,35)
#A86F38
(168,111,56)
#B17F4D
(177,127,77)
#BA8F62
(186,143,98)
#C39F77
(195,159,119)
#CCAF8C
(204,175,140)
#D5BFA1
(213,191,161)
#DECFB6
(222,207,182)
#E7DFCB
(231,223,203)
#F0EFE0
(240,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964F0E color. Also use rgb(150,79,14) instead hex code.

Text Font Color

.myTextColor { color: #964F0E; }

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

This text font color is #964F0E.

Background Color

.myBgColor { background-color: #964F0E; }

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

This div background color is #964F0E.

Border color

.myBorderColor { border: 1px solid #964F0E; }

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

This div border color is #964F0E.

Opacity

.myOpacity80 { color: #964F0E; opacity: 0.8; }

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

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

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

This text has shadow with #964F0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964F0E.

Preview

Color preview on black background

This text has color #964F0E on black background.


Color preview on white background

This text has color #964F0E on white background.


Black color preview on #964F0E background

This text has black color on #964F0E background.


White color preview on #964F0E background

This text has white color on #964F0E background.


Related colors

Complementary color

Complementary color for #hex is #69B0F1.


I love getcolorcode.com

Triadic colors

1 #0E964F and #4F0E96 with #964F0E are triadic colors.

2 #0E4F96 and #4F960E with #964F0E are triadic colors.