COLOR #748480

HEX: #748480
RGB: (116,132,128)

Renk bilgisi

#748480 contains red, green and blue colors in about the same proportion. #748480 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#748480 color RGB value is (116,132,128).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 132 of 255 = 52%
B 128 of 255 = 50%

116
132
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 132 + 128 = 376 (100%)
R 116 of 376 ~ 30.85%
G 132 of 376 ~ 35.11%
B 128 of 376 ~ 34.04%

%30.85
%35.11
%34.04

CMYK RENK MODELİ

#748480 rengi CMYK tonu (12,0,3,48).

  • camgöbeği tonu 12.12%
  • eflatun tonu 0.00%
  • sarı tonu 3.03%
  • ana renk tonu 48.24%
CMYK:
(12,0,3,48)
C12M0Y3K48 
(12%,0%,3%,48%)
(0.12/0.00/0.03/0.48)	

CMYK yüzdeleri

%12.12
%0
%3.03
%48.24

Codes

Color #748480 in popluar color models

748480
RGB116132128
HSL165°6.45%48.63%
HSB/HSV165°12.12%51.76%
CMYK12.12%0.00%3.03%
48.24%

Color #748480 in popluar number systems.

HEX748480
Decimal116132128
Binary11101001000010010000000
Octal164204200

Shades and tints

Shades of #748480

#748480
(116,132,128)
#6A7875
(106,120,117)
#606C6A
(96,108,106)
#56605F
(86,96,95)
#4C5454
(76,84,84)
#424849
(66,72,73)
#383C3E
(56,60,62)
#2E3033
(46,48,51)
#242428
(36,36,40)
#1A181D
(26,24,29)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #748480

#748480
(116,132,128)
#808F8B
(128,143,139)
#8C9A96
(140,154,150)
#98A5A1
(152,165,161)
#A4B0AC
(164,176,172)
#B0BBB7
(176,187,183)
#BCC6C2
(188,198,194)
#C8D1CD
(200,209,205)
#D4DCD8
(212,220,216)
#E0E7E3
(224,231,227)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748480; }

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

This text font color is #748480.


Background Color

.myBgColor { background-color: #748480; }

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

This div background color is #748480.


Border color

.myBorderColor { border: 1px solid #748480; }

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

This div border color is #748480.


Opacity

.myOpacity80 { color: #748480; opacity: 0.8; }

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

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

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

This text has shadow with #748480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748480 on black background.


Color preview on white background

This text has color #748480 on white background.



Black color preview on #748480 background

This text has black color on #748480 background.


White color preview on #748480 background

This text has white color on #748480 background.