COLOR #729B83

HEX: #729B83
RGB: (114,155,131)

Color info

#729B83 contains red, green and blue colors in about the same proportion. Web safe color of #729B83 is #669999 (or #699).

RGB color model

#729B83 color RGB value is (114,155,131).

  • red value is 114;
  • green value is 155;
  • blue value is 131.
RGB:
(114,155,131)
(45%,61%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 131 of 255 = 51%

114
155
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 155 + 131 = 400 (100%)
R 114 of 400 ~ 28.5%
G 155 of 400 ~ 38.75%
B 131 of 400 ~ 32.75%

%28.5
%38.75
%32.75

CMYK color model

#729B83 color CMYK value is (26,0,15,39).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(26,0,15,39)
C26M0Y15K39 
(26%,0%,15%,39%)
(0.26/0.00/0.15/0.39)	

CMYK percentages

%26.45
%0
%15.48
%39.22

Codes

Color #729B83 in popluar color models

729B83
RGB114155131
HSL145°17.01%52.75%
HSB/HSV145°26.45%60.78%
CMYK26.45%0.00%15.48%
39.22%

Color #729B83 in popluar number systems.

HEX729B83
Decimal114155131
Binary11100101001101110000011
Octal162233203

Shades and tints

Shades of #729B83

#729B83
(114,155,131)
#688D78
(104,141,120)
#5E7F6D
(94,127,109)
#547162
(84,113,98)
#4A6357
(74,99,87)
#40554C
(64,85,76)
#364741
(54,71,65)
#2C3936
(44,57,54)
#222B2B
(34,43,43)
#181D20
(24,29,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #729B83

#729B83
(114,155,131)
#7EA48E
(126,164,142)
#8AAD99
(138,173,153)
#96B6A4
(150,182,164)
#A2BFAF
(162,191,175)
#AEC8BA
(174,200,186)
#BAD1C5
(186,209,197)
#C6DAD0
(198,218,208)
#D2E3DB
(210,227,219)
#DEECE6
(222,236,230)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729B83 color. Also use rgb(114,155,131) instead hex code.

Text Font Color

.myTextColor { color: #729B83; }

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

This text font color is #729B83.


Background Color

.myBgColor { background-color: #729B83; }

<div style="background-color:#729B83">Inner text</div>

This div background color is #729B83.


Border color

.myBorderColor { border: 1px solid #729B83; }

<div style="border:3px solid #729B83">Div</div>

This div border color is #729B83.


Opacity

.myOpacity80 { color: #729B83; opacity: 0.8; }

<p style="color:#729B83;opacity:0.8;">80%</p>

Text with #729B83 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 #729B83;}

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

This text has shadow with #729B83 color.

.textShadow {text-shadow: 3px 3px 1px #729B83, 3px 3px 1px red;}

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

This text has shadow with #729B83 primary color and red secondary color.


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

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

This text has shadow with #729B83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729B83 on black background.


Color preview on white background

This text has color #729B83 on white background.



Black color preview on #729B83 background

This text has black color on #729B83 background.


White color preview on #729B83 background

This text has white color on #729B83 background.