COLOR #93775C

HEX: #93775C
RGB: (147,119,92)

Color info

#93775C contains red, green and blue colors in about the same proportion. Web safe color of #93775C is #996666 (or #966).

RGB color model

#93775C color RGB value is (147,119,92).

  • red value is 147;
  • green value is 119;
  • blue value is 92.
RGB:
(147,119,92)
(58%,47%,36%)

RGB channels and saturation

R 147 of 255 = 58%
G 119 of 255 = 47%
B 92 of 255 = 36%

147
119
92

R + G + B ~ 47%. #93775C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 119 + 92 = 358 (100%)
R 147 of 358 ~ 41.06%
G 119 of 358 ~ 33.24%
B 92 of 358 ~ 25.7%

%41.06
%33.24
%25.7

CMYK color model

#93775C color CMYK value is (0,19,37,42).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 37.41%
  • key color value is 42.35%
CMYK:
(0,19,37,42)
C0M19Y37K42 
(0%,19%,37%,42%)
(0.00/0.19/0.37/0.42)	

CMYK percentages

%0
%19.05
%37.41
%42.35

Codes

Color #93775C in popluar color models

93775C
RGB14711992
HSL29°23.01%46.86%
HSB/HSV29°37.41%57.65%
CMYK0.00%19.05%37.41%
42.35%

Color #93775C in popluar number systems.

HEX93775C
Decimal14711992
Binary1001001111101111011100
Octal223167134

Shades and tints

Shades of #93775C

#93775C
(147,119,92)
#866D54
(134,109,84)
#79634C
(121,99,76)
#6C5944
(108,89,68)
#5F4F3C
(95,79,60)
#524534
(82,69,52)
#453B2C
(69,59,44)
#383124
(56,49,36)
#2B271C
(43,39,28)
#1E1D14
(30,29,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #93775C

#93775C
(147,119,92)
#9C836A
(156,131,106)
#A58F78
(165,143,120)
#AE9B86
(174,155,134)
#B7A794
(183,167,148)
#C0B3A2
(192,179,162)
#C9BFB0
(201,191,176)
#D2CBBE
(210,203,190)
#DBD7CC
(219,215,204)
#E4E3DA
(228,227,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93775C color. Also use rgb(147,119,92) instead hex code.

Text Font Color

.myTextColor { color: #93775C; }

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

This text font color is #93775C.


Background Color

.myBgColor { background-color: #93775C; }

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

This div background color is #93775C.


Border color

.myBorderColor { border: 1px solid #93775C; }

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

This div border color is #93775C.


Opacity

.myOpacity80 { color: #93775C; opacity: 0.8; }

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

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

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

This text has shadow with #93775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93775C on black background.


Color preview on white background

This text has color #93775C on white background.



Black color preview on #93775C background

This text has black color on #93775C background.


White color preview on #93775C background

This text has white color on #93775C background.