COLOR #947C6A

HEX: #947C6A
RGB: (148,124,106)

Color info

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

RGB color model

#947C6A color RGB value is (148,124,106).

  • red value is 148;
  • green value is 124;
  • blue value is 106.
RGB: (148,124,106) (58%,49%,42%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 106 of 255 = 42%

148
124
106

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 106 = 378 (100%)
R 148 of 378 ~ 39.15%
G 124 of 378 ~ 32.8%
B 106 of 378 ~ 28.04%

%39.15
%32.8
%28.04

CMYK color model

#947C6A color CMYK value is (0,16,28,42).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 28.38%
  • key color value is 41.96%
CMYK: (0,16,28,42) C0M16Y28K42 (0%,16%,28%,42%) (0.00/0.16/0.28/0.42)

CMYK percentages

%0
%16.22
%28.38
%41.96

Codes

Color #947C6A in popluar color models

947C6A
RGB148124106
HSL26°16.54%49.80%
HSB/HSV26°28.38%58.04%
CMYK0.00%16.22%28.38%
41.96%

Color #947C6A in popluar number systems.

HEX947C6A
Decimal148124106
Binary1001010011111001101010
Octal224174152

Shades and tints

Shades of #947C6A

#947C6A
(148,124,106)
#877161
(135,113,97)
#7A6658
(122,102,88)
#6D5B4F
(109,91,79)
#605046
(96,80,70)
#53453D
(83,69,61)
#463A34
(70,58,52)
#392F2B
(57,47,43)
#2C2422
(44,36,34)
#1F1919
(31,25,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #947C6A

#947C6A
(148,124,106)
#9D8777
(157,135,119)
#A69284
(166,146,132)
#AF9D91
(175,157,145)
#B8A89E
(184,168,158)
#C1B3AB
(193,179,171)
#CABEB8
(202,190,184)
#D3C9C5
(211,201,197)
#DCD4D2
(220,212,210)
#E5DFDF
(229,223,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947C6A color. Also use rgb(148,124,106) instead hex code.

Text Font Color

.myTextColor { color: #947C6A; }

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

This text font color is #947C6A.


Background Color

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

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

This div background color is #947C6A.


Border color

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

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

This div border color is #947C6A.


Opacity

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

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

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

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

This text has shadow with #947C6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #947C6A on black background.


Color preview on white background

This text has color #947C6A on white background.



Black color preview on #947C6A background

This text has black color on #947C6A background.


White color preview on #947C6A background

This text has white color on #947C6A background.