COLOR #737382

HEX: #737382 RGB: (115,115,130)

Color info

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

RGB color model

#737382 color RGB value is (115,115,130).

RGB: (115,115,130) (45%, 45%, 51%)

RGB channels and saturation

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

115
115
130

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 130 = 360 (100%)
R 115 of 360 ~ 31.94%
G 115 of 360 ~ 31.94%
B 130 of 360 ~ 36.11'%

%31.94
%31.94
%36.11

CMYK color model

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

  • cyan value is 11.54%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (12,12,0,49)
C12M12Y0K49 (12%, 12%, 0%, 49%)
(0.12 / 0.12 / 0.00 / 0.49)

CMYK percentages

%11.54
%11.54
%0
%49.02

Codes

Color #737382 in popluar color models

73 73 82
RGB 115 115 130
HSL 240° 6.12% 48.04%
HSB/HSV 240° 11.54% 50.98%
CMYK 11.54% 11.54% 0.00%
49.02%

Color #737382 in popluar number systems.

HEX 73 73 82
Decimal 115 115 130
Binary 1110011 1110011 10000010
Octal 163 163 202

Shades and tints

Shades of #737382

#737382
(115,115,130)
#696977
(105,105,119)
#5F5F6C
(95,95,108)
#555561
(85,85,97)
#4B4B56
(75,75,86)
#41414B
(65,65,75)
#373740
(55,55,64)
#2D2D35
(45,45,53)
#23232A
(35,35,42)
#19191F
(25,25,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #737382

#737382
(115,115,130)
#7F7F8D
(127,127,141)
#8B8B98
(139,139,152)
#9797A3
(151,151,163)
#A3A3AE
(163,163,174)
#AFAFB9
(175,175,185)
#BBBBC4
(187,187,196)
#C7C7CF
(199,199,207)
#D3D3DA
(211,211,218)
#DFDFE5
(223,223,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737382; }

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

This text font color is #737382.

Background Color

.myBgColor { background-color: #737382; }

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

This div background color is #737382.

Border color

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

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

This div border color is #737382.

Opacity

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

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

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

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

This text has shadow with #737382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737382.

Preview

Color preview on black background

This text has color #737382 on black background.


Color preview on white background

This text has color #737382 on white background.


Black color preview on #737382 background

This text has black color on #737382 background.


White color preview on #737382 background

This text has white color on #737382 background.


Related colors

Complementary color

Complementary color for #hex is #8C8C7D.


I love getcolorcode.com