COLOR #738CB6

HEX: #738CB6 RGB: (115,140,182)

Color info

#738CB6 contains mainly green and blue colors. Web safe color of #738CB6 is #6699CC (or #69C).

RGB color model

#738CB6 color RGB value is (115,140,182).

RGB: (115,140,182) (45%, 55%, 71%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 182 of 255 = 71%

115
140
182

R + G + B ~ 57%. #738CB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 140 + 182 = 437 (100%)
R 115 of 437 ~ 26.32%
G 140 of 437 ~ 32.04%
B 182 of 437 ~ 41.65'%

%26.32
%32.04
%41.65

CMYK color model

#738CB6 color CMYK value is (37,23,0,29).

  • cyan value is 36.81%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%

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

CMYK percentages

%36.81
%23.08
%0
%28.63

Codes

Color #738CB6 in popluar color models

73 8C B6
RGB 115 140 182
HSL 218° 31.46% 58.24%
HSB/HSV 218° 36.81% 71.37%
CMYK 36.81% 23.08% 0.00%
28.63%

Color #738CB6 in popluar number systems.

HEX 73 8C B6
Decimal 115 140 182
Binary 1110011 10001100 10110110
Octal 163 214 266

Shades and tints

Shades of #738CB6

#738CB6
(115,140,182)
#6980A6
(105,128,166)
#5F7496
(95,116,150)
#556886
(85,104,134)
#4B5C76
(75,92,118)
#415066
(65,80,102)
#374456
(55,68,86)
#2D3846
(45,56,70)
#232C36
(35,44,54)
#192026
(25,32,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #738CB6

#738CB6
(115,140,182)
#7F96BC
(127,150,188)
#8BA0C2
(139,160,194)
#97AAC8
(151,170,200)
#A3B4CE
(163,180,206)
#AFBED4
(175,190,212)
#BBC8DA
(187,200,218)
#C7D2E0
(199,210,224)
#D3DCE6
(211,220,230)
#DFE6EC
(223,230,236)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738CB6 color. Also use rgb(115,140,182) instead hex code.

Text Font Color

.myTextColor { color: #738CB6; }

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

This text font color is #738CB6.

Background Color

.myBgColor { background-color: #738CB6; }

<div style="background-color:#738CB6">Inner text</div>

This div background color is #738CB6.

Border color

.myBorderColor { border: 1px solid #738CB6; }

<div style="border:3px solid #738CB6">Div</div>

This div border color is #738CB6.

Opacity

.myOpacity80 { color: #738CB6; opacity: 0.8; }

<p style="color:#738CB6;opacity:0.8;">80%</p>

Text with #738CB6 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 #738CB6;}

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

This text has shadow with #738CB6 color.


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

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

This text has shadow with #738CB6 primary color and red secondary color.


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

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

This text has shadow with #738CB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #738CB6.

Preview

Color preview on black background

This text has color #738CB6 on black background.


Color preview on white background

This text has color #738CB6 on white background.


Black color preview on #738CB6 background

This text has black color on #738CB6 background.


White color preview on #738CB6 background

This text has white color on #738CB6 background.


Related colors

Complementary color

Complementary color for #hex is #8C7349.


I love getcolorcode.com

Triadic colors

1 #B6738C and #8CB673 with #738CB6 are triadic colors.

2 #B68C73 and #8C73B6 with #738CB6 are triadic colors.