COLOR #936139

HEX: #936139
RGB: (147,97,57)

Color info

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

RGB color model

#936139 color RGB value is (147,97,57).

  • red value is 147;
  • green value is 97;
  • blue value is 57.
RGB:
(147,97,57)
(58%,38%,22%)

RGB channels and saturation

R 147 of 255 = 58%
G 97 of 255 = 38%
B 57 of 255 = 22%

147
97
57

R + G + B ~ 39%. #936139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 97 + 57 = 301 (100%)
R 147 of 301 ~ 48.84%
G 97 of 301 ~ 32.23%
B 57 of 301 ~ 18.94%

%48.84
%32.23
%18.94

CMYK color model

#936139 color CMYK value is (0,34,61,42).

  • cyan value is 0.00%
  • magenta value is 34.01%
  • yellow value is 61.22%
  • key color value is 42.35%
CMYK:
(0,34,61,42)
C0M34Y61K42 
(0%,34%,61%,42%)
(0.00/0.34/0.61/0.42)	

CMYK percentages

%0
%34.01
%61.22
%42.35

Codes

Color #936139 in popluar color models

936139
RGB1479757
HSL27°44.12%40.00%
HSB/HSV27°61.22%57.65%
CMYK0.00%34.01%61.22%
42.35%

Color #936139 in popluar number systems.

HEX936139
Decimal1479757
Binary100100111100001111001
Octal22314171

Shades and tints

Shades of #936139

#936139
(147,97,57)
#865934
(134,89,52)
#79512F
(121,81,47)
#6C492A
(108,73,42)
#5F4125
(95,65,37)
#523920
(82,57,32)
#45311B
(69,49,27)
#382916
(56,41,22)
#2B2111
(43,33,17)
#1E190C
(30,25,12)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #936139

#936139
(147,97,57)
#9C6F4B
(156,111,75)
#A57D5D
(165,125,93)
#AE8B6F
(174,139,111)
#B79981
(183,153,129)
#C0A793
(192,167,147)
#C9B5A5
(201,181,165)
#D2C3B7
(210,195,183)
#DBD1C9
(219,209,201)
#E4DFDB
(228,223,219)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936139 color. Also use rgb(147,97,57) instead hex code.

Text Font Color

.myTextColor { color: #936139; }

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

This text font color is #936139.


Background Color

.myBgColor { background-color: #936139; }

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

This div background color is #936139.


Border color

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

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

This div border color is #936139.


Opacity

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

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

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

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

This text has shadow with #936139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936139 on black background.


Color preview on white background

This text has color #936139 on white background.



Black color preview on #936139 background

This text has black color on #936139 background.


White color preview on #936139 background

This text has white color on #936139 background.