COLOR #74ACA1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
172
161

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

Portions of RGB colors in percentages

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

%25.84
%38.31
%35.86

CMYK color model

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

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

CMYK percentages

%32.56
%0
%6.4
%32.55

Codes

Color #74ACA1 in popluar color models

74ACA1
RGB116172161
HSL168°25.23%56.47%
HSB/HSV168°32.56%67.45%
CMYK32.56%0.00%6.40%
32.55%

Color #74ACA1 in popluar number systems.

HEX74ACA1
Decimal116172161
Binary11101001010110010100001
Octal164254241

Shades and tints

Shades of #74ACA1

#74ACA1
(116,172,161)
#6A9D93
(106,157,147)
#608E85
(96,142,133)
#567F77
(86,127,119)
#4C7069
(76,112,105)
#42615B
(66,97,91)
#38524D
(56,82,77)
#2E433F
(46,67,63)
#243431
(36,52,49)
#1A2523
(26,37,35)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #74ACA1

#74ACA1
(116,172,161)
#80B3A9
(128,179,169)
#8CBAB1
(140,186,177)
#98C1B9
(152,193,185)
#A4C8C1
(164,200,193)
#B0CFC9
(176,207,201)
#BCD6D1
(188,214,209)
#C8DDD9
(200,221,217)
#D4E4E1
(212,228,225)
#E0EBE9
(224,235,233)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74ACA1; }

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

This text font color is #74ACA1.


Background Color

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

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

This div background color is #74ACA1.


Border color

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

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

This div border color is #74ACA1.


Opacity

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

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

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

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

This text has shadow with #74ACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74ACA1 on black background.


Color preview on white background

This text has color #74ACA1 on white background.



Black color preview on #74ACA1 background

This text has black color on #74ACA1 background.


White color preview on #74ACA1 background

This text has white color on #74ACA1 background.