COLOR #736991

HEX: #736991
RGB: (115,105,145)

Color info

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

RGB color model

#736991 color RGB value is (115,105,145).

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

RGB channels and saturation

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

115
105
145

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 145 = 365 (100%)
R 115 of 365 ~ 31.51%
G 105 of 365 ~ 28.77%
B 145 of 365 ~ 39.73%

%31.51
%28.77
%39.73

CMYK color model

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

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

CMYK percentages

%20.69
%27.59
%0
%43.14

Codes

Color #736991 in popluar color models

736991
RGB115105145
HSL255°16.00%49.02%
HSB/HSV255°27.59%56.86%
CMYK20.69%27.59%0.00%
43.14%

Color #736991 in popluar number systems.

HEX736991
Decimal115105145
Binary1110011110100110010001
Octal163151221

Shades and tints

Shades of #736991

#736991
(115,105,145)
#696084
(105,96,132)
#5F5777
(95,87,119)
#554E6A
(85,78,106)
#4B455D
(75,69,93)
#413C50
(65,60,80)
#373343
(55,51,67)
#2D2A36
(45,42,54)
#232129
(35,33,41)
#19181C
(25,24,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #736991

#736991
(115,105,145)
#7F769B
(127,118,155)
#8B83A5
(139,131,165)
#9790AF
(151,144,175)
#A39DB9
(163,157,185)
#AFAAC3
(175,170,195)
#BBB7CD
(187,183,205)
#C7C4D7
(199,196,215)
#D3D1E1
(211,209,225)
#DFDEEB
(223,222,235)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736991; }

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

This text font color is #736991.


Background Color

.myBgColor { background-color: #736991; }

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

This div background color is #736991.


Border color

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

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

This div border color is #736991.


Opacity

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

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

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

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

This text has shadow with #736991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736991 on black background.


Color preview on white background

This text has color #736991 on white background.



Black color preview on #736991 background

This text has black color on #736991 background.


White color preview on #736991 background

This text has white color on #736991 background.