COLOR #737882

HEX: #737882
RGB: (115,120,130)

Color info

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

RGB color model

#737882 color RGB value is (115,120,130).

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

RGB channels and saturation

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

115
120
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 130 = 365 (100%)
R 115 of 365 ~ 31.51%
G 120 of 365 ~ 32.88%
B 130 of 365 ~ 35.62%

%31.51
%32.88
%35.62

CMYK color model

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

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

CMYK percentages

%11.54
%7.69
%0
%49.02

Codes

Color #737882 in popluar color models

737882
RGB115120130
HSL220°6.12%48.04%
HSB/HSV220°11.54%50.98%
CMYK11.54%7.69%0.00%
49.02%

Color #737882 in popluar number systems.

HEX737882
Decimal115120130
Binary1110011111100010000010
Octal163170202

Shades and tints

Shades of #737882

#737882
(115,120,130)
#696E77
(105,110,119)
#5F646C
(95,100,108)
#555A61
(85,90,97)
#4B5056
(75,80,86)
#41464B
(65,70,75)
#373C40
(55,60,64)
#2D3235
(45,50,53)
#23282A
(35,40,42)
#191E1F
(25,30,31)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #737882

#737882
(115,120,130)
#7F848D
(127,132,141)
#8B9098
(139,144,152)
#979CA3
(151,156,163)
#A3A8AE
(163,168,174)
#AFB4B9
(175,180,185)
#BBC0C4
(187,192,196)
#C7CCCF
(199,204,207)
#D3D8DA
(211,216,218)
#DFE4E5
(223,228,229)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737882; }

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

This text font color is #737882.


Background Color

.myBgColor { background-color: #737882; }

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

This div background color is #737882.


Border color

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

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

This div border color is #737882.


Opacity

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

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

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

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

This text has shadow with #737882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737882 on black background.


Color preview on white background

This text has color #737882 on white background.



Black color preview on #737882 background

This text has black color on #737882 background.


White color preview on #737882 background

This text has white color on #737882 background.