COLOR #74848C

HEX: #74848C
RGB: (116,132,140)

Renk bilgisi

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

RGB renk modeli

#74848C color RGB value is (116,132,140).

  • kırmız ton 116;
  • yeşil ton 132;
  • mavi ton 140.
RGB:
(116,132,140)
(45%,52%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 132 of 255 = 52%
B 140 of 255 = 55%

116
132
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 132 + 140 = 388 (100%)
R 116 of 388 ~ 29.9%
G 132 of 388 ~ 34.02%
B 140 of 388 ~ 36.08%

%29.9
%34.02
%36.08

CMYK RENK MODELİ

#74848C rengi CMYK tonu (17,6,0,45).

  • camgöbeği tonu 17.14%
  • eflatun tonu 5.71%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(17,6,0,45)
C17M6Y0K45 
(17%,6%,0%,45%)
(0.17/0.06/0.00/0.45)	

CMYK yüzdeleri

%17.14
%5.71
%0
%45.1

Codes

Color #74848C in popluar color models

74848C
RGB116132140
HSL200°9.45%50.20%
HSB/HSV200°17.14%54.90%
CMYK17.14%5.71%0.00%
45.10%

Color #74848C in popluar number systems.

HEX74848C
Decimal116132140
Binary11101001000010010001100
Octal164204214

Shades and tints

Shades of #74848C

#74848C
(116,132,140)
#6A7880
(106,120,128)
#606C74
(96,108,116)
#566068
(86,96,104)
#4C545C
(76,84,92)
#424850
(66,72,80)
#383C44
(56,60,68)
#2E3038
(46,48,56)
#24242C
(36,36,44)
#1A1820
(26,24,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #74848C

#74848C
(116,132,140)
#808F96
(128,143,150)
#8C9AA0
(140,154,160)
#98A5AA
(152,165,170)
#A4B0B4
(164,176,180)
#B0BBBE
(176,187,190)
#BCC6C8
(188,198,200)
#C8D1D2
(200,209,210)
#D4DCDC
(212,220,220)
#E0E7E6
(224,231,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74848C color. Also use rgb(116,132,140) instead hex code.

Text Font Color

.myTextColor { color: #74848C; }

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

This text font color is #74848C.


Background Color

.myBgColor { background-color: #74848C; }

<div style="background-color:#74848C">Inner text</div>

This div background color is #74848C.


Border color

.myBorderColor { border: 1px solid #74848C; }

<div style="border:3px solid #74848C">Div</div>

This div border color is #74848C.


Opacity

.myOpacity80 { color: #74848C; opacity: 0.8; }

<p style="color:#74848C;opacity:0.8;">80%</p>

Text with #74848C 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 #74848C;}

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

This text has shadow with #74848C color.

.textShadow {text-shadow: 3px 3px 1px #74848C, 3px 3px 1px red;}

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

This text has shadow with #74848C primary color and red secondary color.


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

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

This text has shadow with #74848C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74848C on black background.


Color preview on white background

This text has color #74848C on white background.



Black color preview on #74848C background

This text has black color on #74848C background.


White color preview on #74848C background

This text has white color on #74848C background.