COLOR #736F83

HEX: #736F83 RGB: (115,111,131)

Color info

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

RGB color model

#736F83 color RGB value is (115,111,131).

RGB: (115,111,131) (45%, 44%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 131 of 255 = 51%

115
111
131

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 131 = 357 (100%)
R 115 of 357 ~ 32.21%
G 111 of 357 ~ 31.09%
B 131 of 357 ~ 36.69'%

%32.21
%31.09
%36.69

CMYK color model

#736F83 color CMYK value is (12,15,0,49).

  • cyan value is 12.21%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (12,15,0,49)
C12M15Y0K49 (12%, 15%, 0%, 49%)
(0.12 / 0.15 / 0.00 / 0.49)

CMYK percentages

%12.21
%15.27
%0
%48.63

Codes

Color #736F83 in popluar color models

73 6F 83
RGB 115 111 131
HSL 252° 8.26% 47.45%
HSB/HSV 252° 15.27% 51.37%
CMYK 12.21% 15.27% 0.00%
48.63%

Color #736F83 in popluar number systems.

HEX 73 6F 83
Decimal 115 111 131
Binary 1110011 1101111 10000011
Octal 163 157 203

Shades and tints

Shades of #736F83

#736F83
(115,111,131)
#696578
(105,101,120)
#5F5B6D
(95,91,109)
#555162
(85,81,98)
#4B4757
(75,71,87)
#413D4C
(65,61,76)
#373341
(55,51,65)
#2D2936
(45,41,54)
#231F2B
(35,31,43)
#191520
(25,21,32)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #736F83

#736F83
(115,111,131)
#7F7C8E
(127,124,142)
#8B8999
(139,137,153)
#9796A4
(151,150,164)
#A3A3AF
(163,163,175)
#AFB0BA
(175,176,186)
#BBBDC5
(187,189,197)
#C7CAD0
(199,202,208)
#D3D7DB
(211,215,219)
#DFE4E6
(223,228,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F83; }

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

This text font color is #736F83.

Background Color

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

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

This div background color is #736F83.

Border color

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

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

This div border color is #736F83.

Opacity

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

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

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

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

This text has shadow with #736F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F83.

Preview

Color preview on black background

This text has color #736F83 on black background.


Color preview on white background

This text has color #736F83 on white background.


Black color preview on #736F83 background

This text has black color on #736F83 background.


White color preview on #736F83 background

This text has white color on #736F83 background.


Related colors

Complementary color

Complementary color for #hex is #8C907C.


I love getcolorcode.com

Triadic colors

1 #83736F and #6F8373 with #736F83 are triadic colors.

2 #836F73 and #6F7383 with #736F83 are triadic colors.