COLOR #946C53

HEX: #946C53 RGB: (148,108,83)

Color info

#946C53 contains mainly red and green colors. Web safe color of #946C53 is #996666 (or #966).

RGB color model

#946C53 color RGB value is (148,108,83).

RGB: (148,108,83) (58%, 42%, 33%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 83 of 255 = 33%

148
108
83

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

Portions of RGB colors in percentages

R + G + B = 148 + 108 + 83 = 339 (100%)
R 148 of 339 ~ 43.66%
G 108 of 339 ~ 31.86%
B 83 of 339 ~ 24.48'%

%43.66
%31.86
%24.48

CMYK color model

#946C53 color CMYK value is (0,27,44,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 43.92%
  • key color value is 41.96%

CMYK: (0,27,44,42)
C0M27Y44K42 (0%, 27%, 44%, 42%)
(0.00 / 0.27 / 0.44 / 0.42)

CMYK percentages

%0
%27.03
%43.92
%41.96

Codes

Color #946C53 in popluar color models

94 6C 53
RGB 148 108 83
HSL 23° 28.14% 45.29%
HSB/HSV 23° 43.92% 58.04%
CMYK 0.00% 27.03% 43.92%
41.96%

Color #946C53 in popluar number systems.

HEX 94 6C 53
Decimal 148 108 83
Binary 10010100 1101100 1010011
Octal 224 154 123

Shades and tints

Shades of #946C53

#946C53
(148,108,83)
#87634C
(135,99,76)
#7A5A45
(122,90,69)
#6D513E
(109,81,62)
#604837
(96,72,55)
#533F30
(83,63,48)
#463629
(70,54,41)
#392D22
(57,45,34)
#2C241B
(44,36,27)
#1F1B14
(31,27,20)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #946C53

#946C53
(148,108,83)
#9D7962
(157,121,98)
#A68671
(166,134,113)
#AF9380
(175,147,128)
#B8A08F
(184,160,143)
#C1AD9E
(193,173,158)
#CABAAD
(202,186,173)
#D3C7BC
(211,199,188)
#DCD4CB
(220,212,203)
#E5E1DA
(229,225,218)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C53 color. Also use rgb(148,108,83) instead hex code.

Text Font Color

.myTextColor { color: #946C53; }

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

This text font color is #946C53.

Background Color

.myBgColor { background-color: #946C53; }

<div style="background-color:#946C53">Inner text</div>

This div background color is #946C53.

Border color

.myBorderColor { border: 1px solid #946C53; }

<div style="border:3px solid #946C53">Div</div>

This div border color is #946C53.

Opacity

.myOpacity80 { color: #946C53; opacity: 0.8; }

<p style="color:#946C53;opacity:0.8;">80%</p>

Text with #946C53 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 #946C53;}

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

This text has shadow with #946C53 color.


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

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

This text has shadow with #946C53 primary color and red secondary color.


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

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

This text has shadow with #946C53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #946C53.

Preview

Color preview on black background

This text has color #946C53 on black background.


Color preview on white background

This text has color #946C53 on white background.


Black color preview on #946C53 background

This text has black color on #946C53 background.


White color preview on #946C53 background

This text has white color on #946C53 background.


Related colors

Complementary color

Complementary color for #hex is #6B93AC.


I love getcolorcode.com

Triadic colors

1 #53946C and #6C5394 with #946C53 are triadic colors.

2 #536C94 and #6C9453 with #946C53 are triadic colors.