COLOR #748D82

HEX: #748D82 RGB: (116,141,130)

Color info

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

RGB color model

#748D82 color RGB value is (116,141,130).

RGB: (116,141,130) (45%, 55%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 130 of 255 = 51%

116
141
130

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

Portions of RGB colors in percentages

R + G + B = 116 + 141 + 130 = 387 (100%)
R 116 of 387 ~ 29.97%
G 141 of 387 ~ 36.43%
B 130 of 387 ~ 33.59'%

%29.97
%36.43
%33.59

CMYK color model

#748D82 color CMYK value is (18,0,8,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 44.71%
CMYK: (18,0,8,45) C18M0Y8K45 (18%,0%,8%,45%) (0.18/0.00/0.08/0.45) 

CMYK percentages

%17.73
%0
%7.8
%44.71

Codes

Color #748D82 in popluar color models

74 8D 82
RGB 116 141 130
HSL 154° 9.88% 50.39%
HSB/HSV 154° 17.73% 55.29%
CMYK 17.73% 0.00% 7.80%
44.71%

Color #748D82 in popluar number systems.

HEX 74 8D 82
Decimal 116 141 130
Binary 1110100 10001101 10000010
Octal 164 215 202

Shades and tints

Shades of #748D82

#748D82
(116,141,130)
#6A8177
(106,129,119)
#60756C
(96,117,108)
#566961
(86,105,97)
#4C5D56
(76,93,86)
#42514B
(66,81,75)
#384540
(56,69,64)
#2E3935
(46,57,53)
#242D2A
(36,45,42)
#1A211F
(26,33,31)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #748D82

#748D82
(116,141,130)
#80978D
(128,151,141)
#8CA198
(140,161,152)
#98ABA3
(152,171,163)
#A4B5AE
(164,181,174)
#B0BFB9
(176,191,185)
#BCC9C4
(188,201,196)
#C8D3CF
(200,211,207)
#D4DDDA
(212,221,218)
#E0E7E5
(224,231,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748D82 color. Also use rgb(116,141,130) instead hex code.

Text Font Color

.myTextColor { color: #748D82; }

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

This text font color is #748D82.

Background Color

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

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

This div background color is #748D82.

Border color

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

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

This div border color is #748D82.

Opacity

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

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

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

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

This text has shadow with #748D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748D82.

Preview

Color preview on black background

This text has color #748D82 on black background.


Color preview on white background

This text has color #748D82 on white background.


Black color preview on #748D82 background

This text has black color on #748D82 background.


White color preview on #748D82 background

This text has white color on #748D82 background.


Related colors

Complementary color

Complementary color for #hex is #8B727D.


I love getcolorcode.com

Triadic colors

1 #82748D and #8D8274 with #748D82 are triadic colors.

2 #828D74 and #8D7482 with #748D82 are triadic colors.