COLOR #74A3AD

HEX: #74A3AD
RGB: (116,163,173)

Color info

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

RGB color model

#74A3AD color RGB value is (116,163,173).

  • red value is 116;
  • green value is 163;
  • blue value is 173.
RGB:
(116,163,173)
(45%,64%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 163 of 255 = 64%
B 173 of 255 = 68%

116
163
173

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

Portions of RGB colors in percentages

R + G + B =
116 + 163 + 173 = 452 (100%)
R 116 of 452 ~ 25.66%
G 163 of 452 ~ 36.06%
B 173 of 452 ~ 38.27%

%25.66
%36.06
%38.27

CMYK color model

#74A3AD color CMYK value is (33,6,0,32).

  • cyan value is 32.95%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(33,6,0,32)
C33M6Y0K32 
(33%,6%,0%,32%)
(0.33/0.06/0.00/0.32)	

CMYK percentages

%32.95
%5.78
%0
%32.16

Codes

Color #74A3AD in popluar color models

74A3AD
RGB116163173
HSL191°25.79%56.67%
HSB/HSV191°32.95%67.84%
CMYK32.95%5.78%0.00%
32.16%

Color #74A3AD in popluar number systems.

HEX74A3AD
Decimal116163173
Binary11101001010001110101101
Octal164243255

Shades and tints

Shades of #74A3AD

#74A3AD
(116,163,173)
#6A959E
(106,149,158)
#60878F
(96,135,143)
#567980
(86,121,128)
#4C6B71
(76,107,113)
#425D62
(66,93,98)
#384F53
(56,79,83)
#2E4144
(46,65,68)
#243335
(36,51,53)
#1A2526
(26,37,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #74A3AD

#74A3AD
(116,163,173)
#80ABB4
(128,171,180)
#8CB3BB
(140,179,187)
#98BBC2
(152,187,194)
#A4C3C9
(164,195,201)
#B0CBD0
(176,203,208)
#BCD3D7
(188,211,215)
#C8DBDE
(200,219,222)
#D4E3E5
(212,227,229)
#E0EBEC
(224,235,236)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A3AD color. Also use rgb(116,163,173) instead hex code.

Text Font Color

.myTextColor { color: #74A3AD; }

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

This text font color is #74A3AD.


Background Color

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

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

This div background color is #74A3AD.


Border color

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

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

This div border color is #74A3AD.


Opacity

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

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

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

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

This text has shadow with #74A3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A3AD on black background.


Color preview on white background

This text has color #74A3AD on white background.



Black color preview on #74A3AD background

This text has black color on #74A3AD background.


White color preview on #74A3AD background

This text has white color on #74A3AD background.