COLOR #737385

HEX: #737385
RGB: (115,115,133)

Color info

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

RGB color model

#737385 color RGB value is (115,115,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 133 of 255 = 52%

115
115
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 133 = 363 (100%)
R 115 of 363 ~ 31.68%
G 115 of 363 ~ 31.68%
B 133 of 363 ~ 36.64%

%31.68
%31.68
%36.64

CMYK color model

#737385 color CMYK value is (14,14,0,48).

  • cyan value is 13.53%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,14,0,48)
C14M14Y0K48 
(14%,14%,0%,48%)
(0.14/0.14/0.00/0.48)	

CMYK percentages

%13.53
%13.53
%0
%47.84

Codes

Color #737385 in popluar color models

737385
RGB115115133
HSL240°7.26%48.63%
HSB/HSV240°13.53%52.16%
CMYK13.53%13.53%0.00%
47.84%

Color #737385 in popluar number systems.

HEX737385
Decimal115115133
Binary1110011111001110000101
Octal163163205

Shades and tints

Shades of #737385

#737385
(115,115,133)
#696979
(105,105,121)
#5F5F6D
(95,95,109)
#555561
(85,85,97)
#4B4B55
(75,75,85)
#414149
(65,65,73)
#37373D
(55,55,61)
#2D2D31
(45,45,49)
#232325
(35,35,37)
#191919
(25,25,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #737385

#737385
(115,115,133)
#7F7F90
(127,127,144)
#8B8B9B
(139,139,155)
#9797A6
(151,151,166)
#A3A3B1
(163,163,177)
#AFAFBC
(175,175,188)
#BBBBC7
(187,187,199)
#C7C7D2
(199,199,210)
#D3D3DD
(211,211,221)
#DFDFE8
(223,223,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737385; }

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

This text font color is #737385.


Background Color

.myBgColor { background-color: #737385; }

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

This div background color is #737385.


Border color

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

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

This div border color is #737385.


Opacity

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

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

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

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

This text has shadow with #737385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737385 on black background.


Color preview on white background

This text has color #737385 on white background.



Black color preview on #737385 background

This text has black color on #737385 background.


White color preview on #737385 background

This text has white color on #737385 background.