COLOR #74A3A7

HEX: #74A3A7
RGB: (116,163,167)

Color info

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

RGB color model

#74A3A7 color RGB value is (116,163,167).

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

RGB channels and saturation

R 116 of 255 = 45%
G 163 of 255 = 64%
B 167 of 255 = 65%

116
163
167

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

Portions of RGB colors in percentages

R + G + B =
116 + 163 + 167 = 446 (100%)
R 116 of 446 ~ 26.01%
G 163 of 446 ~ 36.55%
B 167 of 446 ~ 37.44%

%26.01
%36.55
%37.44

CMYK color model

#74A3A7 color CMYK value is (31,2,0,35).

  • cyan value is 30.54%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,2,0,35)
C31M2Y0K35 
(31%,2%,0%,35%)
(0.31/0.02/0.00/0.35)	

CMYK percentages

%30.54
%2.4
%0
%34.51

Codes

Color #74A3A7 in popluar color models

74A3A7
RGB116163167
HSL185°22.47%55.49%
HSB/HSV185°30.54%65.49%
CMYK30.54%2.40%0.00%
34.51%

Color #74A3A7 in popluar number systems.

HEX74A3A7
Decimal116163167
Binary11101001010001110100111
Octal164243247

Shades and tints

Shades of #74A3A7

#74A3A7
(116,163,167)
#6A9598
(106,149,152)
#608789
(96,135,137)
#56797A
(86,121,122)
#4C6B6B
(76,107,107)
#425D5C
(66,93,92)
#384F4D
(56,79,77)
#2E413E
(46,65,62)
#24332F
(36,51,47)
#1A2520
(26,37,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #74A3A7

#74A3A7
(116,163,167)
#80ABAF
(128,171,175)
#8CB3B7
(140,179,183)
#98BBBF
(152,187,191)
#A4C3C7
(164,195,199)
#B0CBCF
(176,203,207)
#BCD3D7
(188,211,215)
#C8DBDF
(200,219,223)
#D4E3E7
(212,227,231)
#E0EBEF
(224,235,239)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A3A7; }

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

This text font color is #74A3A7.


Background Color

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

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

This div background color is #74A3A7.


Border color

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

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

This div border color is #74A3A7.


Opacity

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

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

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

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

This text has shadow with #74A3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A3A7 on black background.


Color preview on white background

This text has color #74A3A7 on white background.



Black color preview on #74A3A7 background

This text has black color on #74A3A7 background.


White color preview on #74A3A7 background

This text has white color on #74A3A7 background.