COLOR #935D20

HEX: #935D20
RGB: (147,93,32)

Color info

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

RGB color model

#935D20 color RGB value is (147,93,32).

  • red value is 147;
  • green value is 93;
  • blue value is 32.
RGB:
(147,93,32)
(58%,36%,13%)

RGB channels and saturation

R 147 of 255 = 58%
G 93 of 255 = 36%
B 32 of 255 = 13%

147
93
32

R + G + B ~ 36%. #935D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 93 + 32 = 272 (100%)
R 147 of 272 ~ 54.04%
G 93 of 272 ~ 34.19%
B 32 of 272 ~ 11.76%

%54.04
%34.19
%11.76

CMYK color model

#935D20 color CMYK value is (0,37,78,42).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 78.23%
  • key color value is 42.35%
CMYK:
(0,37,78,42)
C0M37Y78K42 
(0%,37%,78%,42%)
(0.00/0.37/0.78/0.42)	

CMYK percentages

%0
%36.73
%78.23
%42.35

Codes

Color #935D20 in popluar color models

935D20
RGB1479332
HSL32°64.25%35.10%
HSB/HSV32°78.23%57.65%
CMYK0.00%36.73%78.23%
42.35%

Color #935D20 in popluar number systems.

HEX935D20
Decimal1479332
Binary100100111011101100000
Octal22313540

Shades and tints

Shades of #935D20

#935D20
(147,93,32)
#86551E
(134,85,30)
#794D1C
(121,77,28)
#6C451A
(108,69,26)
#5F3D18
(95,61,24)
#523516
(82,53,22)
#452D14
(69,45,20)
#382512
(56,37,18)
#2B1D10
(43,29,16)
#1E150E
(30,21,14)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #935D20

#935D20
(147,93,32)
#9C6B34
(156,107,52)
#A57948
(165,121,72)
#AE875C
(174,135,92)
#B79570
(183,149,112)
#C0A384
(192,163,132)
#C9B198
(201,177,152)
#D2BFAC
(210,191,172)
#DBCDC0
(219,205,192)
#E4DBD4
(228,219,212)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #935D20 color. Also use rgb(147,93,32) instead hex code.

Text Font Color

.myTextColor { color: #935D20; }

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

This text font color is #935D20.


Background Color

.myBgColor { background-color: #935D20; }

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

This div background color is #935D20.


Border color

.myBorderColor { border: 1px solid #935D20; }

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

This div border color is #935D20.


Opacity

.myOpacity80 { color: #935D20; opacity: 0.8; }

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

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

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

This text has shadow with #935D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #935D20 on black background.


Color preview on white background

This text has color #935D20 on white background.



Black color preview on #935D20 background

This text has black color on #935D20 background.


White color preview on #935D20 background

This text has white color on #935D20 background.