COLOR #748488

HEX: #748488
RGB: (116,132,136)

Color info

#748488 contains red, green and blue colors in about the same proportion. Web safe color of #748488 is #669999 (or #699).

RGB color model

#748488 color RGB value is (116,132,136).

  • red value is 116;
  • green value is 132;
  • blue value is 136.
RGB:
(116,132,136)
(45%,52%,53%)

RGB channels and saturation

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

116
132
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 136 = 384 (100%)
R 116 of 384 ~ 30.21%
G 132 of 384 ~ 34.38%
B 136 of 384 ~ 35.42%

%30.21
%34.38
%35.42

CMYK color model

#748488 color CMYK value is (15,3,0,47).

  • cyan value is 14.71%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,3,0,47)
C15M3Y0K47 
(15%,3%,0%,47%)
(0.15/0.03/0.00/0.47)	

CMYK percentages

%14.71
%2.94
%0
%46.67

Codes

Color #748488 in popluar color models

748488
RGB116132136
HSL192°7.94%49.41%
HSB/HSV192°14.71%53.33%
CMYK14.71%2.94%0.00%
46.67%

Color #748488 in popluar number systems.

HEX748488
Decimal116132136
Binary11101001000010010001000
Octal164204210

Shades and tints

Shades of #748488

#748488
(116,132,136)
#6A787C
(106,120,124)
#606C70
(96,108,112)
#566064
(86,96,100)
#4C5458
(76,84,88)
#42484C
(66,72,76)
#383C40
(56,60,64)
#2E3034
(46,48,52)
#242428
(36,36,40)
#1A181C
(26,24,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #748488

#748488
(116,132,136)
#808F92
(128,143,146)
#8C9A9C
(140,154,156)
#98A5A6
(152,165,166)
#A4B0B0
(164,176,176)
#B0BBBA
(176,187,186)
#BCC6C4
(188,198,196)
#C8D1CE
(200,209,206)
#D4DCD8
(212,220,216)
#E0E7E2
(224,231,226)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748488; }

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

This text font color is #748488.


Background Color

.myBgColor { background-color: #748488; }

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

This div background color is #748488.


Border color

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

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

This div border color is #748488.


Opacity

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

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

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

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

This text has shadow with #748488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748488 on black background.


Color preview on white background

This text has color #748488 on white background.



Black color preview on #748488 background

This text has black color on #748488 background.


White color preview on #748488 background

This text has white color on #748488 background.