COLOR #748180

HEX: #748180
RGB: (116,129,128)

Color info

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

RGB color model

#748180 color RGB value is (116,129,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 128 of 255 = 50%

116
129
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 128 = 373 (100%)
R 116 of 373 ~ 31.1%
G 129 of 373 ~ 34.58%
B 128 of 373 ~ 34.32%

%31.1
%34.58
%34.32

CMYK color model

#748180 color CMYK value is (10,0,1,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(10,0,1,49)
C10M0Y1K49 
(10%,0%,1%,49%)
(0.10/0.00/0.01/0.49)	

CMYK percentages

%10.08
%0
%0.78
%49.41

Codes

Color #748180 in popluar color models

748180
RGB116129128
HSL175°5.31%48.04%
HSB/HSV175°10.08%50.59%
CMYK10.08%0.00%0.78%
49.41%

Color #748180 in popluar number systems.

HEX748180
Decimal116129128
Binary11101001000000110000000
Octal164201200

Shades and tints

Shades of #748180

#748180
(116,129,128)
#6A7675
(106,118,117)
#606B6A
(96,107,106)
#56605F
(86,96,95)
#4C5554
(76,85,84)
#424A49
(66,74,73)
#383F3E
(56,63,62)
#2E3433
(46,52,51)
#242928
(36,41,40)
#1A1E1D
(26,30,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #748180

#748180
(116,129,128)
#808C8B
(128,140,139)
#8C9796
(140,151,150)
#98A2A1
(152,162,161)
#A4ADAC
(164,173,172)
#B0B8B7
(176,184,183)
#BCC3C2
(188,195,194)
#C8CECD
(200,206,205)
#D4D9D8
(212,217,216)
#E0E4E3
(224,228,227)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748180; }

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

This text font color is #748180.


Background Color

.myBgColor { background-color: #748180; }

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

This div background color is #748180.


Border color

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

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

This div border color is #748180.


Opacity

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

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

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

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

This text has shadow with #748180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748180 on black background.


Color preview on white background

This text has color #748180 on white background.



Black color preview on #748180 background

This text has black color on #748180 background.


White color preview on #748180 background

This text has white color on #748180 background.