COLOR #737CA2

HEX: #737CA2
RGB: (115,124,162)

Color info

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

RGB color model

#737CA2 color RGB value is (115,124,162).

  • red value is 115;
  • green value is 124;
  • blue value is 162.
RGB:
(115,124,162)
(45%,49%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 162 of 255 = 64%

115
124
162

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 162 = 401 (100%)
R 115 of 401 ~ 28.68%
G 124 of 401 ~ 30.92%
B 162 of 401 ~ 40.4%

%28.68
%30.92
%40.4

CMYK color model

#737CA2 color CMYK value is (29,23,0,36).

  • cyan value is 29.01%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(29,23,0,36)
C29M23Y0K36 
(29%,23%,0%,36%)
(0.29/0.23/0.00/0.36)	

CMYK percentages

%29.01
%23.46
%0
%36.47

Codes

Color #737CA2 in popluar color models

737CA2
RGB115124162
HSL229°20.17%54.31%
HSB/HSV229°29.01%63.53%
CMYK29.01%23.46%0.00%
36.47%

Color #737CA2 in popluar number systems.

HEX737CA2
Decimal115124162
Binary1110011111110010100010
Octal163174242

Shades and tints

Shades of #737CA2

#737CA2
(115,124,162)
#697194
(105,113,148)
#5F6686
(95,102,134)
#555B78
(85,91,120)
#4B506A
(75,80,106)
#41455C
(65,69,92)
#373A4E
(55,58,78)
#2D2F40
(45,47,64)
#232432
(35,36,50)
#191924
(25,25,36)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #737CA2

#737CA2
(115,124,162)
#7F87AA
(127,135,170)
#8B92B2
(139,146,178)
#979DBA
(151,157,186)
#A3A8C2
(163,168,194)
#AFB3CA
(175,179,202)
#BBBED2
(187,190,210)
#C7C9DA
(199,201,218)
#D3D4E2
(211,212,226)
#DFDFEA
(223,223,234)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737CA2; }

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

This text font color is #737CA2.


Background Color

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

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

This div background color is #737CA2.


Border color

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

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

This div border color is #737CA2.


Opacity

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

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

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

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

This text has shadow with #737CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737CA2 on black background.


Color preview on white background

This text has color #737CA2 on white background.



Black color preview on #737CA2 background

This text has black color on #737CA2 background.


White color preview on #737CA2 background

This text has white color on #737CA2 background.