COLOR #737CAF

HEX: #737CAF
RGB: (115,124,175)

Color info

#737CAF contains mainly green and blue colors. Web safe color of #737CAF is #666699 (or #669).

RGB color model

#737CAF color RGB value is (115,124,175).

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

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 175 of 255 = 69%

115
124
175

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 175 = 414 (100%)
R 115 of 414 ~ 27.78%
G 124 of 414 ~ 29.95%
B 175 of 414 ~ 42.27%

%27.78
%29.95
%42.27

CMYK color model

#737CAF color CMYK value is (34,29,0,31).

  • cyan value is 34.29%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,29,0,31)
C34M29Y0K31 
(34%,29%,0%,31%)
(0.34/0.29/0.00/0.31)	

CMYK percentages

%34.29
%29.14
%0
%31.37

Codes

Color #737CAF in popluar color models

737CAF
RGB115124175
HSL231°27.27%56.86%
HSB/HSV231°34.29%68.63%
CMYK34.29%29.14%0.00%
31.37%

Color #737CAF in popluar number systems.

HEX737CAF
Decimal115124175
Binary1110011111110010101111
Octal163174257

Shades and tints

Shades of #737CAF

#737CAF
(115,124,175)
#6971A0
(105,113,160)
#5F6691
(95,102,145)
#555B82
(85,91,130)
#4B5073
(75,80,115)
#414564
(65,69,100)
#373A55
(55,58,85)
#2D2F46
(45,47,70)
#232437
(35,36,55)
#191928
(25,25,40)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #737CAF

#737CAF
(115,124,175)
#7F87B6
(127,135,182)
#8B92BD
(139,146,189)
#979DC4
(151,157,196)
#A3A8CB
(163,168,203)
#AFB3D2
(175,179,210)
#BBBED9
(187,190,217)
#C7C9E0
(199,201,224)
#D3D4E7
(211,212,231)
#DFDFEE
(223,223,238)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737CAF; }

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

This text font color is #737CAF.


Background Color

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

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

This div background color is #737CAF.


Border color

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

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

This div border color is #737CAF.


Opacity

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

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

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

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

This text has shadow with #737CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737CAF on black background.


Color preview on white background

This text has color #737CAF on white background.



Black color preview on #737CAF background

This text has black color on #737CAF background.


White color preview on #737CAF background

This text has white color on #737CAF background.