COLOR #736992

HEX: #736992
RGB: (115,105,146)

Color info

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

RGB color model

#736992 color RGB value is (115,105,146).

  • red value is 115;
  • green value is 105;
  • blue value is 146.
RGB:
(115,105,146)
(45%,41%,57%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 146 of 255 = 57%

115
105
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 146 = 366 (100%)
R 115 of 366 ~ 31.42%
G 105 of 366 ~ 28.69%
B 146 of 366 ~ 39.89%

%31.42
%28.69
%39.89

CMYK color model

#736992 color CMYK value is (21,28,0,43).

  • cyan value is 21.23%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,28,0,43)
C21M28Y0K43 
(21%,28%,0%,43%)
(0.21/0.28/0.00/0.43)	

CMYK percentages

%21.23
%28.08
%0
%42.75

Codes

Color #736992 in popluar color models

736992
RGB115105146
HSL255°16.33%49.22%
HSB/HSV255°28.08%57.25%
CMYK21.23%28.08%0.00%
42.75%

Color #736992 in popluar number systems.

HEX736992
Decimal115105146
Binary1110011110100110010010
Octal163151222

Shades and tints

Shades of #736992

#736992
(115,105,146)
#696085
(105,96,133)
#5F5778
(95,87,120)
#554E6B
(85,78,107)
#4B455E
(75,69,94)
#413C51
(65,60,81)
#373344
(55,51,68)
#2D2A37
(45,42,55)
#23212A
(35,33,42)
#19181D
(25,24,29)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #736992

#736992
(115,105,146)
#7F769B
(127,118,155)
#8B83A4
(139,131,164)
#9790AD
(151,144,173)
#A39DB6
(163,157,182)
#AFAABF
(175,170,191)
#BBB7C8
(187,183,200)
#C7C4D1
(199,196,209)
#D3D1DA
(211,209,218)
#DFDEE3
(223,222,227)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736992 color. Also use rgb(115,105,146) instead hex code.

Text Font Color

.myTextColor { color: #736992; }

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

This text font color is #736992.


Background Color

.myBgColor { background-color: #736992; }

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

This div background color is #736992.


Border color

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

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

This div border color is #736992.


Opacity

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

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

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

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

This text has shadow with #736992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736992 on black background.


Color preview on white background

This text has color #736992 on white background.



Black color preview on #736992 background

This text has black color on #736992 background.


White color preview on #736992 background

This text has white color on #736992 background.