COLOR #83907E

HEX: #83907E RGB: (131,144,126)

Color info

#83907E contains red, green and blue colors in about the same proportion. Web safe color of #83907E is #999966 (or #996).

RGB color model

#83907E color RGB value is (131,144,126).

RGB: (131,144,126) (51%, 56%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 126 of 255 = 49%

131
144
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 144 + 126 = 401 (100%)
R 131 of 401 ~ 32.67%
G 144 of 401 ~ 35.91%
B 126 of 401 ~ 31.42'%

%32.67
%35.91
%31.42

CMYK color model

#83907E color CMYK value is (9,0,13,44).

  • cyan value is 9.03%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%

CMYK: (9,0,13,44)
C9M0Y13K44 (9%, 0%, 13%, 44%)
(0.09 / 0.00 / 0.13 / 0.44)

CMYK percentages

%9.03
%0
%12.5
%43.53

Codes

Color #83907E in popluar color models

83 90 7E
RGB 131 144 126
HSL 103° 7.50% 52.94%
HSB/HSV 103° 12.50% 56.47%
CMYK 9.03% 0.00% 12.50%
43.53%

Color #83907E in popluar number systems.

HEX 83 90 7E
Decimal 131 144 126
Binary 10000011 10010000 1111110
Octal 203 220 176

Shades and tints

Shades of #83907E

#83907E
(131,144,126)
#788373
(120,131,115)
#6D7668
(109,118,104)
#62695D
(98,105,93)
#575C52
(87,92,82)
#4C4F47
(76,79,71)
#41423C
(65,66,60)
#363531
(54,53,49)
#2B2826
(43,40,38)
#201B1B
(32,27,27)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #83907E

#83907E
(131,144,126)
#8E9A89
(142,154,137)
#99A494
(153,164,148)
#A4AE9F
(164,174,159)
#AFB8AA
(175,184,170)
#BAC2B5
(186,194,181)
#C5CCC0
(197,204,192)
#D0D6CB
(208,214,203)
#DBE0D6
(219,224,214)
#E6EAE1
(230,234,225)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83907E color. Also use rgb(131,144,126) instead hex code.

Text Font Color

.myTextColor { color: #83907E; }

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

This text font color is #83907E.

Background Color

.myBgColor { background-color: #83907E; }

<div style="background-color:#83907E">Inner text</div>

This div background color is #83907E.

Border color

.myBorderColor { border: 1px solid #83907E; }

<div style="border:3px solid #83907E">Div</div>

This div border color is #83907E.

Opacity

.myOpacity80 { color: #83907E; opacity: 0.8; }

<p style="color:#83907E;opacity:0.8;">80%</p>

Text with #83907E 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 #83907E;}

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

This text has shadow with #83907E color.


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

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

This text has shadow with #83907E primary color and red secondary color.


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

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

This text has shadow with #83907E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83907E.

Preview

Color preview on black background

This text has color #83907E on black background.


Color preview on white background

This text has color #83907E on white background.


Black color preview on #83907E background

This text has black color on #83907E background.


White color preview on #83907E background

This text has white color on #83907E background.


Related colors

Complementary color

Complementary color for #hex is #7C6F81.


I love getcolorcode.com

Triadic colors

1 #7E8390 and #907E83 with #83907E are triadic colors.

2 #7E9083 and #90837E with #83907E are triadic colors.