COLOR #748E75

HEX: #748E75
RGB: (116,142,117)

Renk bilgisi

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

RGB renk modeli

#748E75 color RGB value is (116,142,117).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 142 of 255 = 56%
B 117 of 255 = 46%

116
142
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 142 + 117 = 375 (100%)
R 116 of 375 ~ 30.93%
G 142 of 375 ~ 37.87%
B 117 of 375 ~ 31.2%

%30.93
%37.87
%31.2

CMYK RENK MODELİ

#748E75 rengi CMYK tonu (18,0,18,44).

  • camgöbeği tonu 18.31%
  • eflatun tonu 0.00%
  • sarı tonu 17.61%
  • ana renk tonu 44.31%
CMYK:
(18,0,18,44)
C18M0Y18K44 
(18%,0%,18%,44%)
(0.18/0.00/0.18/0.44)	

CMYK yüzdeleri

%18.31
%0
%17.61
%44.31

Codes

Color #748E75 in popluar color models

748E75
RGB116142117
HSL122°10.32%50.59%
HSB/HSV122°18.31%55.69%
CMYK18.31%0.00%17.61%
44.31%

Color #748E75 in popluar number systems.

HEX748E75
Decimal116142117
Binary1110100100011101110101
Octal164216165

Shades and tints

Shades of #748E75

#748E75
(116,142,117)
#6A826B
(106,130,107)
#607661
(96,118,97)
#566A57
(86,106,87)
#4C5E4D
(76,94,77)
#425243
(66,82,67)
#384639
(56,70,57)
#2E3A2F
(46,58,47)
#242E25
(36,46,37)
#1A221B
(26,34,27)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #748E75

#748E75
(116,142,117)
#809881
(128,152,129)
#8CA28D
(140,162,141)
#98AC99
(152,172,153)
#A4B6A5
(164,182,165)
#B0C0B1
(176,192,177)
#BCCABD
(188,202,189)
#C8D4C9
(200,212,201)
#D4DED5
(212,222,213)
#E0E8E1
(224,232,225)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748E75 color. Also use rgb(116,142,117) instead hex code.

Text Font Color

.myTextColor { color: #748E75; }

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

This text font color is #748E75.


Background Color

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

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

This div background color is #748E75.


Border color

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

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

This div border color is #748E75.


Opacity

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

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

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

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

This text has shadow with #748E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E75 on black background.


Color preview on white background

This text has color #748E75 on white background.



Black color preview on #748E75 background

This text has black color on #748E75 background.


White color preview on #748E75 background

This text has white color on #748E75 background.