COLOR #748084

HEX: #748084
RGB: (116,128,132)

Color info

#748084 contains red, green and blue colors in about the same proportion. Web safe color of #748084 is #666699 (or #669).

RGB color model

#748084 color RGB value is (116,128,132).

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

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 132 of 255 = 52%

116
128
132

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 132 = 376 (100%)
R 116 of 376 ~ 30.85%
G 128 of 376 ~ 34.04%
B 132 of 376 ~ 35.11%

%30.85
%34.04
%35.11

CMYK color model

#748084 color CMYK value is (12,3,0,48).

  • cyan value is 12.12%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(12,3,0,48)
C12M3Y0K48 
(12%,3%,0%,48%)
(0.12/0.03/0.00/0.48)	

CMYK percentages

%12.12
%3.03
%0
%48.24

Codes

Color #748084 in popluar color models

748084
RGB116128132
HSL195°6.45%48.63%
HSB/HSV195°12.12%51.76%
CMYK12.12%3.03%0.00%
48.24%

Color #748084 in popluar number systems.

HEX748084
Decimal116128132
Binary11101001000000010000100
Octal164200204

Shades and tints

Shades of #748084

#748084
(116,128,132)
#6A7578
(106,117,120)
#606A6C
(96,106,108)
#565F60
(86,95,96)
#4C5454
(76,84,84)
#424948
(66,73,72)
#383E3C
(56,62,60)
#2E3330
(46,51,48)
#242824
(36,40,36)
#1A1D18
(26,29,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #748084

#748084
(116,128,132)
#808B8F
(128,139,143)
#8C969A
(140,150,154)
#98A1A5
(152,161,165)
#A4ACB0
(164,172,176)
#B0B7BB
(176,183,187)
#BCC2C6
(188,194,198)
#C8CDD1
(200,205,209)
#D4D8DC
(212,216,220)
#E0E3E7
(224,227,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748084; }

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

This text font color is #748084.


Background Color

.myBgColor { background-color: #748084; }

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

This div background color is #748084.


Border color

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

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

This div border color is #748084.


Opacity

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

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

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

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

This text has shadow with #748084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748084 on black background.


Color preview on white background

This text has color #748084 on white background.



Black color preview on #748084 background

This text has black color on #748084 background.


White color preview on #748084 background

This text has white color on #748084 background.