COLOR #74A5B5

HEX: #74A5B5
RGB: (116,165,181)

Color info

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

RGB color model

#74A5B5 color RGB value is (116,165,181).

  • red value is 116;
  • green value is 165;
  • blue value is 181.
RGB:
(116,165,181)
(45%,65%,71%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 181 of 255 = 71%

116
165
181

R + G + B ~ 60%. #74A5B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 181 = 462 (100%)
R 116 of 462 ~ 25.11%
G 165 of 462 ~ 35.71%
B 181 of 462 ~ 39.18%

%25.11
%35.71
%39.18

CMYK color model

#74A5B5 color CMYK value is (36,9,0,29).

  • cyan value is 35.91%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(36,9,0,29)
C36M9Y0K29 
(36%,9%,0%,29%)
(0.36/0.09/0.00/0.29)	

CMYK percentages

%35.91
%8.84
%0
%29.02

Codes

Color #74A5B5 in popluar color models

74A5B5
RGB116165181
HSL195°30.52%58.24%
HSB/HSV195°35.91%70.98%
CMYK35.91%8.84%0.00%
29.02%

Color #74A5B5 in popluar number systems.

HEX74A5B5
Decimal116165181
Binary11101001010010110110101
Octal164245265

Shades and tints

Shades of #74A5B5

#74A5B5
(116,165,181)
#6A96A5
(106,150,165)
#608795
(96,135,149)
#567885
(86,120,133)
#4C6975
(76,105,117)
#425A65
(66,90,101)
#384B55
(56,75,85)
#2E3C45
(46,60,69)
#242D35
(36,45,53)
#1A1E25
(26,30,37)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #74A5B5

#74A5B5
(116,165,181)
#80ADBB
(128,173,187)
#8CB5C1
(140,181,193)
#98BDC7
(152,189,199)
#A4C5CD
(164,197,205)
#B0CDD3
(176,205,211)
#BCD5D9
(188,213,217)
#C8DDDF
(200,221,223)
#D4E5E5
(212,229,229)
#E0EDEB
(224,237,235)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A5B5 color. Also use rgb(116,165,181) instead hex code.

Text Font Color

.myTextColor { color: #74A5B5; }

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

This text font color is #74A5B5.


Background Color

.myBgColor { background-color: #74A5B5; }

<div style="background-color:#74A5B5">Inner text</div>

This div background color is #74A5B5.


Border color

.myBorderColor { border: 1px solid #74A5B5; }

<div style="border:3px solid #74A5B5">Div</div>

This div border color is #74A5B5.


Opacity

.myOpacity80 { color: #74A5B5; opacity: 0.8; }

<p style="color:#74A5B5;opacity:0.8;">80%</p>

Text with #74A5B5 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 #74A5B5;}

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

This text has shadow with #74A5B5 color.

.textShadow {text-shadow: 3px 3px 1px #74A5B5, 3px 3px 1px red;}

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

This text has shadow with #74A5B5 primary color and red secondary color.


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

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

This text has shadow with #74A5B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A5B5 on black background.


Color preview on white background

This text has color #74A5B5 on white background.



Black color preview on #74A5B5 background

This text has black color on #74A5B5 background.


White color preview on #74A5B5 background

This text has white color on #74A5B5 background.