COLOR #947A68

HEX: #947A68
RGB: (148,122,104)

Color info

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

RGB color model

#947A68 color RGB value is (148,122,104).

  • red value is 148;
  • green value is 122;
  • blue value is 104.
RGB:
(148,122,104)
(58%,48%,41%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 104 of 255 = 41%

148
122
104

R + G + B ~ 49%. #947A68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 104 = 374 (100%)
R 148 of 374 ~ 39.57%
G 122 of 374 ~ 32.62%
B 104 of 374 ~ 27.81%

%39.57
%32.62
%27.81

CMYK color model

#947A68 color CMYK value is (0,18,30,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(0,18,30,42)
C0M18Y30K42 
(0%,18%,30%,42%)
(0.00/0.18/0.30/0.42)	

CMYK percentages

%0
%17.57
%29.73
%41.96

Codes

Color #947A68 in popluar color models

947A68
RGB148122104
HSL25°17.46%49.41%
HSB/HSV25°29.73%58.04%
CMYK0.00%17.57%29.73%
41.96%

Color #947A68 in popluar number systems.

HEX947A68
Decimal148122104
Binary1001010011110101101000
Octal224172150

Shades and tints

Shades of #947A68

#947A68
(148,122,104)
#876F5F
(135,111,95)
#7A6456
(122,100,86)
#6D594D
(109,89,77)
#604E44
(96,78,68)
#53433B
(83,67,59)
#463832
(70,56,50)
#392D29
(57,45,41)
#2C2220
(44,34,32)
#1F1717
(31,23,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A68

#947A68
(148,122,104)
#9D8675
(157,134,117)
#A69282
(166,146,130)
#AF9E8F
(175,158,143)
#B8AA9C
(184,170,156)
#C1B6A9
(193,182,169)
#CAC2B6
(202,194,182)
#D3CEC3
(211,206,195)
#DCDAD0
(220,218,208)
#E5E6DD
(229,230,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947A68 color. Also use rgb(148,122,104) instead hex code.

Text Font Color

.myTextColor { color: #947A68; }

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

This text font color is #947A68.


Background Color

.myBgColor { background-color: #947A68; }

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

This div background color is #947A68.


Border color

.myBorderColor { border: 1px solid #947A68; }

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

This div border color is #947A68.


Opacity

.myOpacity80 { color: #947A68; opacity: 0.8; }

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

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

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

This text has shadow with #947A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A68 on black background.


Color preview on white background

This text has color #947A68 on white background.



Black color preview on #947A68 background

This text has black color on #947A68 background.


White color preview on #947A68 background

This text has white color on #947A68 background.