COLOR #737883

HEX: #737883
RGB: (115,120,131)

Color info

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

RGB color model

#737883 color RGB value is (115,120,131).

  • red value is 115;
  • green value is 120;
  • blue value is 131.
RGB:
(115,120,131)
(45%,47%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 131 of 255 = 51%

115
120
131

R + G + B ~ 48%. #737883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 131 = 366 (100%)
R 115 of 366 ~ 31.42%
G 120 of 366 ~ 32.79%
B 131 of 366 ~ 35.79%

%31.42
%32.79
%35.79

CMYK color model

#737883 color CMYK value is (12,8,0,49).

  • cyan value is 12.21%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(12,8,0,49)
C12M8Y0K49 
(12%,8%,0%,49%)
(0.12/0.08/0.00/0.49)	

CMYK percentages

%12.21
%8.4
%0
%48.63

Codes

Color #737883 in popluar color models

737883
RGB115120131
HSL221°6.50%48.24%
HSB/HSV221°12.21%51.37%
CMYK12.21%8.40%0.00%
48.63%

Color #737883 in popluar number systems.

HEX737883
Decimal115120131
Binary1110011111100010000011
Octal163170203

Shades and tints

Shades of #737883

#737883
(115,120,131)
#696E78
(105,110,120)
#5F646D
(95,100,109)
#555A62
(85,90,98)
#4B5057
(75,80,87)
#41464C
(65,70,76)
#373C41
(55,60,65)
#2D3236
(45,50,54)
#23282B
(35,40,43)
#191E20
(25,30,32)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #737883

#737883
(115,120,131)
#7F848E
(127,132,142)
#8B9099
(139,144,153)
#979CA4
(151,156,164)
#A3A8AF
(163,168,175)
#AFB4BA
(175,180,186)
#BBC0C5
(187,192,197)
#C7CCD0
(199,204,208)
#D3D8DB
(211,216,219)
#DFE4E6
(223,228,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737883; }

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

This text font color is #737883.


Background Color

.myBgColor { background-color: #737883; }

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

This div background color is #737883.


Border color

.myBorderColor { border: 1px solid #737883; }

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

This div border color is #737883.


Opacity

.myOpacity80 { color: #737883; opacity: 0.8; }

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

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

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

This text has shadow with #737883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737883 on black background.


Color preview on white background

This text has color #737883 on white background.



Black color preview on #737883 background

This text has black color on #737883 background.


White color preview on #737883 background

This text has white color on #737883 background.