COLOR #736D9A

HEX: #736D9A
RGB: (115,109,154)

Color info

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

RGB color model

#736D9A color RGB value is (115,109,154).

  • red value is 115;
  • green value is 109;
  • blue value is 154.
RGB:
(115,109,154)
(45%,43%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 154 of 255 = 60%

115
109
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 154 = 378 (100%)
R 115 of 378 ~ 30.42%
G 109 of 378 ~ 28.84%
B 154 of 378 ~ 40.74%

%30.42
%28.84
%40.74

CMYK color model

#736D9A color CMYK value is (25,29,0,40).

  • cyan value is 25.32%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(25,29,0,40)
C25M29Y0K40 
(25%,29%,0%,40%)
(0.25/0.29/0.00/0.40)	

CMYK percentages

%25.32
%29.22
%0
%39.61

Codes

Color #736D9A in popluar color models

736D9A
RGB115109154
HSL248°18.22%51.57%
HSB/HSV248°29.22%60.39%
CMYK25.32%29.22%0.00%
39.61%

Color #736D9A in popluar number systems.

HEX736D9A
Decimal115109154
Binary1110011110110110011010
Octal163155232

Shades and tints

Shades of #736D9A

#736D9A
(115,109,154)
#69648C
(105,100,140)
#5F5B7E
(95,91,126)
#555270
(85,82,112)
#4B4962
(75,73,98)
#414054
(65,64,84)
#373746
(55,55,70)
#2D2E38
(45,46,56)
#23252A
(35,37,42)
#191C1C
(25,28,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #736D9A

#736D9A
(115,109,154)
#7F7AA3
(127,122,163)
#8B87AC
(139,135,172)
#9794B5
(151,148,181)
#A3A1BE
(163,161,190)
#AFAEC7
(175,174,199)
#BBBBD0
(187,187,208)
#C7C8D9
(199,200,217)
#D3D5E2
(211,213,226)
#DFE2EB
(223,226,235)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736D9A color. Also use rgb(115,109,154) instead hex code.

Text Font Color

.myTextColor { color: #736D9A; }

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

This text font color is #736D9A.


Background Color

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

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

This div background color is #736D9A.


Border color

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

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

This div border color is #736D9A.


Opacity

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

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

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

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

This text has shadow with #736D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D9A on black background.


Color preview on white background

This text has color #736D9A on white background.



Black color preview on #736D9A background

This text has black color on #736D9A background.


White color preview on #736D9A background

This text has white color on #736D9A background.