COLOR #946741

HEX: #946741
RGB: (148,103,65)

Color info

#946741 contains mainly red and green colors. Web safe color of #946741 is #996633 (or #963).

RGB color model

#946741 color RGB value is (148,103,65).

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

RGB channels and saturation

R 148 of 255 = 58%
G 103 of 255 = 40%
B 65 of 255 = 25%

148
103
65

R + G + B ~ 41%. #946741 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 103 + 65 = 316 (100%)
R 148 of 316 ~ 46.84%
G 103 of 316 ~ 32.59%
B 65 of 316 ~ 20.57%

%46.84
%32.59
%20.57

CMYK color model

#946741 color CMYK value is (0,30,56,42).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 56.08%
  • key color value is 41.96%
CMYK:
(0,30,56,42)
C0M30Y56K42 
(0%,30%,56%,42%)
(0.00/0.30/0.56/0.42)	

CMYK percentages

%0
%30.41
%56.08
%41.96

Codes

Color #946741 in popluar color models

946741
RGB14810365
HSL27°38.97%41.76%
HSB/HSV27°56.08%58.04%
CMYK0.00%30.41%56.08%
41.96%

Color #946741 in popluar number systems.

HEX946741
Decimal14810365
Binary1001010011001111000001
Octal224147101

Shades and tints

Shades of #946741

#946741
(148,103,65)
#875E3C
(135,94,60)
#7A5537
(122,85,55)
#6D4C32
(109,76,50)
#60432D
(96,67,45)
#533A28
(83,58,40)
#463123
(70,49,35)
#39281E
(57,40,30)
#2C1F19
(44,31,25)
#1F1614
(31,22,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #946741

#946741
(148,103,65)
#9D7452
(157,116,82)
#A68163
(166,129,99)
#AF8E74
(175,142,116)
#B89B85
(184,155,133)
#C1A896
(193,168,150)
#CAB5A7
(202,181,167)
#D3C2B8
(211,194,184)
#DCCFC9
(220,207,201)
#E5DCDA
(229,220,218)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946741; }

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

This text font color is #946741.


Background Color

.myBgColor { background-color: #946741; }

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

This div background color is #946741.


Border color

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

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

This div border color is #946741.


Opacity

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

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

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

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

This text has shadow with #946741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946741 on black background.


Color preview on white background

This text has color #946741 on white background.



Black color preview on #946741 background

This text has black color on #946741 background.


White color preview on #946741 background

This text has white color on #946741 background.