COLOR #73B381

HEX: #73B381
RGB: (115,179,129)

Color info

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

RGB color model

#73B381 color RGB value is (115,179,129).

  • red value is 115;
  • green value is 179;
  • blue value is 129.
RGB:
(115,179,129)
(45%,70%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 129 of 255 = 51%

115
179
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 129 = 423 (100%)
R 115 of 423 ~ 27.19%
G 179 of 423 ~ 42.32%
B 129 of 423 ~ 30.5%

%27.19
%42.32
%30.5

CMYK color model

#73B381 color CMYK value is (36,0,28,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(36,0,28,30)
C36M0Y28K30 
(36%,0%,28%,30%)
(0.36/0.00/0.28/0.30)	

CMYK percentages

%35.75
%0
%27.93
%29.8

Codes

Color #73B381 in popluar color models

73B381
RGB115179129
HSL133°29.63%57.65%
HSB/HSV133°35.75%70.20%
CMYK35.75%0.00%27.93%
29.80%

Color #73B381 in popluar number systems.

HEX73B381
Decimal115179129
Binary11100111011001110000001
Octal163263201

Shades and tints

Shades of #73B381

#73B381
(115,179,129)
#69A376
(105,163,118)
#5F936B
(95,147,107)
#558360
(85,131,96)
#4B7355
(75,115,85)
#41634A
(65,99,74)
#37533F
(55,83,63)
#2D4334
(45,67,52)
#233329
(35,51,41)
#19231E
(25,35,30)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #73B381

#73B381
(115,179,129)
#7FB98C
(127,185,140)
#8BBF97
(139,191,151)
#97C5A2
(151,197,162)
#A3CBAD
(163,203,173)
#AFD1B8
(175,209,184)
#BBD7C3
(187,215,195)
#C7DDCE
(199,221,206)
#D3E3D9
(211,227,217)
#DFE9E4
(223,233,228)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B381 color. Also use rgb(115,179,129) instead hex code.

Text Font Color

.myTextColor { color: #73B381; }

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

This text font color is #73B381.


Background Color

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

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

This div background color is #73B381.


Border color

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

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

This div border color is #73B381.


Opacity

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

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

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

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

This text has shadow with #73B381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B381 on black background.


Color preview on white background

This text has color #73B381 on white background.



Black color preview on #73B381 background

This text has black color on #73B381 background.


White color preview on #73B381 background

This text has white color on #73B381 background.