COLOR #736D8D

HEX: #736D8D
RGB: (115,109,141)

Color info

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

RGB color model

#736D8D color RGB value is (115,109,141).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 141 of 255 = 55%

115
109
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 141 = 365 (100%)
R 115 of 365 ~ 31.51%
G 109 of 365 ~ 29.86%
B 141 of 365 ~ 38.63%

%31.51
%29.86
%38.63

CMYK color model

#736D8D color CMYK value is (18,23,0,45).

  • cyan value is 18.44%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,23,0,45)
C18M23Y0K45 
(18%,23%,0%,45%)
(0.18/0.23/0.00/0.45)	

CMYK percentages

%18.44
%22.7
%0
%44.71

Codes

Color #736D8D in popluar color models

736D8D
RGB115109141
HSL251°12.80%49.02%
HSB/HSV251°22.70%55.29%
CMYK18.44%22.70%0.00%
44.71%

Color #736D8D in popluar number systems.

HEX736D8D
Decimal115109141
Binary1110011110110110001101
Octal163155215

Shades and tints

Shades of #736D8D

#736D8D
(115,109,141)
#696481
(105,100,129)
#5F5B75
(95,91,117)
#555269
(85,82,105)
#4B495D
(75,73,93)
#414051
(65,64,81)
#373745
(55,55,69)
#2D2E39
(45,46,57)
#23252D
(35,37,45)
#191C21
(25,28,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #736D8D

#736D8D
(115,109,141)
#7F7A97
(127,122,151)
#8B87A1
(139,135,161)
#9794AB
(151,148,171)
#A3A1B5
(163,161,181)
#AFAEBF
(175,174,191)
#BBBBC9
(187,187,201)
#C7C8D3
(199,200,211)
#D3D5DD
(211,213,221)
#DFE2E7
(223,226,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D8D; }

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

This text font color is #736D8D.


Background Color

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

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

This div background color is #736D8D.


Border color

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

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

This div border color is #736D8D.


Opacity

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

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

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

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

This text has shadow with #736D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D8D on black background.


Color preview on white background

This text has color #736D8D on white background.



Black color preview on #736D8D background

This text has black color on #736D8D background.


White color preview on #736D8D background

This text has white color on #736D8D background.