COLOR #74748F

HEX: #74748F
RGB: (116,116,143)

Renk bilgisi

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

RGB renk modeli

#74748F color RGB value is (116,116,143).

  • kırmız ton 116;
  • yeşil ton 116;
  • mavi ton 143.
RGB:
(116,116,143)
(45%,45%,56%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 116 of 255 = 45%
B 143 of 255 = 56%

116
116
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 143 = 375 (100%)
R 116 of 375 ~ 30.93%
G 116 of 375 ~ 30.93%
B 143 of 375 ~ 38.13%

%30.93
%30.93
%38.13

CMYK RENK MODELİ

#74748F rengi CMYK tonu (19,19,0,44).

  • camgöbeği tonu 18.88%
  • eflatun tonu 18.88%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(19,19,0,44)
C19M19Y0K44 
(19%,19%,0%,44%)
(0.19/0.19/0.00/0.44)	

CMYK yüzdeleri

%18.88
%18.88
%0
%43.92

Codes

Color #74748F in popluar color models

74748F
RGB116116143
HSL240°10.76%50.78%
HSB/HSV240°18.88%56.08%
CMYK18.88%18.88%0.00%
43.92%

Color #74748F in popluar number systems.

HEX74748F
Decimal116116143
Binary1110100111010010001111
Octal164164217

Shades and tints

Shades of #74748F

#74748F
(116,116,143)
#6A6A82
(106,106,130)
#606075
(96,96,117)
#565668
(86,86,104)
#4C4C5B
(76,76,91)
#42424E
(66,66,78)
#383841
(56,56,65)
#2E2E34
(46,46,52)
#242427
(36,36,39)
#1A1A1A
(26,26,26)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74748F

#74748F
(116,116,143)
#808099
(128,128,153)
#8C8CA3
(140,140,163)
#9898AD
(152,152,173)
#A4A4B7
(164,164,183)
#B0B0C1
(176,176,193)
#BCBCCB
(188,188,203)
#C8C8D5
(200,200,213)
#D4D4DF
(212,212,223)
#E0E0E9
(224,224,233)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74748F; }

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

This text font color is #74748F.


Background Color

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

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

This div background color is #74748F.


Border color

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

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

This div border color is #74748F.


Opacity

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

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

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

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

This text has shadow with #74748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74748F on black background.


Color preview on white background

This text has color #74748F on white background.



Black color preview on #74748F background

This text has black color on #74748F background.


White color preview on #74748F background

This text has white color on #74748F background.