COLOR #736B82

HEX: #736B82
RGB: (115,107,130)

Color info

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

RGB color model

#736B82 color RGB value is (115,107,130).

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

RGB channels and saturation

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

115
107
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 130 = 352 (100%)
R 115 of 352 ~ 32.67%
G 107 of 352 ~ 30.4%
B 130 of 352 ~ 36.93%

%32.67
%30.4
%36.93

CMYK color model

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

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

CMYK percentages

%11.54
%17.69
%0
%49.02

Codes

Color #736B82 in popluar color models

736B82
RGB115107130
HSL261°9.70%46.47%
HSB/HSV261°17.69%50.98%
CMYK11.54%17.69%0.00%
49.02%

Color #736B82 in popluar number systems.

HEX736B82
Decimal115107130
Binary1110011110101110000010
Octal163153202

Shades and tints

Shades of #736B82

#736B82
(115,107,130)
#696277
(105,98,119)
#5F596C
(95,89,108)
#555061
(85,80,97)
#4B4756
(75,71,86)
#413E4B
(65,62,75)
#373540
(55,53,64)
#2D2C35
(45,44,53)
#23232A
(35,35,42)
#191A1F
(25,26,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #736B82

#736B82
(115,107,130)
#7F788D
(127,120,141)
#8B8598
(139,133,152)
#9792A3
(151,146,163)
#A39FAE
(163,159,174)
#AFACB9
(175,172,185)
#BBB9C4
(187,185,196)
#C7C6CF
(199,198,207)
#D3D3DA
(211,211,218)
#DFE0E5
(223,224,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B82; }

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

This text font color is #736B82.


Background Color

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

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

This div background color is #736B82.


Border color

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

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

This div border color is #736B82.


Opacity

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

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

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

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

This text has shadow with #736B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B82 on black background.


Color preview on white background

This text has color #736B82 on white background.



Black color preview on #736B82 background

This text has black color on #736B82 background.


White color preview on #736B82 background

This text has white color on #736B82 background.