COLOR #947B41

HEX: #947B41 RGB: (148,123,65)

Color info

#947B41 contains mainly red and green colors. Web safe color of #947B41 is #996633 (or #963).

RGB color model

#947B41 color RGB value is (148,123,65).

RGB: (148,123,65) (58%, 48%, 25%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 65 of 255 = 25%

148
123
65

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 65 = 336 (100%)
R 148 of 336 ~ 44.05%
G 123 of 336 ~ 36.61%
B 65 of 336 ~ 19.35'%

%44.05
%36.61
%19.35

CMYK color model

#947B41 color CMYK value is (0,17,56,42).

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

CMYK: (0,17,56,42)
C0M17Y56K42 (0%, 17%, 56%, 42%)
(0.00 / 0.17 / 0.56 / 0.42)

CMYK percentages

%0
%16.89
%56.08
%41.96

Codes

Color #947B41 in popluar color models

94 7B 41
RGB 148 123 65
HSL 42° 38.97% 41.76%
HSB/HSV 42° 56.08% 58.04%
CMYK 0.00% 16.89% 56.08%
41.96%

Color #947B41 in popluar number systems.

HEX 94 7B 41
Decimal 148 123 65
Binary 10010100 1111011 1000001
Octal 224 173 101

Shades and tints

Shades of #947B41

#947B41
(148,123,65)
#87703C
(135,112,60)
#7A6537
(122,101,55)
#6D5A32
(109,90,50)
#604F2D
(96,79,45)
#534428
(83,68,40)
#463923
(70,57,35)
#392E1E
(57,46,30)
#2C2319
(44,35,25)
#1F1814
(31,24,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #947B41

#947B41
(148,123,65)
#9D8752
(157,135,82)
#A69363
(166,147,99)
#AF9F74
(175,159,116)
#B8AB85
(184,171,133)
#C1B796
(193,183,150)
#CAC3A7
(202,195,167)
#D3CFB8
(211,207,184)
#DCDBC9
(220,219,201)
#E5E7DA
(229,231,218)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947B41; }

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

This text font color is #947B41.

Background Color

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

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

This div background color is #947B41.

Border color

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

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

This div border color is #947B41.

Opacity

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

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

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

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

This text has shadow with #947B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B41.

Preview

Color preview on black background

This text has color #947B41 on black background.


Color preview on white background

This text has color #947B41 on white background.


Black color preview on #947B41 background

This text has black color on #947B41 background.


White color preview on #947B41 background

This text has white color on #947B41 background.


Related colors

Complementary color

Complementary color for #hex is #6B84BE.


I love getcolorcode.com

Triadic colors

1 #41947B and #7B4194 with #947B41 are triadic colors.

2 #417B94 and #7B9441 with #947B41 are triadic colors.