COLOR #748884

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
136
132

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

Portions of RGB colors in percentages

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

%30.21
%35.42
%34.38

CMYK color model

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

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

CMYK percentages

%14.71
%0
%2.94
%46.67

Codes

Color #748884 in popluar color models

748884
RGB116136132
HSL168°7.94%49.41%
HSB/HSV168°14.71%53.33%
CMYK14.71%0.00%2.94%
46.67%

Color #748884 in popluar number systems.

HEX748884
Decimal116136132
Binary11101001000100010000100
Octal164210204

Shades and tints

Shades of #748884

#748884
(116,136,132)
#6A7C78
(106,124,120)
#60706C
(96,112,108)
#566460
(86,100,96)
#4C5854
(76,88,84)
#424C48
(66,76,72)
#38403C
(56,64,60)
#2E3430
(46,52,48)
#242824
(36,40,36)
#1A1C18
(26,28,24)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #748884

#748884
(116,136,132)
#80928F
(128,146,143)
#8C9C9A
(140,156,154)
#98A6A5
(152,166,165)
#A4B0B0
(164,176,176)
#B0BABB
(176,186,187)
#BCC4C6
(188,196,198)
#C8CED1
(200,206,209)
#D4D8DC
(212,216,220)
#E0E2E7
(224,226,231)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748884; }

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

This text font color is #748884.


Background Color

.myBgColor { background-color: #748884; }

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

This div background color is #748884.


Border color

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

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

This div border color is #748884.


Opacity

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

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

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

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

This text has shadow with #748884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748884 on black background.


Color preview on white background

This text has color #748884 on white background.



Black color preview on #748884 background

This text has black color on #748884 background.


White color preview on #748884 background

This text has white color on #748884 background.