COLOR #736C8D

HEX: #736C8D
RGB: (115,108,141)

Color info

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

RGB color model

#736C8D color RGB value is (115,108,141).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 141 of 255 = 55%

115
108
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 141 = 364 (100%)
R 115 of 364 ~ 31.59%
G 108 of 364 ~ 29.67%
B 141 of 364 ~ 38.74%

%31.59
%29.67
%38.74

CMYK color model

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

  • cyan value is 18.44%
  • magenta value is 23.40%
  • 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
%23.4
%0
%44.71

Codes

Color #736C8D in popluar color models

736C8D
RGB115108141
HSL253°13.25%48.82%
HSB/HSV253°23.40%55.29%
CMYK18.44%23.40%0.00%
44.71%

Color #736C8D in popluar number systems.

HEX736C8D
Decimal115108141
Binary1110011110110010001101
Octal163154215

Shades and tints

Shades of #736C8D

#736C8D
(115,108,141)
#696381
(105,99,129)
#5F5A75
(95,90,117)
#555169
(85,81,105)
#4B485D
(75,72,93)
#413F51
(65,63,81)
#373645
(55,54,69)
#2D2D39
(45,45,57)
#23242D
(35,36,45)
#191B21
(25,27,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #736C8D

#736C8D
(115,108,141)
#7F7997
(127,121,151)
#8B86A1
(139,134,161)
#9793AB
(151,147,171)
#A3A0B5
(163,160,181)
#AFADBF
(175,173,191)
#BBBAC9
(187,186,201)
#C7C7D3
(199,199,211)
#D3D4DD
(211,212,221)
#DFE1E7
(223,225,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C8D; }

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

This text font color is #736C8D.


Background Color

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

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

This div background color is #736C8D.


Border color

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

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

This div border color is #736C8D.


Opacity

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

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

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

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

This text has shadow with #736C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C8D on black background.


Color preview on white background

This text has color #736C8D on white background.



Black color preview on #736C8D background

This text has black color on #736C8D background.


White color preview on #736C8D background

This text has white color on #736C8D background.