COLOR #937853

HEX: #937853
RGB: (147,120,83)

Color info

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

RGB color model

#937853 color RGB value is (147,120,83).

  • red value is 147;
  • green value is 120;
  • blue value is 83.
RGB:
(147,120,83)
(58%,47%,33%)

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 83 of 255 = 33%

147
120
83

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

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 83 = 350 (100%)
R 147 of 350 ~ 42%
G 120 of 350 ~ 34.29%
B 83 of 350 ~ 23.71%

%42
%34.29
%23.71

CMYK color model

#937853 color CMYK value is (0,18,44,42).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 43.54%
  • key color value is 42.35%
CMYK:
(0,18,44,42)
C0M18Y44K42 
(0%,18%,44%,42%)
(0.00/0.18/0.44/0.42)	

CMYK percentages

%0
%18.37
%43.54
%42.35

Codes

Color #937853 in popluar color models

937853
RGB14712083
HSL35°27.83%45.10%
HSB/HSV35°43.54%57.65%
CMYK0.00%18.37%43.54%
42.35%

Color #937853 in popluar number systems.

HEX937853
Decimal14712083
Binary1001001111110001010011
Octal223170123

Shades and tints

Shades of #937853

#937853
(147,120,83)
#866E4C
(134,110,76)
#796445
(121,100,69)
#6C5A3E
(108,90,62)
#5F5037
(95,80,55)
#524630
(82,70,48)
#453C29
(69,60,41)
#383222
(56,50,34)
#2B281B
(43,40,27)
#1E1E14
(30,30,20)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #937853

#937853
(147,120,83)
#9C8462
(156,132,98)
#A59071
(165,144,113)
#AE9C80
(174,156,128)
#B7A88F
(183,168,143)
#C0B49E
(192,180,158)
#C9C0AD
(201,192,173)
#D2CCBC
(210,204,188)
#DBD8CB
(219,216,203)
#E4E4DA
(228,228,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937853 color. Also use rgb(147,120,83) instead hex code.

Text Font Color

.myTextColor { color: #937853; }

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

This text font color is #937853.


Background Color

.myBgColor { background-color: #937853; }

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

This div background color is #937853.


Border color

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

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

This div border color is #937853.


Opacity

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

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

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

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

This text has shadow with #937853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937853 on black background.


Color preview on white background

This text has color #937853 on white background.



Black color preview on #937853 background

This text has black color on #937853 background.


White color preview on #937853 background

This text has white color on #937853 background.