COLOR #737CA1

HEX: #737CA1 RGB: (115,124,161)

Color info

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

RGB color model

#737CA1 color RGB value is (115,124,161).

RGB: (115,124,161) (45%, 49%, 63%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 161 of 255 = 63%

115
124
161

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

Portions of RGB colors in percentages

R + G + B = 115 + 124 + 161 = 400 (100%)
R 115 of 400 ~ 28.75%
G 124 of 400 ~ 31%
B 161 of 400 ~ 40.25'%

%28.75
%31
%40.25

CMYK color model

#737CA1 color CMYK value is (29,23,0,37).

  • cyan value is 28.57%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (29,23,0,37)
C29M23Y0K37 (29%, 23%, 0%, 37%)
(0.29 / 0.23 / 0.00 / 0.37)

CMYK percentages

%28.57
%22.98
%0
%36.86

Codes

Color #737CA1 in popluar color models

73 7C A1
RGB 115 124 161
HSL 228° 19.66% 54.12%
HSB/HSV 228° 28.57% 63.14%
CMYK 28.57% 22.98% 0.00%
36.86%

Color #737CA1 in popluar number systems.

HEX 73 7C A1
Decimal 115 124 161
Binary 1110011 1111100 10100001
Octal 163 174 241

Shades and tints

Shades of #737CA1

#737CA1
(115,124,161)
#697193
(105,113,147)
#5F6685
(95,102,133)
#555B77
(85,91,119)
#4B5069
(75,80,105)
#41455B
(65,69,91)
#373A4D
(55,58,77)
#2D2F3F
(45,47,63)
#232431
(35,36,49)
#191923
(25,25,35)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #737CA1

#737CA1
(115,124,161)
#7F87A9
(127,135,169)
#8B92B1
(139,146,177)
#979DB9
(151,157,185)
#A3A8C1
(163,168,193)
#AFB3C9
(175,179,201)
#BBBED1
(187,190,209)
#C7C9D9
(199,201,217)
#D3D4E1
(211,212,225)
#DFDFE9
(223,223,233)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737CA1 color. Also use rgb(115,124,161) instead hex code.

Text Font Color

.myTextColor { color: #737CA1; }

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

This text font color is #737CA1.

Background Color

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

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

This div background color is #737CA1.

Border color

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

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

This div border color is #737CA1.

Opacity

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

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

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

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

This text has shadow with #737CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737CA1.

Preview

Color preview on black background

This text has color #737CA1 on black background.


Color preview on white background

This text has color #737CA1 on white background.


Black color preview on #737CA1 background

This text has black color on #737CA1 background.


White color preview on #737CA1 background

This text has white color on #737CA1 background.


Related colors

Complementary color

Complementary color for #hex is #8C835E.


I love getcolorcode.com

Triadic colors

1 #A1737C and #7CA173 with #737CA1 are triadic colors.

2 #A17C73 and #7C73A1 with #737CA1 are triadic colors.