COLOR #736B83

HEX: #736B83
RGB: (115,107,131)

Color info

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

RGB color model

#736B83 color RGB value is (115,107,131).

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

RGB channels and saturation

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

115
107
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 131 = 353 (100%)
R 115 of 353 ~ 32.58%
G 107 of 353 ~ 30.31%
B 131 of 353 ~ 37.11%

%32.58
%30.31
%37.11

CMYK color model

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

  • cyan value is 12.21%
  • magenta value is 18.32%
  • 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
%18.32
%0
%48.63

Codes

Color #736B83 in popluar color models

736B83
RGB115107131
HSL260°10.08%46.67%
HSB/HSV260°18.32%51.37%
CMYK12.21%18.32%0.00%
48.63%

Color #736B83 in popluar number systems.

HEX736B83
Decimal115107131
Binary1110011110101110000011
Octal163153203

Shades and tints

Shades of #736B83

#736B83
(115,107,131)
#696278
(105,98,120)
#5F596D
(95,89,109)
#555062
(85,80,98)
#4B4757
(75,71,87)
#413E4C
(65,62,76)
#373541
(55,53,65)
#2D2C36
(45,44,54)
#23232B
(35,35,43)
#191A20
(25,26,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #736B83

#736B83
(115,107,131)
#7F788E
(127,120,142)
#8B8599
(139,133,153)
#9792A4
(151,146,164)
#A39FAF
(163,159,175)
#AFACBA
(175,172,186)
#BBB9C5
(187,185,197)
#C7C6D0
(199,198,208)
#D3D3DB
(211,211,219)
#DFE0E6
(223,224,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B83; }

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

This text font color is #736B83.


Background Color

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

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

This div background color is #736B83.


Border color

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

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

This div border color is #736B83.


Opacity

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

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

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

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

This text has shadow with #736B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B83 on black background.


Color preview on white background

This text has color #736B83 on white background.



Black color preview on #736B83 background

This text has black color on #736B83 background.


White color preview on #736B83 background

This text has white color on #736B83 background.