COLOR #964C0E

HEX: #964C0E RGB: (150,76,14)

Color info

#964C0E contains mainly red color. Web safe color of #964C0E is #993300 (or #930).

RGB color model

#964C0E color RGB value is (150,76,14).

RGB: (150,76,14) (59%, 30%, 5%)

RGB channels and saturation

R 150 of 255 = 59%
G 76 of 255 = 30%
B 14 of 255 = 5%

150
76
14

R + G + B ~ 31%. #964C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 76 + 14 = 240 (100%)
R 150 of 240 ~ 62.5%
G 76 of 240 ~ 31.67%
B 14 of 240 ~ 5.83'%

%62.5
%31.67

CMYK color model

#964C0E color CMYK value is (0,49,91,41).

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

CMYK: (0,49,91,41)
C0M49Y91K41 (0%, 49%, 91%, 41%)
(0.00 / 0.49 / 0.91 / 0.41)

CMYK percentages

%0
%49.33
%90.67
%41.18

Codes

Color #964C0E in popluar color models

96 4C 0E
RGB 150 76 14
HSL 27° 82.93% 32.16%
HSB/HSV 27° 90.67% 58.82%
CMYK 0.00% 49.33% 90.67%
41.18%

Color #964C0E in popluar number systems.

HEX 96 4C 0E
Decimal 150 76 14
Binary 10010110 1001100 1110
Octal 226 114 16

Shades and tints

Shades of #964C0E

#964C0E
(150,76,14)
#89460D
(137,70,13)
#7C400C
(124,64,12)
#6F3A0B
(111,58,11)
#62340A
(98,52,10)
#552E09
(85,46,9)
#482808
(72,40,8)
#3B2207
(59,34,7)
#2E1C06
(46,28,6)
#211605
(33,22,5)
#141004
(20,16,4)
#000000
(0,0,0)

Tints of #964C0E

#964C0E
(150,76,14)
#9F5C23
(159,92,35)
#A86C38
(168,108,56)
#B17C4D
(177,124,77)
#BA8C62
(186,140,98)
#C39C77
(195,156,119)
#CCAC8C
(204,172,140)
#D5BCA1
(213,188,161)
#DECCB6
(222,204,182)
#E7DCCB
(231,220,203)
#F0ECE0
(240,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964C0E; }

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

This text font color is #964C0E.

Background Color

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

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

This div background color is #964C0E.

Border color

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

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

This div border color is #964C0E.

Opacity

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

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

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

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

This text has shadow with #964C0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964C0E.

Preview

Color preview on black background

This text has color #964C0E on black background.


Color preview on white background

This text has color #964C0E on white background.


Black color preview on #964C0E background

This text has black color on #964C0E background.


White color preview on #964C0E background

This text has white color on #964C0E background.


Related colors

Complementary color

Complementary color for #hex is #69B3F1.


I love getcolorcode.com

Triadic colors

1 #0E964C and #4C0E96 with #964C0E are triadic colors.

2 #0E4C96 and #4C960E with #964C0E are triadic colors.