COLOR #737DA4

HEX: #737DA4 RGB: (115,125,164)

Color info

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

RGB color model

#737DA4 color RGB value is (115,125,164).

RGB: (115,125,164) (45%, 49%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 164 of 255 = 64%

115
125
164

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

Portions of RGB colors in percentages

R + G + B = 115 + 125 + 164 = 404 (100%)
R 115 of 404 ~ 28.47%
G 125 of 404 ~ 30.94%
B 164 of 404 ~ 40.59'%

%28.47
%30.94
%40.59

CMYK color model

#737DA4 color CMYK value is (30,24,0,36).

  • cyan value is 29.88%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (30,24,0,36) C30M24Y0K36 (30%,24%,0%,36%) (0.30/0.24/0.00/0.36) 

CMYK percentages

%29.88
%23.78
%0
%35.69

Codes

Color #737DA4 in popluar color models

73 7D A4
RGB 115 125 164
HSL 228° 21.21% 54.71%
HSB/HSV 228° 29.88% 64.31%
CMYK 29.88% 23.78% 0.00%
35.69%

Color #737DA4 in popluar number systems.

HEX 73 7D A4
Decimal 115 125 164
Binary 1110011 1111101 10100100
Octal 163 175 244

Shades and tints

Shades of #737DA4

#737DA4
(115,125,164)
#697296
(105,114,150)
#5F6788
(95,103,136)
#555C7A
(85,92,122)
#4B516C
(75,81,108)
#41465E
(65,70,94)
#373B50
(55,59,80)
#2D3042
(45,48,66)
#232534
(35,37,52)
#191A26
(25,26,38)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #737DA4

#737DA4
(115,125,164)
#7F88AC
(127,136,172)
#8B93B4
(139,147,180)
#979EBC
(151,158,188)
#A3A9C4
(163,169,196)
#AFB4CC
(175,180,204)
#BBBFD4
(187,191,212)
#C7CADC
(199,202,220)
#D3D5E4
(211,213,228)
#DFE0EC
(223,224,236)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737DA4; }

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

This text font color is #737DA4.

Background Color

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

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

This div background color is #737DA4.

Border color

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

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

This div border color is #737DA4.

Opacity

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

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

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

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

This text has shadow with #737DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737DA4.

Preview

Color preview on black background

This text has color #737DA4 on black background.


Color preview on white background

This text has color #737DA4 on white background.


Black color preview on #737DA4 background

This text has black color on #737DA4 background.


White color preview on #737DA4 background

This text has white color on #737DA4 background.


Related colors

Complementary color

Complementary color for #hex is #8C825B.


I love getcolorcode.com

Triadic colors

1 #A4737D and #7DA473 with #737DA4 are triadic colors.

2 #A47D73 and #7D73A4 with #737DA4 are triadic colors.