COLOR #947461

HEX: #947461
RGB: (148,116,97)

Color info

#947461 contains red, green and blue colors in about the same proportion. Web safe color of #947461 is #996666 (or #966).

RGB color model

#947461 color RGB value is (148,116,97).

  • red value is 148;
  • green value is 116;
  • blue value is 97.
RGB:
(148,116,97)
(58%,45%,38%)

RGB channels and saturation

R 148 of 255 = 58%
G 116 of 255 = 45%
B 97 of 255 = 38%

148
116
97

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

Portions of RGB colors in percentages

R + G + B =
148 + 116 + 97 = 361 (100%)
R 148 of 361 ~ 41%
G 116 of 361 ~ 32.13%
B 97 of 361 ~ 26.87%

%41
%32.13
%26.87

CMYK color model

#947461 color CMYK value is (0,22,34,42).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(0,22,34,42)
C0M22Y34K42 
(0%,22%,34%,42%)
(0.00/0.22/0.34/0.42)	

CMYK percentages

%0
%21.62
%34.46
%41.96

Codes

Color #947461 in popluar color models

947461
RGB14811697
HSL22°20.82%48.04%
HSB/HSV22°34.46%58.04%
CMYK0.00%21.62%34.46%
41.96%

Color #947461 in popluar number systems.

HEX947461
Decimal14811697
Binary1001010011101001100001
Octal224164141

Shades and tints

Shades of #947461

#947461
(148,116,97)
#876A59
(135,106,89)
#7A6051
(122,96,81)
#6D5649
(109,86,73)
#604C41
(96,76,65)
#534239
(83,66,57)
#463831
(70,56,49)
#392E29
(57,46,41)
#2C2421
(44,36,33)
#1F1A19
(31,26,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #947461

#947461
(148,116,97)
#9D806F
(157,128,111)
#A68C7D
(166,140,125)
#AF988B
(175,152,139)
#B8A499
(184,164,153)
#C1B0A7
(193,176,167)
#CABCB5
(202,188,181)
#D3C8C3
(211,200,195)
#DCD4D1
(220,212,209)
#E5E0DF
(229,224,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947461 color. Also use rgb(148,116,97) instead hex code.

Text Font Color

.myTextColor { color: #947461; }

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

This text font color is #947461.


Background Color

.myBgColor { background-color: #947461; }

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

This div background color is #947461.


Border color

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

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

This div border color is #947461.


Opacity

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

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

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

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

This text has shadow with #947461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947461 on black background.


Color preview on white background

This text has color #947461 on white background.



Black color preview on #947461 background

This text has black color on #947461 background.


White color preview on #947461 background

This text has white color on #947461 background.