COLOR #947764

HEX: #947764
RGB: (148,119,100)

Color info

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

RGB color model

#947764 color RGB value is (148,119,100).

  • red value is 148;
  • green value is 119;
  • blue value is 100.
RGB:
(148,119,100)
(58%,47%,39%)

RGB channels and saturation

R 148 of 255 = 58%
G 119 of 255 = 47%
B 100 of 255 = 39%

148
119
100

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

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 100 = 367 (100%)
R 148 of 367 ~ 40.33%
G 119 of 367 ~ 32.43%
B 100 of 367 ~ 27.25%

%40.33
%32.43
%27.25

CMYK color model

#947764 color CMYK value is (0,20,32,42).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(0,20,32,42)
C0M20Y32K42 
(0%,20%,32%,42%)
(0.00/0.20/0.32/0.42)	

CMYK percentages

%0
%19.59
%32.43
%41.96

Codes

Color #947764 in popluar color models

947764
RGB148119100
HSL24°19.35%48.63%
HSB/HSV24°32.43%58.04%
CMYK0.00%19.59%32.43%
41.96%

Color #947764 in popluar number systems.

HEX947764
Decimal148119100
Binary1001010011101111100100
Octal224167144

Shades and tints

Shades of #947764

#947764
(148,119,100)
#876D5B
(135,109,91)
#7A6352
(122,99,82)
#6D5949
(109,89,73)
#604F40
(96,79,64)
#534537
(83,69,55)
#463B2E
(70,59,46)
#393125
(57,49,37)
#2C271C
(44,39,28)
#1F1D13
(31,29,19)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #947764

#947764
(148,119,100)
#9D8372
(157,131,114)
#A68F80
(166,143,128)
#AF9B8E
(175,155,142)
#B8A79C
(184,167,156)
#C1B3AA
(193,179,170)
#CABFB8
(202,191,184)
#D3CBC6
(211,203,198)
#DCD7D4
(220,215,212)
#E5E3E2
(229,227,226)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947764 color. Also use rgb(148,119,100) instead hex code.

Text Font Color

.myTextColor { color: #947764; }

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

This text font color is #947764.


Background Color

.myBgColor { background-color: #947764; }

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

This div background color is #947764.


Border color

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

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

This div border color is #947764.


Opacity

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

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

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

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

This text has shadow with #947764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947764 on black background.


Color preview on white background

This text has color #947764 on white background.



Black color preview on #947764 background

This text has black color on #947764 background.


White color preview on #947764 background

This text has white color on #947764 background.