COLOR #748F7D

HEX: #748F7D
RGB: (116,143,125)

Renk bilgisi

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

RGB renk modeli

#748F7D color RGB value is (116,143,125).

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

RGB bağlantıları ve doygunluk

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

116
143
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 143 + 125 = 384 (100%)
R 116 of 384 ~ 30.21%
G 143 of 384 ~ 37.24%
B 125 of 384 ~ 32.55%

%30.21
%37.24
%32.55

CMYK RENK MODELİ

#748F7D rengi CMYK tonu (19,0,13,44).

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

CMYK yüzdeleri

%18.88
%0
%12.59
%43.92

Codes

Color #748F7D in popluar color models

748F7D
RGB116143125
HSL140°10.76%50.78%
HSB/HSV140°18.88%56.08%
CMYK18.88%0.00%12.59%
43.92%

Color #748F7D in popluar number systems.

HEX748F7D
Decimal116143125
Binary1110100100011111111101
Octal164217175

Shades and tints

Shades of #748F7D

#748F7D
(116,143,125)
#6A8272
(106,130,114)
#607567
(96,117,103)
#56685C
(86,104,92)
#4C5B51
(76,91,81)
#424E46
(66,78,70)
#38413B
(56,65,59)
#2E3430
(46,52,48)
#242725
(36,39,37)
#1A1A1A
(26,26,26)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #748F7D

#748F7D
(116,143,125)
#809988
(128,153,136)
#8CA393
(140,163,147)
#98AD9E
(152,173,158)
#A4B7A9
(164,183,169)
#B0C1B4
(176,193,180)
#BCCBBF
(188,203,191)
#C8D5CA
(200,213,202)
#D4DFD5
(212,223,213)
#E0E9E0
(224,233,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748F7D; }

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

This text font color is #748F7D.


Background Color

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

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

This div background color is #748F7D.


Border color

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

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

This div border color is #748F7D.


Opacity

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

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

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

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

This text has shadow with #748F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F7D on black background.


Color preview on white background

This text has color #748F7D on white background.



Black color preview on #748F7D background

This text has black color on #748F7D background.


White color preview on #748F7D background

This text has white color on #748F7D background.