COLOR #74A1AC

HEX: #74A1AC
RGB: (116,161,172)

Color info

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

RGB color model

#74A1AC color RGB value is (116,161,172).

  • red value is 116;
  • green value is 161;
  • blue value is 172.
RGB:
(116,161,172)
(45%,63%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 161 of 255 = 63%
B 172 of 255 = 67%

116
161
172

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

Portions of RGB colors in percentages

R + G + B =
116 + 161 + 172 = 449 (100%)
R 116 of 449 ~ 25.84%
G 161 of 449 ~ 35.86%
B 172 of 449 ~ 38.31%

%25.84
%35.86
%38.31

CMYK color model

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

  • cyan value is 32.56%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,6,0,33)
C33M6Y0K33 
(33%,6%,0%,33%)
(0.33/0.06/0.00/0.33)	

CMYK percentages

%32.56
%6.4
%0
%32.55

Codes

Color #74A1AC in popluar color models

74A1AC
RGB116161172
HSL192°25.23%56.47%
HSB/HSV192°32.56%67.45%
CMYK32.56%6.40%0.00%
32.55%

Color #74A1AC in popluar number systems.

HEX74A1AC
Decimal116161172
Binary11101001010000110101100
Octal164241254

Shades and tints

Shades of #74A1AC

#74A1AC
(116,161,172)
#6A939D
(106,147,157)
#60858E
(96,133,142)
#56777F
(86,119,127)
#4C6970
(76,105,112)
#425B61
(66,91,97)
#384D52
(56,77,82)
#2E3F43
(46,63,67)
#243134
(36,49,52)
#1A2325
(26,35,37)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #74A1AC

#74A1AC
(116,161,172)
#80A9B3
(128,169,179)
#8CB1BA
(140,177,186)
#98B9C1
(152,185,193)
#A4C1C8
(164,193,200)
#B0C9CF
(176,201,207)
#BCD1D6
(188,209,214)
#C8D9DD
(200,217,221)
#D4E1E4
(212,225,228)
#E0E9EB
(224,233,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A1AC color. Also use rgb(116,161,172) instead hex code.

Text Font Color

.myTextColor { color: #74A1AC; }

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

This text font color is #74A1AC.


Background Color

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

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

This div background color is #74A1AC.


Border color

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

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

This div border color is #74A1AC.


Opacity

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

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

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

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

This text has shadow with #74A1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A1AC on black background.


Color preview on white background

This text has color #74A1AC on white background.



Black color preview on #74A1AC background

This text has black color on #74A1AC background.


White color preview on #74A1AC background

This text has white color on #74A1AC background.