COLOR #74A4AF

HEX: #74A4AF
RGB: (116,164,175)

Color info

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

RGB color model

#74A4AF color RGB value is (116,164,175).

  • red value is 116;
  • green value is 164;
  • blue value is 175.
RGB:
(116,164,175)
(45%,64%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 175 of 255 = 69%

116
164
175

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

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 175 = 455 (100%)
R 116 of 455 ~ 25.49%
G 164 of 455 ~ 36.04%
B 175 of 455 ~ 38.46%

%25.49
%36.04
%38.46

CMYK color model

#74A4AF color CMYK value is (34,6,0,31).

  • cyan value is 33.71%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,6,0,31)
C34M6Y0K31 
(34%,6%,0%,31%)
(0.34/0.06/0.00/0.31)	

CMYK percentages

%33.71
%6.29
%0
%31.37

Codes

Color #74A4AF in popluar color models

74A4AF
RGB116164175
HSL191°26.94%57.06%
HSB/HSV191°33.71%68.63%
CMYK33.71%6.29%0.00%
31.37%

Color #74A4AF in popluar number systems.

HEX74A4AF
Decimal116164175
Binary11101001010010010101111
Octal164244257

Shades and tints

Shades of #74A4AF

#74A4AF
(116,164,175)
#6A96A0
(106,150,160)
#608891
(96,136,145)
#567A82
(86,122,130)
#4C6C73
(76,108,115)
#425E64
(66,94,100)
#385055
(56,80,85)
#2E4246
(46,66,70)
#243437
(36,52,55)
#1A2628
(26,38,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #74A4AF

#74A4AF
(116,164,175)
#80ACB6
(128,172,182)
#8CB4BD
(140,180,189)
#98BCC4
(152,188,196)
#A4C4CB
(164,196,203)
#B0CCD2
(176,204,210)
#BCD4D9
(188,212,217)
#C8DCE0
(200,220,224)
#D4E4E7
(212,228,231)
#E0ECEE
(224,236,238)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A4AF color. Also use rgb(116,164,175) instead hex code.

Text Font Color

.myTextColor { color: #74A4AF; }

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

This text font color is #74A4AF.


Background Color

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

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

This div background color is #74A4AF.


Border color

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

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

This div border color is #74A4AF.


Opacity

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

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

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

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

This text has shadow with #74A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A4AF on black background.


Color preview on white background

This text has color #74A4AF on white background.



Black color preview on #74A4AF background

This text has black color on #74A4AF background.


White color preview on #74A4AF background

This text has white color on #74A4AF background.