COLOR #74868D

HEX: #74868D
RGB: (116,134,141)

Renk bilgisi

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

RGB renk modeli

#74868D color RGB value is (116,134,141).

  • kırmız ton 116;
  • yeşil ton 134;
  • mavi ton 141.
RGB:
(116,134,141)
(45%,53%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 134 of 255 = 53%
B 141 of 255 = 55%

116
134
141

R + G + B ~ 51%. #74868D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 134 + 141 = 391 (100%)
R 116 of 391 ~ 29.67%
G 134 of 391 ~ 34.27%
B 141 of 391 ~ 36.06%

%29.67
%34.27
%36.06

CMYK RENK MODELİ

#74868D rengi CMYK tonu (18,5,0,45).

  • camgöbeği tonu 17.73%
  • eflatun tonu 4.96%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(18,5,0,45)
C18M5Y0K45 
(18%,5%,0%,45%)
(0.18/0.05/0.00/0.45)	

CMYK yüzdeleri

%17.73
%4.96
%0
%44.71

Codes

Color #74868D in popluar color models

74868D
RGB116134141
HSL197°9.88%50.39%
HSB/HSV197°17.73%55.29%
CMYK17.73%4.96%0.00%
44.71%

Color #74868D in popluar number systems.

HEX74868D
Decimal116134141
Binary11101001000011010001101
Octal164206215

Shades and tints

Shades of #74868D

#74868D
(116,134,141)
#6A7A81
(106,122,129)
#606E75
(96,110,117)
#566269
(86,98,105)
#4C565D
(76,86,93)
#424A51
(66,74,81)
#383E45
(56,62,69)
#2E3239
(46,50,57)
#24262D
(36,38,45)
#1A1A21
(26,26,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #74868D

#74868D
(116,134,141)
#809197
(128,145,151)
#8C9CA1
(140,156,161)
#98A7AB
(152,167,171)
#A4B2B5
(164,178,181)
#B0BDBF
(176,189,191)
#BCC8C9
(188,200,201)
#C8D3D3
(200,211,211)
#D4DEDD
(212,222,221)
#E0E9E7
(224,233,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74868D color. Also use rgb(116,134,141) instead hex code.

Text Font Color

.myTextColor { color: #74868D; }

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

This text font color is #74868D.


Background Color

.myBgColor { background-color: #74868D; }

<div style="background-color:#74868D">Inner text</div>

This div background color is #74868D.


Border color

.myBorderColor { border: 1px solid #74868D; }

<div style="border:3px solid #74868D">Div</div>

This div border color is #74868D.


Opacity

.myOpacity80 { color: #74868D; opacity: 0.8; }

<p style="color:#74868D;opacity:0.8;">80%</p>

Text with #74868D 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 #74868D;}

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

This text has shadow with #74868D color.

.textShadow {text-shadow: 3px 3px 1px #74868D, 3px 3px 1px red;}

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

This text has shadow with #74868D primary color and red secondary color.


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

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

This text has shadow with #74868D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74868D on black background.


Color preview on white background

This text has color #74868D on white background.



Black color preview on #74868D background

This text has black color on #74868D background.


White color preview on #74868D background

This text has white color on #74868D background.