COLOR #727388

HEX: #727388
RGB: (114,115,136)

Color info

#727388 contains red, green and blue colors in about the same proportion. Web safe color of #727388 is #666699 (or #669).

RGB color model

#727388 color RGB value is (114,115,136).

  • red value is 114;
  • green value is 115;
  • blue value is 136.
RGB:
(114,115,136)
(45%,45%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 136 of 255 = 53%

114
115
136

R + G + B ~ 48%. #727388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 136 = 365 (100%)
R 114 of 365 ~ 31.23%
G 115 of 365 ~ 31.51%
B 136 of 365 ~ 37.26%

%31.23
%31.51
%37.26

CMYK color model

#727388 color CMYK value is (16,15,0,47).

  • cyan value is 16.18%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,15,0,47)
C16M15Y0K47 
(16%,15%,0%,47%)
(0.16/0.15/0.00/0.47)	

CMYK percentages

%16.18
%15.44
%0
%46.67

Codes

Color #727388 in popluar color models

727388
RGB114115136
HSL237°8.80%49.02%
HSB/HSV237°16.18%53.33%
CMYK16.18%15.44%0.00%
46.67%

Color #727388 in popluar number systems.

HEX727388
Decimal114115136
Binary1110010111001110001000
Octal162163210

Shades and tints

Shades of #727388

#727388
(114,115,136)
#68697C
(104,105,124)
#5E5F70
(94,95,112)
#545564
(84,85,100)
#4A4B58
(74,75,88)
#40414C
(64,65,76)
#363740
(54,55,64)
#2C2D34
(44,45,52)
#222328
(34,35,40)
#18191C
(24,25,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #727388

#727388
(114,115,136)
#7E7F92
(126,127,146)
#8A8B9C
(138,139,156)
#9697A6
(150,151,166)
#A2A3B0
(162,163,176)
#AEAFBA
(174,175,186)
#BABBC4
(186,187,196)
#C6C7CE
(198,199,206)
#D2D3D8
(210,211,216)
#DEDFE2
(222,223,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727388 color. Also use rgb(114,115,136) instead hex code.

Text Font Color

.myTextColor { color: #727388; }

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

This text font color is #727388.


Background Color

.myBgColor { background-color: #727388; }

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

This div background color is #727388.


Border color

.myBorderColor { border: 1px solid #727388; }

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

This div border color is #727388.


Opacity

.myOpacity80 { color: #727388; opacity: 0.8; }

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

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

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

This text has shadow with #727388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727388 on black background.


Color preview on white background

This text has color #727388 on white background.



Black color preview on #727388 background

This text has black color on #727388 background.


White color preview on #727388 background

This text has white color on #727388 background.