COLOR #737DA9

HEX: #737DA9
RGB: (115,125,169)

Color info

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

RGB color model

#737DA9 color RGB value is (115,125,169).

  • red value is 115;
  • green value is 125;
  • blue value is 169.
RGB:
(115,125,169)
(45%,49%,66%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 169 of 255 = 66%

115
125
169

R + G + B ~ 53%. #737DA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 169 = 409 (100%)
R 115 of 409 ~ 28.12%
G 125 of 409 ~ 30.56%
B 169 of 409 ~ 41.32%

%28.12
%30.56
%41.32

CMYK color model

#737DA9 color CMYK value is (32,26,0,34).

  • cyan value is 31.95%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(32,26,0,34)
C32M26Y0K34 
(32%,26%,0%,34%)
(0.32/0.26/0.00/0.34)	

CMYK percentages

%31.95
%26.04
%0
%33.73

Codes

Color #737DA9 in popluar color models

737DA9
RGB115125169
HSL229°23.89%55.69%
HSB/HSV229°31.95%66.27%
CMYK31.95%26.04%0.00%
33.73%

Color #737DA9 in popluar number systems.

HEX737DA9
Decimal115125169
Binary1110011111110110101001
Octal163175251

Shades and tints

Shades of #737DA9

#737DA9
(115,125,169)
#69729A
(105,114,154)
#5F678B
(95,103,139)
#555C7C
(85,92,124)
#4B516D
(75,81,109)
#41465E
(65,70,94)
#373B4F
(55,59,79)
#2D3040
(45,48,64)
#232531
(35,37,49)
#191A22
(25,26,34)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #737DA9

#737DA9
(115,125,169)
#7F88B0
(127,136,176)
#8B93B7
(139,147,183)
#979EBE
(151,158,190)
#A3A9C5
(163,169,197)
#AFB4CC
(175,180,204)
#BBBFD3
(187,191,211)
#C7CADA
(199,202,218)
#D3D5E1
(211,213,225)
#DFE0E8
(223,224,232)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737DA9 color. Also use rgb(115,125,169) instead hex code.

Text Font Color

.myTextColor { color: #737DA9; }

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

This text font color is #737DA9.


Background Color

.myBgColor { background-color: #737DA9; }

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

This div background color is #737DA9.


Border color

.myBorderColor { border: 1px solid #737DA9; }

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

This div border color is #737DA9.


Opacity

.myOpacity80 { color: #737DA9; opacity: 0.8; }

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

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

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

This text has shadow with #737DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737DA9 on black background.


Color preview on white background

This text has color #737DA9 on white background.



Black color preview on #737DA9 background

This text has black color on #737DA9 background.


White color preview on #737DA9 background

This text has white color on #737DA9 background.