COLOR #736E97

HEX: #736E97
RGB: (115,110,151)

Color info

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

RGB color model

#736E97 color RGB value is (115,110,151).

  • red value is 115;
  • green value is 110;
  • blue value is 151.
RGB:
(115,110,151)
(45%,43%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 151 of 255 = 59%

115
110
151

R + G + B ~ 49%. #736E97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 151 = 376 (100%)
R 115 of 376 ~ 30.59%
G 110 of 376 ~ 29.26%
B 151 of 376 ~ 40.16%

%30.59
%29.26
%40.16

CMYK color model

#736E97 color CMYK value is (24,27,0,41).

  • cyan value is 23.84%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(24,27,0,41)
C24M27Y0K41 
(24%,27%,0%,41%)
(0.24/0.27/0.00/0.41)	

CMYK percentages

%23.84
%27.15
%0
%40.78

Codes

Color #736E97 in popluar color models

736E97
RGB115110151
HSL247°16.47%51.18%
HSB/HSV247°27.15%59.22%
CMYK23.84%27.15%0.00%
40.78%

Color #736E97 in popluar number systems.

HEX736E97
Decimal115110151
Binary1110011110111010010111
Octal163156227

Shades and tints

Shades of #736E97

#736E97
(115,110,151)
#69648A
(105,100,138)
#5F5A7D
(95,90,125)
#555070
(85,80,112)
#4B4663
(75,70,99)
#413C56
(65,60,86)
#373249
(55,50,73)
#2D283C
(45,40,60)
#231E2F
(35,30,47)
#191422
(25,20,34)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #736E97

#736E97
(115,110,151)
#7F7BA0
(127,123,160)
#8B88A9
(139,136,169)
#9795B2
(151,149,178)
#A3A2BB
(163,162,187)
#AFAFC4
(175,175,196)
#BBBCCD
(187,188,205)
#C7C9D6
(199,201,214)
#D3D6DF
(211,214,223)
#DFE3E8
(223,227,232)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E97 color. Also use rgb(115,110,151) instead hex code.

Text Font Color

.myTextColor { color: #736E97; }

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

This text font color is #736E97.


Background Color

.myBgColor { background-color: #736E97; }

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

This div background color is #736E97.


Border color

.myBorderColor { border: 1px solid #736E97; }

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

This div border color is #736E97.


Opacity

.myOpacity80 { color: #736E97; opacity: 0.8; }

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

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

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

This text has shadow with #736E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736E97 on black background.


Color preview on white background

This text has color #736E97 on white background.



Black color preview on #736E97 background

This text has black color on #736E97 background.


White color preview on #736E97 background

This text has white color on #736E97 background.