COLOR #83747A

HEX: #83747A RGB: (131,116,122)

Color info

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

RGB color model

#83747A color RGB value is (131,116,122).

RGB: (131,116,122) (51%, 45%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 122 of 255 = 48%

131
116
122

R + G + B ~ 48%. #83747A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 116 + 122 = 369 (100%)
R 131 of 369 ~ 35.5%
G 116 of 369 ~ 31.44%
B 122 of 369 ~ 33.06'%

%35.5
%31.44
%33.06

CMYK color model

#83747A color CMYK value is (0,11,7,49).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (0,11,7,49)
C0M11Y7K49 (0%, 11%, 7%, 49%)
(0.00 / 0.11 / 0.07 / 0.49)

CMYK percentages

%0
%11.45
%6.87
%48.63

Codes

Color #83747A in popluar color models

83 74 7A
RGB 131 116 122
HSL 336° 6.07% 48.43%
HSB/HSV 336° 11.45% 51.37%
CMYK 0.00% 11.45% 6.87%
48.63%

Color #83747A in popluar number systems.

HEX 83 74 7A
Decimal 131 116 122
Binary 10000011 1110100 1111010
Octal 203 164 172

Shades and tints

Shades of #83747A

#83747A
(131,116,122)
#786A6F
(120,106,111)
#6D6064
(109,96,100)
#625659
(98,86,89)
#574C4E
(87,76,78)
#4C4243
(76,66,67)
#413838
(65,56,56)
#362E2D
(54,46,45)
#2B2422
(43,36,34)
#201A17
(32,26,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #83747A

#83747A
(131,116,122)
#8E8086
(142,128,134)
#998C92
(153,140,146)
#A4989E
(164,152,158)
#AFA4AA
(175,164,170)
#BAB0B6
(186,176,182)
#C5BCC2
(197,188,194)
#D0C8CE
(208,200,206)
#DBD4DA
(219,212,218)
#E6E0E6
(230,224,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83747A color. Also use rgb(131,116,122) instead hex code.

Text Font Color

.myTextColor { color: #83747A; }

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

This text font color is #83747A.

Background Color

.myBgColor { background-color: #83747A; }

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

This div background color is #83747A.

Border color

.myBorderColor { border: 1px solid #83747A; }

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

This div border color is #83747A.

Opacity

.myOpacity80 { color: #83747A; opacity: 0.8; }

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

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

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

This text has shadow with #83747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83747A.

Preview

Color preview on black background

This text has color #83747A on black background.


Color preview on white background

This text has color #83747A on white background.


Black color preview on #83747A background

This text has black color on #83747A background.


White color preview on #83747A background

This text has white color on #83747A background.


Related colors

Complementary color

Complementary color for #hex is #7C8B85.


I love getcolorcode.com

Triadic colors

1 #7A8374 and #747A83 with #83747A are triadic colors.

2 #7A7483 and #74837A with #83747A are triadic colors.