COLOR #736B81

HEX: #736B81
RGB: (115,107,129)

Color info

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

RGB color model

#736B81 color RGB value is (115,107,129).

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

RGB channels and saturation

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

115
107
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 129 = 351 (100%)
R 115 of 351 ~ 32.76%
G 107 of 351 ~ 30.48%
B 129 of 351 ~ 36.75%

%32.76
%30.48
%36.75

CMYK color model

#736B81 color CMYK value is (11,17,0,49).

  • cyan value is 10.85%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(11,17,0,49)
C11M17Y0K49 
(11%,17%,0%,49%)
(0.11/0.17/0.00/0.49)	

CMYK percentages

%10.85
%17.05
%0
%49.41

Codes

Color #736B81 in popluar color models

736B81
RGB115107129
HSL262°9.32%46.27%
HSB/HSV262°17.05%50.59%
CMYK10.85%17.05%0.00%
49.41%

Color #736B81 in popluar number systems.

HEX736B81
Decimal115107129
Binary1110011110101110000001
Octal163153201

Shades and tints

Shades of #736B81

#736B81
(115,107,129)
#696276
(105,98,118)
#5F596B
(95,89,107)
#555060
(85,80,96)
#4B4755
(75,71,85)
#413E4A
(65,62,74)
#37353F
(55,53,63)
#2D2C34
(45,44,52)
#232329
(35,35,41)
#191A1E
(25,26,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #736B81

#736B81
(115,107,129)
#7F788C
(127,120,140)
#8B8597
(139,133,151)
#9792A2
(151,146,162)
#A39FAD
(163,159,173)
#AFACB8
(175,172,184)
#BBB9C3
(187,185,195)
#C7C6CE
(199,198,206)
#D3D3D9
(211,211,217)
#DFE0E4
(223,224,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B81; }

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

This text font color is #736B81.


Background Color

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

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

This div background color is #736B81.


Border color

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

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

This div border color is #736B81.


Opacity

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

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

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

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

This text has shadow with #736B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B81 on black background.


Color preview on white background

This text has color #736B81 on white background.



Black color preview on #736B81 background

This text has black color on #736B81 background.


White color preview on #736B81 background

This text has white color on #736B81 background.