COLOR #94755C

HEX: #94755C RGB: (148,117,92)

Color info

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

RGB color model

#94755C color RGB value is (148,117,92).

RGB: (148,117,92) (58%, 46%, 36%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 92 of 255 = 36%

148
117
92

R + G + B ~ 47%. #94755C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 117 + 92 = 357 (100%)
R 148 of 357 ~ 41.46%
G 117 of 357 ~ 32.77%
B 92 of 357 ~ 25.77'%

%41.46
%32.77
%25.77

CMYK color model

#94755C color CMYK value is (0,21,38,42).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 37.84%
  • key color value is 41.96%

CMYK: (0,21,38,42)
C0M21Y38K42 (0%, 21%, 38%, 42%)
(0.00 / 0.21 / 0.38 / 0.42)

CMYK percentages

%0
%20.95
%37.84
%41.96

Codes

Color #94755C in popluar color models

94 75 5C
RGB 148 117 92
HSL 27° 23.33% 47.06%
HSB/HSV 27° 37.84% 58.04%
CMYK 0.00% 20.95% 37.84%
41.96%

Color #94755C in popluar number systems.

HEX 94 75 5C
Decimal 148 117 92
Binary 10010100 1110101 1011100
Octal 224 165 134

Shades and tints

Shades of #94755C

#94755C
(148,117,92)
#876B54
(135,107,84)
#7A614C
(122,97,76)
#6D5744
(109,87,68)
#604D3C
(96,77,60)
#534334
(83,67,52)
#46392C
(70,57,44)
#392F24
(57,47,36)
#2C251C
(44,37,28)
#1F1B14
(31,27,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #94755C

#94755C
(148,117,92)
#9D816A
(157,129,106)
#A68D78
(166,141,120)
#AF9986
(175,153,134)
#B8A594
(184,165,148)
#C1B1A2
(193,177,162)
#CABDB0
(202,189,176)
#D3C9BE
(211,201,190)
#DCD5CC
(220,213,204)
#E5E1DA
(229,225,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94755C color. Also use rgb(148,117,92) instead hex code.

Text Font Color

.myTextColor { color: #94755C; }

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

This text font color is #94755C.

Background Color

.myBgColor { background-color: #94755C; }

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

This div background color is #94755C.

Border color

.myBorderColor { border: 1px solid #94755C; }

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

This div border color is #94755C.

Opacity

.myOpacity80 { color: #94755C; opacity: 0.8; }

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

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

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

This text has shadow with #94755C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94755C.

Preview

Color preview on black background

This text has color #94755C on black background.


Color preview on white background

This text has color #94755C on white background.


Black color preview on #94755C background

This text has black color on #94755C background.


White color preview on #94755C background

This text has white color on #94755C background.


Related colors

Complementary color

Complementary color for #hex is #6B8AA3.


I love getcolorcode.com

Triadic colors

1 #5C9475 and #755C94 with #94755C are triadic colors.

2 #5C7594 and #75945C with #94755C are triadic colors.