COLOR #935949

HEX: #935949
RGB: (147,89,73)

Color info

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

RGB color model

#935949 color RGB value is (147,89,73).

  • red value is 147;
  • green value is 89;
  • blue value is 73.
RGB:
(147,89,73)
(58%,35%,29%)

RGB channels and saturation

R 147 of 255 = 58%
G 89 of 255 = 35%
B 73 of 255 = 29%

147
89
73

R + G + B ~ 41%. #935949 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 89 + 73 = 309 (100%)
R 147 of 309 ~ 47.57%
G 89 of 309 ~ 28.8%
B 73 of 309 ~ 23.62%

%47.57
%28.8
%23.62

CMYK color model

#935949 color CMYK value is (0,39,50,42).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(0,39,50,42)
C0M39Y50K42 
(0%,39%,50%,42%)
(0.00/0.39/0.50/0.42)	

CMYK percentages

%0
%39.46
%50.34
%42.35

Codes

Color #935949 in popluar color models

935949
RGB1478973
HSL13°33.64%43.14%
HSB/HSV13°50.34%57.65%
CMYK0.00%39.46%50.34%
42.35%

Color #935949 in popluar number systems.

HEX935949
Decimal1478973
Binary1001001110110011001001
Octal223131111

Shades and tints

Shades of #935949

#935949
(147,89,73)
#865143
(134,81,67)
#79493D
(121,73,61)
#6C4137
(108,65,55)
#5F3931
(95,57,49)
#52312B
(82,49,43)
#452925
(69,41,37)
#38211F
(56,33,31)
#2B1919
(43,25,25)
#1E1113
(30,17,19)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #935949

#935949
(147,89,73)
#9C6859
(156,104,89)
#A57769
(165,119,105)
#AE8679
(174,134,121)
#B79589
(183,149,137)
#C0A499
(192,164,153)
#C9B3A9
(201,179,169)
#D2C2B9
(210,194,185)
#DBD1C9
(219,209,201)
#E4E0D9
(228,224,217)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #935949 color. Also use rgb(147,89,73) instead hex code.

Text Font Color

.myTextColor { color: #935949; }

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

This text font color is #935949.


Background Color

.myBgColor { background-color: #935949; }

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

This div background color is #935949.


Border color

.myBorderColor { border: 1px solid #935949; }

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

This div border color is #935949.


Opacity

.myOpacity80 { color: #935949; opacity: 0.8; }

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

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

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

This text has shadow with #935949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #935949 on black background.


Color preview on white background

This text has color #935949 on white background.



Black color preview on #935949 background

This text has black color on #935949 background.


White color preview on #935949 background

This text has white color on #935949 background.