COLOR #748A80

HEX: #748A80
RGB: (116,138,128)

Color info

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

RGB color model

#748A80 color RGB value is (116,138,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 128 of 255 = 50%

116
138
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 128 = 382 (100%)
R 116 of 382 ~ 30.37%
G 138 of 382 ~ 36.13%
B 128 of 382 ~ 33.51%

%30.37
%36.13
%33.51

CMYK color model

#748A80 color CMYK value is (16,0,7,46).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(16,0,7,46)
C16M0Y7K46 
(16%,0%,7%,46%)
(0.16/0.00/0.07/0.46)	

CMYK percentages

%15.94
%0
%7.25
%45.88

Codes

Color #748A80 in popluar color models

748A80
RGB116138128
HSL153°8.66%49.80%
HSB/HSV153°15.94%54.12%
CMYK15.94%0.00%7.25%
45.88%

Color #748A80 in popluar number systems.

HEX748A80
Decimal116138128
Binary11101001000101010000000
Octal164212200

Shades and tints

Shades of #748A80

#748A80
(116,138,128)
#6A7E75
(106,126,117)
#60726A
(96,114,106)
#56665F
(86,102,95)
#4C5A54
(76,90,84)
#424E49
(66,78,73)
#38423E
(56,66,62)
#2E3633
(46,54,51)
#242A28
(36,42,40)
#1A1E1D
(26,30,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #748A80

#748A80
(116,138,128)
#80948B
(128,148,139)
#8C9E96
(140,158,150)
#98A8A1
(152,168,161)
#A4B2AC
(164,178,172)
#B0BCB7
(176,188,183)
#BCC6C2
(188,198,194)
#C8D0CD
(200,208,205)
#D4DAD8
(212,218,216)
#E0E4E3
(224,228,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748A80; }

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

This text font color is #748A80.


Background Color

.myBgColor { background-color: #748A80; }

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

This div background color is #748A80.


Border color

.myBorderColor { border: 1px solid #748A80; }

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

This div border color is #748A80.


Opacity

.myOpacity80 { color: #748A80; opacity: 0.8; }

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

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

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

This text has shadow with #748A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748A80 on black background.


Color preview on white background

This text has color #748A80 on white background.



Black color preview on #748A80 background

This text has black color on #748A80 background.


White color preview on #748A80 background

This text has white color on #748A80 background.