COLOR #748588

HEX: #748588
RGB: (116,133,136)

Renk bilgisi

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

RGB renk modeli

#748588 color RGB value is (116,133,136).

  • kırmız ton 116;
  • yeşil ton 133;
  • mavi ton 136.
RGB:
(116,133,136)
(45%,52%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 133 of 255 = 52%
B 136 of 255 = 53%

116
133
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 133 + 136 = 385 (100%)
R 116 of 385 ~ 30.13%
G 133 of 385 ~ 34.55%
B 136 of 385 ~ 35.32%

%30.13
%34.55
%35.32

CMYK RENK MODELİ

#748588 rengi CMYK tonu (15,2,0,47).

  • camgöbeği tonu 14.71%
  • eflatun tonu 2.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(15,2,0,47)
C15M2Y0K47 
(15%,2%,0%,47%)
(0.15/0.02/0.00/0.47)	

CMYK yüzdeleri

%14.71
%2.21
%0
%46.67

Codes

Color #748588 in popluar color models

748588
RGB116133136
HSL189°7.94%49.41%
HSB/HSV189°14.71%53.33%
CMYK14.71%2.21%0.00%
46.67%

Color #748588 in popluar number systems.

HEX748588
Decimal116133136
Binary11101001000010110001000
Octal164205210

Shades and tints

Shades of #748588

#748588
(116,133,136)
#6A797C
(106,121,124)
#606D70
(96,109,112)
#566164
(86,97,100)
#4C5558
(76,85,88)
#42494C
(66,73,76)
#383D40
(56,61,64)
#2E3134
(46,49,52)
#242528
(36,37,40)
#1A191C
(26,25,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #748588

#748588
(116,133,136)
#809092
(128,144,146)
#8C9B9C
(140,155,156)
#98A6A6
(152,166,166)
#A4B1B0
(164,177,176)
#B0BCBA
(176,188,186)
#BCC7C4
(188,199,196)
#C8D2CE
(200,210,206)
#D4DDD8
(212,221,216)
#E0E8E2
(224,232,226)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748588 color. Also use rgb(116,133,136) instead hex code.

Text Font Color

.myTextColor { color: #748588; }

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

This text font color is #748588.


Background Color

.myBgColor { background-color: #748588; }

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

This div background color is #748588.


Border color

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

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

This div border color is #748588.


Opacity

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

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

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

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

This text has shadow with #748588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748588 on black background.


Color preview on white background

This text has color #748588 on white background.



Black color preview on #748588 background

This text has black color on #748588 background.


White color preview on #748588 background

This text has white color on #748588 background.