COLOR #736C83

HEX: #736C83
RGB: (115,108,131)

Color info

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

RGB color model

#736C83 color RGB value is (115,108,131).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 131 of 255 = 51%

115
108
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 131 = 354 (100%)
R 115 of 354 ~ 32.49%
G 108 of 354 ~ 30.51%
B 131 of 354 ~ 37.01%

%32.49
%30.51
%37.01

CMYK color model

#736C83 color CMYK value is (12,18,0,49).

  • cyan value is 12.21%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(12,18,0,49)
C12M18Y0K49 
(12%,18%,0%,49%)
(0.12/0.18/0.00/0.49)	

CMYK percentages

%12.21
%17.56
%0
%48.63

Codes

Color #736C83 in popluar color models

736C83
RGB115108131
HSL258°9.62%46.86%
HSB/HSV258°17.56%51.37%
CMYK12.21%17.56%0.00%
48.63%

Color #736C83 in popluar number systems.

HEX736C83
Decimal115108131
Binary1110011110110010000011
Octal163154203

Shades and tints

Shades of #736C83

#736C83
(115,108,131)
#696378
(105,99,120)
#5F5A6D
(95,90,109)
#555162
(85,81,98)
#4B4857
(75,72,87)
#413F4C
(65,63,76)
#373641
(55,54,65)
#2D2D36
(45,45,54)
#23242B
(35,36,43)
#191B20
(25,27,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #736C83

#736C83
(115,108,131)
#7F798E
(127,121,142)
#8B8699
(139,134,153)
#9793A4
(151,147,164)
#A3A0AF
(163,160,175)
#AFADBA
(175,173,186)
#BBBAC5
(187,186,197)
#C7C7D0
(199,199,208)
#D3D4DB
(211,212,219)
#DFE1E6
(223,225,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C83; }

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

This text font color is #736C83.


Background Color

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

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

This div background color is #736C83.


Border color

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

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

This div border color is #736C83.


Opacity

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

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

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

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

This text has shadow with #736C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C83 on black background.


Color preview on white background

This text has color #736C83 on white background.



Black color preview on #736C83 background

This text has black color on #736C83 background.


White color preview on #736C83 background

This text has white color on #736C83 background.