COLOR #736D8E

HEX: #736D8E
RGB: (115,109,142)

Color info

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

RGB color model

#736D8E color RGB value is (115,109,142).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 142 of 255 = 56%

115
109
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 142 = 366 (100%)
R 115 of 366 ~ 31.42%
G 109 of 366 ~ 29.78%
B 142 of 366 ~ 38.8%

%31.42
%29.78
%38.8

CMYK color model

#736D8E color CMYK value is (19,23,0,44).

  • cyan value is 19.01%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(19,23,0,44)
C19M23Y0K44 
(19%,23%,0%,44%)
(0.19/0.23/0.00/0.44)	

CMYK percentages

%19.01
%23.24
%0
%44.31

Codes

Color #736D8E in popluar color models

736D8E
RGB115109142
HSL251°13.15%49.22%
HSB/HSV251°23.24%55.69%
CMYK19.01%23.24%0.00%
44.31%

Color #736D8E in popluar number systems.

HEX736D8E
Decimal115109142
Binary1110011110110110001110
Octal163155216

Shades and tints

Shades of #736D8E

#736D8E
(115,109,142)
#696482
(105,100,130)
#5F5B76
(95,91,118)
#55526A
(85,82,106)
#4B495E
(75,73,94)
#414052
(65,64,82)
#373746
(55,55,70)
#2D2E3A
(45,46,58)
#23252E
(35,37,46)
#191C22
(25,28,34)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #736D8E

#736D8E
(115,109,142)
#7F7A98
(127,122,152)
#8B87A2
(139,135,162)
#9794AC
(151,148,172)
#A3A1B6
(163,161,182)
#AFAEC0
(175,174,192)
#BBBBCA
(187,187,202)
#C7C8D4
(199,200,212)
#D3D5DE
(211,213,222)
#DFE2E8
(223,226,232)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D8E; }

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

This text font color is #736D8E.


Background Color

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

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

This div background color is #736D8E.


Border color

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

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

This div border color is #736D8E.


Opacity

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

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

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

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

This text has shadow with #736D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D8E on black background.


Color preview on white background

This text has color #736D8E on white background.



Black color preview on #736D8E background

This text has black color on #736D8E background.


White color preview on #736D8E background

This text has white color on #736D8E background.