COLOR #73B67D

HEX: #73B67D
RGB: (115,182,125)

Color info

#73B67D contains mainly green and blue colors. Web safe color of #73B67D is #66CC66 (or #6C6).

RGB color model

#73B67D color RGB value is (115,182,125).

  • red value is 115;
  • green value is 182;
  • blue value is 125.
RGB:
(115,182,125)
(45%,71%,49%)

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 125 of 255 = 49%

115
182
125

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

Portions of RGB colors in percentages

R + G + B =
115 + 182 + 125 = 422 (100%)
R 115 of 422 ~ 27.25%
G 182 of 422 ~ 43.13%
B 125 of 422 ~ 29.62%

%27.25
%43.13
%29.62

CMYK color model

#73B67D color CMYK value is (37,0,31,29).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 31.32%
  • key color value is 28.63%
CMYK:
(37,0,31,29)
C37M0Y31K29 
(37%,0%,31%,29%)
(0.37/0.00/0.31/0.29)	

CMYK percentages

%36.81
%0
%31.32
%28.63

Codes

Color #73B67D in popluar color models

73B67D
RGB115182125
HSL129°31.46%58.24%
HSB/HSV129°36.81%71.37%
CMYK36.81%0.00%31.32%
28.63%

Color #73B67D in popluar number systems.

HEX73B67D
Decimal115182125
Binary1110011101101101111101
Octal163266175

Shades and tints

Shades of #73B67D

#73B67D
(115,182,125)
#69A672
(105,166,114)
#5F9667
(95,150,103)
#55865C
(85,134,92)
#4B7651
(75,118,81)
#416646
(65,102,70)
#37563B
(55,86,59)
#2D4630
(45,70,48)
#233625
(35,54,37)
#19261A
(25,38,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73B67D

#73B67D
(115,182,125)
#7FBC88
(127,188,136)
#8BC293
(139,194,147)
#97C89E
(151,200,158)
#A3CEA9
(163,206,169)
#AFD4B4
(175,212,180)
#BBDABF
(187,218,191)
#C7E0CA
(199,224,202)
#D3E6D5
(211,230,213)
#DFECE0
(223,236,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B67D color. Also use rgb(115,182,125) instead hex code.

Text Font Color

.myTextColor { color: #73B67D; }

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

This text font color is #73B67D.


Background Color

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

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

This div background color is #73B67D.


Border color

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

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

This div border color is #73B67D.


Opacity

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

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

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

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

This text has shadow with #73B67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B67D on black background.


Color preview on white background

This text has color #73B67D on white background.



Black color preview on #73B67D background

This text has black color on #73B67D background.


White color preview on #73B67D background

This text has white color on #73B67D background.