COLOR #736C82

HEX: #736C82
RGB: (115,108,130)

Color info

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

RGB color model

#736C82 color RGB value is (115,108,130).

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

RGB channels and saturation

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

115
108
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 130 = 353 (100%)
R 115 of 353 ~ 32.58%
G 108 of 353 ~ 30.59%
B 130 of 353 ~ 36.83%

%32.58
%30.59
%36.83

CMYK color model

#736C82 color CMYK value is (12,17,0,49).

  • cyan value is 11.54%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,17,0,49)
C12M17Y0K49 
(12%,17%,0%,49%)
(0.12/0.17/0.00/0.49)	

CMYK percentages

%11.54
%16.92
%0
%49.02

Codes

Color #736C82 in popluar color models

736C82
RGB115108130
HSL259°9.24%46.67%
HSB/HSV259°16.92%50.98%
CMYK11.54%16.92%0.00%
49.02%

Color #736C82 in popluar number systems.

HEX736C82
Decimal115108130
Binary1110011110110010000010
Octal163154202

Shades and tints

Shades of #736C82

#736C82
(115,108,130)
#696377
(105,99,119)
#5F5A6C
(95,90,108)
#555161
(85,81,97)
#4B4856
(75,72,86)
#413F4B
(65,63,75)
#373640
(55,54,64)
#2D2D35
(45,45,53)
#23242A
(35,36,42)
#191B1F
(25,27,31)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #736C82

#736C82
(115,108,130)
#7F798D
(127,121,141)
#8B8698
(139,134,152)
#9793A3
(151,147,163)
#A3A0AE
(163,160,174)
#AFADB9
(175,173,185)
#BBBAC4
(187,186,196)
#C7C7CF
(199,199,207)
#D3D4DA
(211,212,218)
#DFE1E5
(223,225,229)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C82; }

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

This text font color is #736C82.


Background Color

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

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

This div background color is #736C82.


Border color

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

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

This div border color is #736C82.


Opacity

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

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

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

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

This text has shadow with #736C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C82 on black background.


Color preview on white background

This text has color #736C82 on white background.



Black color preview on #736C82 background

This text has black color on #736C82 background.


White color preview on #736C82 background

This text has white color on #736C82 background.