COLOR #946712

HEX: #946712
RGB: (148,103,18)

Color info

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

RGB color model

#946712 color RGB value is (148,103,18).

  • red value is 148;
  • green value is 103;
  • blue value is 18.
RGB:
(148,103,18)
(58%,40%,7%)

RGB channels and saturation

R 148 of 255 = 58%
G 103 of 255 = 40%
B 18 of 255 = 7%

148
103
18

R + G + B ~ 35%. #946712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 103 + 18 = 269 (100%)
R 148 of 269 ~ 55.02%
G 103 of 269 ~ 38.29%
B 18 of 269 ~ 6.69%

%55.02
%38.29

CMYK color model

#946712 color CMYK value is (0,30,88,42).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 87.84%
  • key color value is 41.96%
CMYK:
(0,30,88,42)
C0M30Y88K42 
(0%,30%,88%,42%)
(0.00/0.30/0.88/0.42)	

CMYK percentages

%0
%30.41
%87.84
%41.96

Codes

Color #946712 in popluar color models

946712
RGB14810318
HSL39°78.31%32.55%
HSB/HSV39°87.84%58.04%
CMYK0.00%30.41%87.84%
41.96%

Color #946712 in popluar number systems.

HEX946712
Decimal14810318
Binary10010100110011110010
Octal22414722

Shades and tints

Shades of #946712

#946712
(148,103,18)
#875E11
(135,94,17)
#7A5510
(122,85,16)
#6D4C0F
(109,76,15)
#60430E
(96,67,14)
#533A0D
(83,58,13)
#46310C
(70,49,12)
#39280B
(57,40,11)
#2C1F0A
(44,31,10)
#1F1609
(31,22,9)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #946712

#946712
(148,103,18)
#9D7427
(157,116,39)
#A6813C
(166,129,60)
#AF8E51
(175,142,81)
#B89B66
(184,155,102)
#C1A87B
(193,168,123)
#CAB590
(202,181,144)
#D3C2A5
(211,194,165)
#DCCFBA
(220,207,186)
#E5DCCF
(229,220,207)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946712 color. Also use rgb(148,103,18) instead hex code.

Text Font Color

.myTextColor { color: #946712; }

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

This text font color is #946712.


Background Color

.myBgColor { background-color: #946712; }

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

This div background color is #946712.


Border color

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

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

This div border color is #946712.


Opacity

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

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

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

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

This text has shadow with #946712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946712 on black background.


Color preview on white background

This text has color #946712 on white background.



Black color preview on #946712 background

This text has black color on #946712 background.


White color preview on #946712 background

This text has white color on #946712 background.