COLOR #748D80

HEX: #748D80
RGB: (116,141,128)

Renk bilgisi

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

RGB renk modeli

#748D80 color RGB value is (116,141,128).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 141 of 255 = 55%
B 128 of 255 = 50%

116
141
128

R + G + B ~ 50%. #748D80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 141 + 128 = 385 (100%)
R 116 of 385 ~ 30.13%
G 141 of 385 ~ 36.62%
B 128 of 385 ~ 33.25%

%30.13
%36.62
%33.25

CMYK RENK MODELİ

#748D80 rengi CMYK tonu (18,0,9,45).

  • camgöbeği tonu 17.73%
  • eflatun tonu 0.00%
  • sarı tonu 9.22%
  • ana renk tonu 44.71%
CMYK:
(18,0,9,45)
C18M0Y9K45 
(18%,0%,9%,45%)
(0.18/0.00/0.09/0.45)	

CMYK yüzdeleri

%17.73
%0
%9.22
%44.71

Codes

Color #748D80 in popluar color models

748D80
RGB116141128
HSL149°9.88%50.39%
HSB/HSV149°17.73%55.29%
CMYK17.73%0.00%9.22%
44.71%

Color #748D80 in popluar number systems.

HEX748D80
Decimal116141128
Binary11101001000110110000000
Octal164215200

Shades and tints

Shades of #748D80

#748D80
(116,141,128)
#6A8175
(106,129,117)
#60756A
(96,117,106)
#56695F
(86,105,95)
#4C5D54
(76,93,84)
#425149
(66,81,73)
#38453E
(56,69,62)
#2E3933
(46,57,51)
#242D28
(36,45,40)
#1A211D
(26,33,29)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #748D80

#748D80
(116,141,128)
#80978B
(128,151,139)
#8CA196
(140,161,150)
#98ABA1
(152,171,161)
#A4B5AC
(164,181,172)
#B0BFB7
(176,191,183)
#BCC9C2
(188,201,194)
#C8D3CD
(200,211,205)
#D4DDD8
(212,221,216)
#E0E7E3
(224,231,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748D80; }

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

This text font color is #748D80.


Background Color

.myBgColor { background-color: #748D80; }

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

This div background color is #748D80.


Border color

.myBorderColor { border: 1px solid #748D80; }

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

This div border color is #748D80.


Opacity

.myOpacity80 { color: #748D80; opacity: 0.8; }

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

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

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

This text has shadow with #748D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748D80 on black background.


Color preview on white background

This text has color #748D80 on white background.



Black color preview on #748D80 background

This text has black color on #748D80 background.


White color preview on #748D80 background

This text has white color on #748D80 background.