COLOR #83B173

HEX: #83B173 RGB: (131,177,115)

Color info

#83B173 contains mainly red and green colors. Web safe color of #83B173 is #999966 (or #996).

RGB color model

#83B173 color RGB value is (131,177,115).

RGB: (131,177,115) (51%, 69%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 115 of 255 = 45%

131
177
115

R + G + B ~ 55%. #83B173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 177 + 115 = 423 (100%)
R 131 of 423 ~ 30.97%
G 177 of 423 ~ 41.84%
B 115 of 423 ~ 27.19'%

%30.97
%41.84
%27.19

CMYK color model

#83B173 color CMYK value is (26,0,35,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 30.59%

CMYK: (26,0,35,31)
C26M0Y35K31 (26%, 0%, 35%, 31%)
(0.26 / 0.00 / 0.35 / 0.31)

CMYK percentages

%25.99
%0
%35.03
%30.59

Codes

Color #83B173 in popluar color models

83 B1 73
RGB 131 177 115
HSL 105° 28.44% 57.25%
HSB/HSV 105° 35.03% 69.41%
CMYK 25.99% 0.00% 35.03%
30.59%

Color #83B173 in popluar number systems.

HEX 83 B1 73
Decimal 131 177 115
Binary 10000011 10110001 1110011
Octal 203 261 163

Shades and tints

Shades of #83B173

#83B173
(131,177,115)
#78A169
(120,161,105)
#6D915F
(109,145,95)
#628155
(98,129,85)
#57714B
(87,113,75)
#4C6141
(76,97,65)
#415137
(65,81,55)
#36412D
(54,65,45)
#2B3123
(43,49,35)
#202119
(32,33,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #83B173

#83B173
(131,177,115)
#8EB87F
(142,184,127)
#99BF8B
(153,191,139)
#A4C697
(164,198,151)
#AFCDA3
(175,205,163)
#BAD4AF
(186,212,175)
#C5DBBB
(197,219,187)
#D0E2C7
(208,226,199)
#DBE9D3
(219,233,211)
#E6F0DF
(230,240,223)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B173 color. Also use rgb(131,177,115) instead hex code.

Text Font Color

.myTextColor { color: #83B173; }

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

This text font color is #83B173.

Background Color

.myBgColor { background-color: #83B173; }

<div style="background-color:#83B173">Inner text</div>

This div background color is #83B173.

Border color

.myBorderColor { border: 1px solid #83B173; }

<div style="border:3px solid #83B173">Div</div>

This div border color is #83B173.

Opacity

.myOpacity80 { color: #83B173; opacity: 0.8; }

<p style="color:#83B173;opacity:0.8;">80%</p>

Text with #83B173 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 #83B173;}

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

This text has shadow with #83B173 color.


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

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

This text has shadow with #83B173 primary color and red secondary color.


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

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

This text has shadow with #83B173 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83B173.

Preview

Color preview on black background

This text has color #83B173 on black background.


Color preview on white background

This text has color #83B173 on white background.


Black color preview on #83B173 background

This text has black color on #83B173 background.


White color preview on #83B173 background

This text has white color on #83B173 background.


Related colors

Complementary color

Complementary color for #hex is #7C4E8C.


I love getcolorcode.com

Triadic colors

1 #7383B1 and #B17383 with #83B173 are triadic colors.

2 #73B183 and #B18373 with #83B173 are triadic colors.