COLOR #93807D

HEX: #93807D RGB: (147,128,125)

Color info

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

RGB color model

#93807D color RGB value is (147,128,125).

RGB: (147,128,125) (58%, 50%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 125 of 255 = 49%

147
128
125

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

Portions of RGB colors in percentages

R + G + B = 147 + 128 + 125 = 400 (100%)
R 147 of 400 ~ 36.75%
G 128 of 400 ~ 32%
B 125 of 400 ~ 31.25'%

%36.75
%32
%31.25

CMYK color model

#93807D color CMYK value is (0,13,15,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK: (0,13,15,42) C0M13Y15K42 (0%,13%,15%,42%) (0.00/0.13/0.15/0.42) 

CMYK percentages

%0
%12.93
%14.97
%42.35

Codes

Color #93807D in popluar color models

93 80 7D
RGB 147 128 125
HSL 9.24% 53.33%
HSB/HSV 14.97% 57.65%
CMYK 0.00% 12.93% 14.97%
42.35%

Color #93807D in popluar number systems.

HEX 93 80 7D
Decimal 147 128 125
Binary 10010011 10000000 1111101
Octal 223 200 175

Shades and tints

Shades of #93807D

#93807D
(147,128,125)
#867572
(134,117,114)
#796A67
(121,106,103)
#6C5F5C
(108,95,92)
#5F5451
(95,84,81)
#524946
(82,73,70)
#453E3B
(69,62,59)
#383330
(56,51,48)
#2B2825
(43,40,37)
#1E1D1A
(30,29,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #93807D

#93807D
(147,128,125)
#9C8B88
(156,139,136)
#A59693
(165,150,147)
#AEA19E
(174,161,158)
#B7ACA9
(183,172,169)
#C0B7B4
(192,183,180)
#C9C2BF
(201,194,191)
#D2CDCA
(210,205,202)
#DBD8D5
(219,216,213)
#E4E3E0
(228,227,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93807D color. Also use rgb(147,128,125) instead hex code.

Text Font Color

.myTextColor { color: #93807D; }

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

This text font color is #93807D.

Background Color

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

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

This div background color is #93807D.

Border color

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

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

This div border color is #93807D.

Opacity

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

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

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

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

This text has shadow with #93807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93807D.

Preview

Color preview on black background

This text has color #93807D on black background.


Color preview on white background

This text has color #93807D on white background.


Black color preview on #93807D background

This text has black color on #93807D background.


White color preview on #93807D background

This text has white color on #93807D background.


Related colors

Complementary color

Complementary color for #hex is #6C7F82.


I love getcolorcode.com

Triadic colors

1 #7D9380 and #807D93 with #93807D are triadic colors.

2 #7D8093 and #80937D with #93807D are triadic colors.