COLOR #83748A

HEX: #83748A
RGB: (131,116,138)

Color info

#83748A contains red, green and blue colors in about the same proportion. Web safe color of #83748A is #996699 (or #969).

RGB color model

#83748A color RGB value is (131,116,138).

  • red value is 131;
  • green value is 116;
  • blue value is 138.
RGB:
(131,116,138)
(51%,45%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 138 of 255 = 54%

131
116
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 116 + 138 = 385 (100%)
R 131 of 385 ~ 34.03%
G 116 of 385 ~ 30.13%
B 138 of 385 ~ 35.84%

%34.03
%30.13
%35.84

CMYK color model

#83748A color CMYK value is (5,16,0,46).

  • cyan value is 5.07%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(5,16,0,46)
C5M16Y0K46 
(5%,16%,0%,46%)
(0.05/0.16/0.00/0.46)	

CMYK percentages

%5.07
%15.94
%0
%45.88

Codes

Color #83748A in popluar color models

83748A
RGB131116138
HSL281°8.66%49.80%
HSB/HSV281°15.94%54.12%
CMYK5.07%15.94%0.00%
45.88%

Color #83748A in popluar number systems.

HEX83748A
Decimal131116138
Binary10000011111010010001010
Octal203164212

Shades and tints

Shades of #83748A

#83748A
(131,116,138)
#786A7E
(120,106,126)
#6D6072
(109,96,114)
#625666
(98,86,102)
#574C5A
(87,76,90)
#4C424E
(76,66,78)
#413842
(65,56,66)
#362E36
(54,46,54)
#2B242A
(43,36,42)
#201A1E
(32,26,30)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #83748A

#83748A
(131,116,138)
#8E8094
(142,128,148)
#998C9E
(153,140,158)
#A498A8
(164,152,168)
#AFA4B2
(175,164,178)
#BAB0BC
(186,176,188)
#C5BCC6
(197,188,198)
#D0C8D0
(208,200,208)
#DBD4DA
(219,212,218)
#E6E0E4
(230,224,228)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83748A; }

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

This text font color is #83748A.


Background Color

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

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

This div background color is #83748A.


Border color

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

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

This div border color is #83748A.


Opacity

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

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

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

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

This text has shadow with #83748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83748A on black background.


Color preview on white background

This text has color #83748A on white background.



Black color preview on #83748A background

This text has black color on #83748A background.


White color preview on #83748A background

This text has white color on #83748A background.