COLOR #74A3C5

HEX: #74A3C5
RGB: (116,163,197)

Color info

#74A3C5 contains mainly green and blue colors. Web safe color of #74A3C5 is #6699CC (or #69C).

RGB color model

#74A3C5 color RGB value is (116,163,197).

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

RGB channels and saturation

R 116 of 255 = 45%
G 163 of 255 = 64%
B 197 of 255 = 77%

116
163
197

R + G + B ~ 62%. #74A3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 163 + 197 = 476 (100%)
R 116 of 476 ~ 24.37%
G 163 of 476 ~ 34.24%
B 197 of 476 ~ 41.39%

%24.37
%34.24
%41.39

CMYK color model

#74A3C5 color CMYK value is (41,17,0,23).

  • cyan value is 41.12%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(41,17,0,23)
C41M17Y0K23 
(41%,17%,0%,23%)
(0.41/0.17/0.00/0.23)	

CMYK percentages

%41.12
%17.26
%0
%22.75

Codes

Color #74A3C5 in popluar color models

74A3C5
RGB116163197
HSL205°41.12%61.37%
HSB/HSV205°41.12%77.25%
CMYK41.12%17.26%0.00%
22.75%

Color #74A3C5 in popluar number systems.

HEX74A3C5
Decimal116163197
Binary11101001010001111000101
Octal164243305

Shades and tints

Shades of #74A3C5

#74A3C5
(116,163,197)
#6A95B4
(106,149,180)
#6087A3
(96,135,163)
#567992
(86,121,146)
#4C6B81
(76,107,129)
#425D70
(66,93,112)
#384F5F
(56,79,95)
#2E414E
(46,65,78)
#24333D
(36,51,61)
#1A252C
(26,37,44)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #74A3C5

#74A3C5
(116,163,197)
#80ABCA
(128,171,202)
#8CB3CF
(140,179,207)
#98BBD4
(152,187,212)
#A4C3D9
(164,195,217)
#B0CBDE
(176,203,222)
#BCD3E3
(188,211,227)
#C8DBE8
(200,219,232)
#D4E3ED
(212,227,237)
#E0EBF2
(224,235,242)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A3C5; }

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

This text font color is #74A3C5.


Background Color

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

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

This div background color is #74A3C5.


Border color

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

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

This div border color is #74A3C5.


Opacity

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

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

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

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

This text has shadow with #74A3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A3C5 on black background.


Color preview on white background

This text has color #74A3C5 on white background.



Black color preview on #74A3C5 background

This text has black color on #74A3C5 background.


White color preview on #74A3C5 background

This text has white color on #74A3C5 background.