COLOR #736F87

HEX: #736F87
RGB: (115,111,135)

Color info

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

RGB color model

#736F87 color RGB value is (115,111,135).

  • red value is 115;
  • green value is 111;
  • blue value is 135.
RGB:
(115,111,135)
(45%,44%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 135 of 255 = 53%

115
111
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 135 = 361 (100%)
R 115 of 361 ~ 31.86%
G 111 of 361 ~ 30.75%
B 135 of 361 ~ 37.4%

%31.86
%30.75
%37.4

CMYK color model

#736F87 color CMYK value is (15,18,0,47).

  • cyan value is 14.81%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(15,18,0,47)
C15M18Y0K47 
(15%,18%,0%,47%)
(0.15/0.18/0.00/0.47)	

CMYK percentages

%14.81
%17.78
%0
%47.06

Codes

Color #736F87 in popluar color models

736F87
RGB115111135
HSL250°9.76%48.24%
HSB/HSV250°17.78%52.94%
CMYK14.81%17.78%0.00%
47.06%

Color #736F87 in popluar number systems.

HEX736F87
Decimal115111135
Binary1110011110111110000111
Octal163157207

Shades and tints

Shades of #736F87

#736F87
(115,111,135)
#69657B
(105,101,123)
#5F5B6F
(95,91,111)
#555163
(85,81,99)
#4B4757
(75,71,87)
#413D4B
(65,61,75)
#37333F
(55,51,63)
#2D2933
(45,41,51)
#231F27
(35,31,39)
#19151B
(25,21,27)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #736F87

#736F87
(115,111,135)
#7F7C91
(127,124,145)
#8B899B
(139,137,155)
#9796A5
(151,150,165)
#A3A3AF
(163,163,175)
#AFB0B9
(175,176,185)
#BBBDC3
(187,189,195)
#C7CACD
(199,202,205)
#D3D7D7
(211,215,215)
#DFE4E1
(223,228,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736F87 color. Also use rgb(115,111,135) instead hex code.

Text Font Color

.myTextColor { color: #736F87; }

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

This text font color is #736F87.


Background Color

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

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

This div background color is #736F87.


Border color

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

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

This div border color is #736F87.


Opacity

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

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

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

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

This text has shadow with #736F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F87 on black background.


Color preview on white background

This text has color #736F87 on white background.



Black color preview on #736F87 background

This text has black color on #736F87 background.


White color preview on #736F87 background

This text has white color on #736F87 background.