COLOR #93775D

HEX: #93775D RGB: (147,119,93)

Color info

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

RGB color model

#93775D color RGB value is (147,119,93).

RGB: (147,119,93) (58%, 47%, 36%)

RGB channels and saturation

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

147
119
93

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

Portions of RGB colors in percentages

R + G + B = 147 + 119 + 93 = 359 (100%)
R 147 of 359 ~ 40.95%
G 119 of 359 ~ 33.15%
B 93 of 359 ~ 25.91'%

%40.95
%33.15
%25.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 36.73%
  • 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
%36.73
%42.35

Codes

Color #93775D in popluar color models

93 77 5D
RGB 147 119 93
HSL 29° 22.50% 47.06%
HSB/HSV 29° 36.73% 57.65%
CMYK 0.00% 19.05% 36.73%
42.35%

Color #93775D in popluar number systems.

HEX 93 77 5D
Decimal 147 119 93
Binary 10010011 1110111 1011101
Octal 223 167 135

Shades and tints

Shades of #93775D

#93775D
(147,119,93)
#866D55
(134,109,85)
#79634D
(121,99,77)
#6C5945
(108,89,69)
#5F4F3D
(95,79,61)
#524535
(82,69,53)
#453B2D
(69,59,45)
#383125
(56,49,37)
#2B271D
(43,39,29)
#1E1D15
(30,29,21)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #93775D

#93775D
(147,119,93)
#9C836B
(156,131,107)
#A58F79
(165,143,121)
#AE9B87
(174,155,135)
#B7A795
(183,167,149)
#C0B3A3
(192,179,163)
#C9BFB1
(201,191,177)
#D2CBBF
(210,203,191)
#DBD7CD
(219,215,205)
#E4E3DB
(228,227,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93775D; }

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

This text font color is #93775D.

Background Color

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

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

This div background color is #93775D.

Border color

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

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

This div border color is #93775D.

Opacity

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

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

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

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

This text has shadow with #93775D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93775D.

Preview

Color preview on black background

This text has color #93775D on black background.


Color preview on white background

This text has color #93775D on white background.


Black color preview on #93775D background

This text has black color on #93775D background.


White color preview on #93775D background

This text has white color on #93775D background.


Related colors

Complementary color

Complementary color for #hex is #6C88A2.


I love getcolorcode.com

Triadic colors

1 #5D9377 and #775D93 with #93775D are triadic colors.

2 #5D7793 and #77935D with #93775D are triadic colors.