COLOR #738DA5

HEX: #738DA5 RGB: (115,141,165)

Color info

#738DA5 contains red, green and blue colors in about the same proportion. Web safe color of #738DA5 is #669999 (or #699).

RGB color model

#738DA5 color RGB value is (115,141,165).

RGB: (115,141,165) (45%, 55%, 65%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 165 of 255 = 65%

115
141
165

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

Portions of RGB colors in percentages

R + G + B = 115 + 141 + 165 = 421 (100%)
R 115 of 421 ~ 27.32%
G 141 of 421 ~ 33.49%
B 165 of 421 ~ 39.19'%

%27.32
%33.49
%39.19

CMYK color model

#738DA5 color CMYK value is (30,15,0,35).

  • cyan value is 30.30%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (30,15,0,35)
C30M15Y0K35 (30%, 15%, 0%, 35%)
(0.30 / 0.15 / 0.00 / 0.35)

CMYK percentages

%30.3
%14.55
%0
%35.29

Codes

Color #738DA5 in popluar color models

73 8D A5
RGB 115 141 165
HSL 209° 21.74% 54.90%
HSB/HSV 209° 30.30% 64.71%
CMYK 30.30% 14.55% 0.00%
35.29%

Color #738DA5 in popluar number systems.

HEX 73 8D A5
Decimal 115 141 165
Binary 1110011 10001101 10100101
Octal 163 215 245

Shades and tints

Shades of #738DA5

#738DA5
(115,141,165)
#698196
(105,129,150)
#5F7587
(95,117,135)
#556978
(85,105,120)
#4B5D69
(75,93,105)
#41515A
(65,81,90)
#37454B
(55,69,75)
#2D393C
(45,57,60)
#232D2D
(35,45,45)
#19211E
(25,33,30)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #738DA5

#738DA5
(115,141,165)
#7F97AD
(127,151,173)
#8BA1B5
(139,161,181)
#97ABBD
(151,171,189)
#A3B5C5
(163,181,197)
#AFBFCD
(175,191,205)
#BBC9D5
(187,201,213)
#C7D3DD
(199,211,221)
#D3DDE5
(211,221,229)
#DFE7ED
(223,231,237)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738DA5 color. Also use rgb(115,141,165) instead hex code.

Text Font Color

.myTextColor { color: #738DA5; }

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

This text font color is #738DA5.

Background Color

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

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

This div background color is #738DA5.

Border color

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

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

This div border color is #738DA5.

Opacity

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

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

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

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

This text has shadow with #738DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738DA5.

Preview

Color preview on black background

This text has color #738DA5 on black background.


Color preview on white background

This text has color #738DA5 on white background.


Black color preview on #738DA5 background

This text has black color on #738DA5 background.


White color preview on #738DA5 background

This text has white color on #738DA5 background.


Related colors

Complementary color

Complementary color for #hex is #8C725A.


I love getcolorcode.com

Triadic colors

1 #A5738D and #8DA573 with #738DA5 are triadic colors.

2 #A58D73 and #8D73A5 with #738DA5 are triadic colors.