COLOR #738F9A

HEX: #738F9A RGB: (115,143,154)

Color info

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

RGB color model

#738F9A color RGB value is (115,143,154).

RGB: (115,143,154) (45%, 56%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 154 of 255 = 60%

115
143
154

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

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 154 = 412 (100%)
R 115 of 412 ~ 27.91%
G 143 of 412 ~ 34.71%
B 154 of 412 ~ 37.38'%

%27.91
%34.71
%37.38

CMYK color model

#738F9A color CMYK value is (25,7,0,40).

  • cyan value is 25.32%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (25,7,0,40)
C25M7Y0K40 (25%, 7%, 0%, 40%)
(0.25 / 0.07 / 0.00 / 0.40)

CMYK percentages

%25.32
%7.14
%0
%39.61

Codes

Color #738F9A in popluar color models

73 8F 9A
RGB 115 143 154
HSL 197° 16.18% 52.75%
HSB/HSV 197° 25.32% 60.39%
CMYK 25.32% 7.14% 0.00%
39.61%

Color #738F9A in popluar number systems.

HEX 73 8F 9A
Decimal 115 143 154
Binary 1110011 10001111 10011010
Octal 163 217 232

Shades and tints

Shades of #738F9A

#738F9A
(115,143,154)
#69828C
(105,130,140)
#5F757E
(95,117,126)
#556870
(85,104,112)
#4B5B62
(75,91,98)
#414E54
(65,78,84)
#374146
(55,65,70)
#2D3438
(45,52,56)
#23272A
(35,39,42)
#191A1C
(25,26,28)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #738F9A

#738F9A
(115,143,154)
#7F99A3
(127,153,163)
#8BA3AC
(139,163,172)
#97ADB5
(151,173,181)
#A3B7BE
(163,183,190)
#AFC1C7
(175,193,199)
#BBCBD0
(187,203,208)
#C7D5D9
(199,213,217)
#D3DFE2
(211,223,226)
#DFE9EB
(223,233,235)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738F9A color. Also use rgb(115,143,154) instead hex code.

Text Font Color

.myTextColor { color: #738F9A; }

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

This text font color is #738F9A.

Background Color

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

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

This div background color is #738F9A.

Border color

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

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

This div border color is #738F9A.

Opacity

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

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

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

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

This text has shadow with #738F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738F9A.

Preview

Color preview on black background

This text has color #738F9A on black background.


Color preview on white background

This text has color #738F9A on white background.


Black color preview on #738F9A background

This text has black color on #738F9A background.


White color preview on #738F9A background

This text has white color on #738F9A background.


Related colors

Complementary color

Complementary color for #hex is #8C7065.


I love getcolorcode.com

Triadic colors

1 #9A738F and #8F9A73 with #738F9A are triadic colors.

2 #9A8F73 and #8F739A with #738F9A are triadic colors.