COLOR #944713

HEX: #944713
RGB: (148,71,19)

Color info

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

RGB color model

#944713 color RGB value is (148,71,19).

  • red value is 148;
  • green value is 71;
  • blue value is 19.
RGB:
(148,71,19)
(58%,28%,7%)

RGB channels and saturation

R 148 of 255 = 58%
G 71 of 255 = 28%
B 19 of 255 = 7%

148
71
19

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

Portions of RGB colors in percentages

R + G + B =
148 + 71 + 19 = 238 (100%)
R 148 of 238 ~ 62.18%
G 71 of 238 ~ 29.83%
B 19 of 238 ~ 7.98%

%62.18
%29.83

CMYK color model

#944713 color CMYK value is (0,52,87,42).

  • cyan value is 0.00%
  • magenta value is 52.03%
  • yellow value is 87.16%
  • key color value is 41.96%
CMYK:
(0,52,87,42)
C0M52Y87K42 
(0%,52%,87%,42%)
(0.00/0.52/0.87/0.42)	

CMYK percentages

%0
%52.03
%87.16
%41.96

Codes

Color #944713 in popluar color models

944713
RGB1487119
HSL24°77.25%32.75%
HSB/HSV24°87.16%58.04%
CMYK0.00%52.03%87.16%
41.96%

Color #944713 in popluar number systems.

HEX944713
Decimal1487119
Binary10010100100011110011
Octal22410723

Shades and tints

Shades of #944713

#944713
(148,71,19)
#874112
(135,65,18)
#7A3B11
(122,59,17)
#6D3510
(109,53,16)
#602F0F
(96,47,15)
#53290E
(83,41,14)
#46230D
(70,35,13)
#391D0C
(57,29,12)
#2C170B
(44,23,11)
#1F110A
(31,17,10)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #944713

#944713
(148,71,19)
#9D5728
(157,87,40)
#A6673D
(166,103,61)
#AF7752
(175,119,82)
#B88767
(184,135,103)
#C1977C
(193,151,124)
#CAA791
(202,167,145)
#D3B7A6
(211,183,166)
#DCC7BB
(220,199,187)
#E5D7D0
(229,215,208)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #944713 color. Also use rgb(148,71,19) instead hex code.

Text Font Color

.myTextColor { color: #944713; }

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

This text font color is #944713.


Background Color

.myBgColor { background-color: #944713; }

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

This div background color is #944713.


Border color

.myBorderColor { border: 1px solid #944713; }

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

This div border color is #944713.


Opacity

.myOpacity80 { color: #944713; opacity: 0.8; }

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

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

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

This text has shadow with #944713 color.

.textShadow {text-shadow: 3px 3px 1px #944713, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #944713;
-webkit-box-shadow: 1px 1px 3px 2px #944713;
box-shadow:1px 1px 3px 2px #944713;">
Div content here</div>
This div box has shadow with color #944713.

Preview

Color preview on black background

This text has color #944713 on black background.


Color preview on white background

This text has color #944713 on white background.



Black color preview on #944713 background

This text has black color on #944713 background.


White color preview on #944713 background

This text has white color on #944713 background.