COLOR #737383

HEX: #737383
RGB: (115,115,131)

Color info

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

RGB color model

#737383 color RGB value is (115,115,131).

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

RGB channels and saturation

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

115
115
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 131 = 361 (100%)
R 115 of 361 ~ 31.86%
G 115 of 361 ~ 31.86%
B 131 of 361 ~ 36.29%

%31.86
%31.86
%36.29

CMYK color model

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

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

CMYK percentages

%12.21
%12.21
%0
%48.63

Codes

Color #737383 in popluar color models

737383
RGB115115131
HSL240°6.50%48.24%
HSB/HSV240°12.21%51.37%
CMYK12.21%12.21%0.00%
48.63%

Color #737383 in popluar number systems.

HEX737383
Decimal115115131
Binary1110011111001110000011
Octal163163203

Shades and tints

Shades of #737383

#737383
(115,115,131)
#696978
(105,105,120)
#5F5F6D
(95,95,109)
#555562
(85,85,98)
#4B4B57
(75,75,87)
#41414C
(65,65,76)
#373741
(55,55,65)
#2D2D36
(45,45,54)
#23232B
(35,35,43)
#191920
(25,25,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #737383

#737383
(115,115,131)
#7F7F8E
(127,127,142)
#8B8B99
(139,139,153)
#9797A4
(151,151,164)
#A3A3AF
(163,163,175)
#AFAFBA
(175,175,186)
#BBBBC5
(187,187,197)
#C7C7D0
(199,199,208)
#D3D3DB
(211,211,219)
#DFDFE6
(223,223,230)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737383; }

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

This text font color is #737383.


Background Color

.myBgColor { background-color: #737383; }

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

This div background color is #737383.


Border color

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

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

This div border color is #737383.


Opacity

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

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

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

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

This text has shadow with #737383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737383 on black background.


Color preview on white background

This text has color #737383 on white background.



Black color preview on #737383 background

This text has black color on #737383 background.


White color preview on #737383 background

This text has white color on #737383 background.