COLOR #748880

HEX: #748880
RGB: (116,136,128)

Color info

#748880 contains red, green and blue colors in about the same proportion. Web safe color of #748880 is #669966 (or #696).

RGB color model

#748880 color RGB value is (116,136,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 128 of 255 = 50%

116
136
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 128 = 380 (100%)
R 116 of 380 ~ 30.53%
G 136 of 380 ~ 35.79%
B 128 of 380 ~ 33.68%

%30.53
%35.79
%33.68

CMYK color model

#748880 color CMYK value is (15,0,6,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(15,0,6,47)
C15M0Y6K47 
(15%,0%,6%,47%)
(0.15/0.00/0.06/0.47)	

CMYK percentages

%14.71
%0
%5.88
%46.67

Codes

Color #748880 in popluar color models

748880
RGB116136128
HSL156°7.94%49.41%
HSB/HSV156°14.71%53.33%
CMYK14.71%0.00%5.88%
46.67%

Color #748880 in popluar number systems.

HEX748880
Decimal116136128
Binary11101001000100010000000
Octal164210200

Shades and tints

Shades of #748880

#748880
(116,136,128)
#6A7C75
(106,124,117)
#60706A
(96,112,106)
#56645F
(86,100,95)
#4C5854
(76,88,84)
#424C49
(66,76,73)
#38403E
(56,64,62)
#2E3433
(46,52,51)
#242828
(36,40,40)
#1A1C1D
(26,28,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #748880

#748880
(116,136,128)
#80928B
(128,146,139)
#8C9C96
(140,156,150)
#98A6A1
(152,166,161)
#A4B0AC
(164,176,172)
#B0BAB7
(176,186,183)
#BCC4C2
(188,196,194)
#C8CECD
(200,206,205)
#D4D8D8
(212,216,216)
#E0E2E3
(224,226,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748880; }

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

This text font color is #748880.


Background Color

.myBgColor { background-color: #748880; }

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

This div background color is #748880.


Border color

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

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

This div border color is #748880.


Opacity

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

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

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

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

This text has shadow with #748880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748880 on black background.


Color preview on white background

This text has color #748880 on white background.



Black color preview on #748880 background

This text has black color on #748880 background.


White color preview on #748880 background

This text has white color on #748880 background.