COLOR #729EB3

HEX: #729EB3
RGB: (114,158,179)

Color info

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

RGB color model

#729EB3 color RGB value is (114,158,179).

  • red value is 114;
  • green value is 158;
  • blue value is 179.
RGB:
(114,158,179)
(45%,62%,70%)

RGB channels and saturation

R 114 of 255 = 45%
G 158 of 255 = 62%
B 179 of 255 = 70%

114
158
179

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

Portions of RGB colors in percentages

R + G + B =
114 + 158 + 179 = 451 (100%)
R 114 of 451 ~ 25.28%
G 158 of 451 ~ 35.03%
B 179 of 451 ~ 39.69%

%25.28
%35.03
%39.69

CMYK color model

#729EB3 color CMYK value is (36,12,0,30).

  • cyan value is 36.31%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,12,0,30)
C36M12Y0K30 
(36%,12%,0%,30%)
(0.36/0.12/0.00/0.30)	

CMYK percentages

%36.31
%11.73
%0
%29.8

Codes

Color #729EB3 in popluar color models

729EB3
RGB114158179
HSL199°29.95%57.45%
HSB/HSV199°36.31%70.20%
CMYK36.31%11.73%0.00%
29.80%

Color #729EB3 in popluar number systems.

HEX729EB3
Decimal114158179
Binary11100101001111010110011
Octal162236263

Shades and tints

Shades of #729EB3

#729EB3
(114,158,179)
#6890A3
(104,144,163)
#5E8293
(94,130,147)
#547483
(84,116,131)
#4A6673
(74,102,115)
#405863
(64,88,99)
#364A53
(54,74,83)
#2C3C43
(44,60,67)
#222E33
(34,46,51)
#182023
(24,32,35)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #729EB3

#729EB3
(114,158,179)
#7EA6B9
(126,166,185)
#8AAEBF
(138,174,191)
#96B6C5
(150,182,197)
#A2BECB
(162,190,203)
#AEC6D1
(174,198,209)
#BACED7
(186,206,215)
#C6D6DD
(198,214,221)
#D2DEE3
(210,222,227)
#DEE6E9
(222,230,233)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729EB3 color. Also use rgb(114,158,179) instead hex code.

Text Font Color

.myTextColor { color: #729EB3; }

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

This text font color is #729EB3.


Background Color

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

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

This div background color is #729EB3.


Border color

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

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

This div border color is #729EB3.


Opacity

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

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

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

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

This text has shadow with #729EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729EB3 on black background.


Color preview on white background

This text has color #729EB3 on white background.



Black color preview on #729EB3 background

This text has black color on #729EB3 background.


White color preview on #729EB3 background

This text has white color on #729EB3 background.