COLOR #947B69

HEX: #947B69 RGB: (148,123,105)

Color info

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

RGB color model

#947B69 color RGB value is (148,123,105).

RGB: (148,123,105) (58%, 48%, 41%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 105 of 255 = 41%

148
123
105

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 105 = 376 (100%)
R 148 of 376 ~ 39.36%
G 123 of 376 ~ 32.71%
B 105 of 376 ~ 27.93'%

%39.36
%32.71
%27.93

CMYK color model

#947B69 color CMYK value is (0,17,29,42).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 29.05%
  • key color value is 41.96%

CMYK: (0,17,29,42)
C0M17Y29K42 (0%, 17%, 29%, 42%)
(0.00 / 0.17 / 0.29 / 0.42)

CMYK percentages

%0
%16.89
%29.05
%41.96

Codes

Color #947B69 in popluar color models

94 7B 69
RGB 148 123 105
HSL 25° 17.00% 49.61%
HSB/HSV 25° 29.05% 58.04%
CMYK 0.00% 16.89% 29.05%
41.96%

Color #947B69 in popluar number systems.

HEX 94 7B 69
Decimal 148 123 105
Binary 10010100 1111011 1101001
Octal 224 173 151

Shades and tints

Shades of #947B69

#947B69
(148,123,105)
#877060
(135,112,96)
#7A6557
(122,101,87)
#6D5A4E
(109,90,78)
#604F45
(96,79,69)
#53443C
(83,68,60)
#463933
(70,57,51)
#392E2A
(57,46,42)
#2C2321
(44,35,33)
#1F1818
(31,24,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #947B69

#947B69
(148,123,105)
#9D8776
(157,135,118)
#A69383
(166,147,131)
#AF9F90
(175,159,144)
#B8AB9D
(184,171,157)
#C1B7AA
(193,183,170)
#CAC3B7
(202,195,183)
#D3CFC4
(211,207,196)
#DCDBD1
(220,219,209)
#E5E7DE
(229,231,222)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947B69 color. Also use rgb(148,123,105) instead hex code.

Text Font Color

.myTextColor { color: #947B69; }

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

This text font color is #947B69.

Background Color

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

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

This div background color is #947B69.

Border color

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

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

This div border color is #947B69.

Opacity

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

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

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

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

This text has shadow with #947B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B69.

Preview

Color preview on black background

This text has color #947B69 on black background.


Color preview on white background

This text has color #947B69 on white background.


Black color preview on #947B69 background

This text has black color on #947B69 background.


White color preview on #947B69 background

This text has white color on #947B69 background.


Related colors

Complementary color

Complementary color for #hex is #6B8496.


I love getcolorcode.com

Triadic colors

1 #69947B and #7B6994 with #947B69 are triadic colors.

2 #697B94 and #7B9469 with #947B69 are triadic colors.