COLOR #74959F

HEX: #74959F
RGB: (116,149,159)

Renk bilgisi

#74959F contains red, green and blue colors in about the same proportion. #74959F ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#74959F color RGB value is (116,149,159).

  • kırmız ton 116;
  • yeşil ton 149;
  • mavi ton 159.
RGB:
(116,149,159)
(45%,58%,62%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 149 of 255 = 58%
B 159 of 255 = 62%

116
149
159

R + G + B ~ 55%. #74959F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 149 + 159 = 424 (100%)
R 116 of 424 ~ 27.36%
G 149 of 424 ~ 35.14%
B 159 of 424 ~ 37.5%

%27.36
%35.14
%37.5

CMYK RENK MODELİ

#74959F rengi CMYK tonu (27,6,0,38).

  • camgöbeği tonu 27.04%
  • eflatun tonu 6.29%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(27,6,0,38)
C27M6Y0K38 
(27%,6%,0%,38%)
(0.27/0.06/0.00/0.38)	

CMYK yüzdeleri

%27.04
%6.29
%0
%37.65

Codes

Color #74959F in popluar color models

74959F
RGB116149159
HSL194°18.30%53.92%
HSB/HSV194°27.04%62.35%
CMYK27.04%6.29%0.00%
37.65%

Color #74959F in popluar number systems.

HEX74959F
Decimal116149159
Binary11101001001010110011111
Octal164225237

Shades and tints

Shades of #74959F

#74959F
(116,149,159)
#6A8891
(106,136,145)
#607B83
(96,123,131)
#566E75
(86,110,117)
#4C6167
(76,97,103)
#425459
(66,84,89)
#38474B
(56,71,75)
#2E3A3D
(46,58,61)
#242D2F
(36,45,47)
#1A2021
(26,32,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #74959F

#74959F
(116,149,159)
#809EA7
(128,158,167)
#8CA7AF
(140,167,175)
#98B0B7
(152,176,183)
#A4B9BF
(164,185,191)
#B0C2C7
(176,194,199)
#BCCBCF
(188,203,207)
#C8D4D7
(200,212,215)
#D4DDDF
(212,221,223)
#E0E6E7
(224,230,231)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74959F color. Also use rgb(116,149,159) instead hex code.

Text Font Color

.myTextColor { color: #74959F; }

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

This text font color is #74959F.


Background Color

.myBgColor { background-color: #74959F; }

<div style="background-color:#74959F">Inner text</div>

This div background color is #74959F.


Border color

.myBorderColor { border: 1px solid #74959F; }

<div style="border:3px solid #74959F">Div</div>

This div border color is #74959F.


Opacity

.myOpacity80 { color: #74959F; opacity: 0.8; }

<p style="color:#74959F;opacity:0.8;">80%</p>

Text with #74959F 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 #74959F;}

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

This text has shadow with #74959F color.

.textShadow {text-shadow: 3px 3px 1px #74959F, 3px 3px 1px red;}

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

This text has shadow with #74959F primary color and red secondary color.


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

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

This text has shadow with #74959F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74959F on black background.


Color preview on white background

This text has color #74959F on white background.



Black color preview on #74959F background

This text has black color on #74959F background.


White color preview on #74959F background

This text has white color on #74959F background.