COLOR #73B083

HEX: #73B083 RGB: (115,176,131)

Color info

#73B083 contains mainly green and blue colors. Web safe color of #73B083 is #669999 (or #699).

RGB color model

#73B083 color RGB value is (115,176,131).

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

RGB channels and saturation

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

115
176
131

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

Portions of RGB colors in percentages

R + G + B = 115 + 176 + 131 = 422 (100%)
R 115 of 422 ~ 27.25%
G 176 of 422 ~ 41.71%
B 131 of 422 ~ 31.04'%

%27.25
%41.71
%31.04

CMYK color model

#73B083 color CMYK value is (35,0,26,31).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 30.98%

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

CMYK percentages

%34.66
%0
%25.57
%30.98

Codes

Color #73B083 in popluar color models

73 B0 83
RGB 115 176 131
HSL 136° 27.85% 57.06%
HSB/HSV 136° 34.66% 69.02%
CMYK 34.66% 0.00% 25.57%
30.98%

Color #73B083 in popluar number systems.

HEX 73 B0 83
Decimal 115 176 131
Binary 1110011 10110000 10000011
Octal 163 260 203

Shades and tints

Shades of #73B083

#73B083
(115,176,131)
#69A078
(105,160,120)
#5F906D
(95,144,109)
#558062
(85,128,98)
#4B7057
(75,112,87)
#41604C
(65,96,76)
#375041
(55,80,65)
#2D4036
(45,64,54)
#23302B
(35,48,43)
#192020
(25,32,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #73B083

#73B083
(115,176,131)
#7FB78E
(127,183,142)
#8BBE99
(139,190,153)
#97C5A4
(151,197,164)
#A3CCAF
(163,204,175)
#AFD3BA
(175,211,186)
#BBDAC5
(187,218,197)
#C7E1D0
(199,225,208)
#D3E8DB
(211,232,219)
#DFEFE6
(223,239,230)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B083 color. Also use rgb(115,176,131) instead hex code.

Text Font Color

.myTextColor { color: #73B083; }

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

This text font color is #73B083.

Background Color

.myBgColor { background-color: #73B083; }

<div style="background-color:#73B083">Inner text</div>

This div background color is #73B083.

Border color

.myBorderColor { border: 1px solid #73B083; }

<div style="border:3px solid #73B083">Div</div>

This div border color is #73B083.

Opacity

.myOpacity80 { color: #73B083; opacity: 0.8; }

<p style="color:#73B083;opacity:0.8;">80%</p>

Text with #73B083 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 #73B083;}

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

This text has shadow with #73B083 color.


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

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

This text has shadow with #73B083 primary color and red secondary color.


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

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

This text has shadow with #73B083 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73B083.

Preview

Color preview on black background

This text has color #73B083 on black background.


Color preview on white background

This text has color #73B083 on white background.


Black color preview on #73B083 background

This text has black color on #73B083 background.


White color preview on #73B083 background

This text has white color on #73B083 background.


Related colors

Complementary color

Complementary color for #hex is #8C4F7C.


I love getcolorcode.com

Triadic colors

1 #8373B0 and #B08373 with #73B083 are triadic colors.

2 #83B073 and #B07383 with #73B083 are triadic colors.