COLOR #748483

HEX: #748483 RGB: (116,132,131)

Color info

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

RGB color model

#748483 color RGB value is (116,132,131).

RGB: (116,132,131) (45%, 52%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 131 of 255 = 51%

116
132
131

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

Portions of RGB colors in percentages

R + G + B = 116 + 132 + 131 = 379 (100%)
R 116 of 379 ~ 30.61%
G 132 of 379 ~ 34.83%
B 131 of 379 ~ 34.56'%

%30.61
%34.83
%34.56

CMYK color model

#748483 color CMYK value is (12,0,1,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.24%

CMYK: (12,0,1,48)
C12M0Y1K48 (12%, 0%, 1%, 48%)
(0.12 / 0.00 / 0.01 / 0.48)

CMYK percentages

%12.12
%0
%0.76
%48.24

Codes

Color #748483 in popluar color models

74 84 83
RGB 116 132 131
HSL 176° 6.45% 48.63%
HSB/HSV 176° 12.12% 51.76%
CMYK 12.12% 0.00% 0.76%
48.24%

Color #748483 in popluar number systems.

HEX 74 84 83
Decimal 116 132 131
Binary 1110100 10000100 10000011
Octal 164 204 203

Shades and tints

Shades of #748483

#748483
(116,132,131)
#6A7878
(106,120,120)
#606C6D
(96,108,109)
#566062
(86,96,98)
#4C5457
(76,84,87)
#42484C
(66,72,76)
#383C41
(56,60,65)
#2E3036
(46,48,54)
#24242B
(36,36,43)
#1A1820
(26,24,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #748483

#748483
(116,132,131)
#808F8E
(128,143,142)
#8C9A99
(140,154,153)
#98A5A4
(152,165,164)
#A4B0AF
(164,176,175)
#B0BBBA
(176,187,186)
#BCC6C5
(188,198,197)
#C8D1D0
(200,209,208)
#D4DCDB
(212,220,219)
#E0E7E6
(224,231,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748483; }

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

This text font color is #748483.

Background Color

.myBgColor { background-color: #748483; }

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

This div background color is #748483.

Border color

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

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

This div border color is #748483.

Opacity

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

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

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

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

This text has shadow with #748483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748483.

Preview

Color preview on black background

This text has color #748483 on black background.


Color preview on white background

This text has color #748483 on white background.


Black color preview on #748483 background

This text has black color on #748483 background.


White color preview on #748483 background

This text has white color on #748483 background.


Related colors

Complementary color

Complementary color for #hex is #8B7B7C.


I love getcolorcode.com

Triadic colors

1 #837484 and #848374 with #748483 are triadic colors.

2 #838474 and #847483 with #748483 are triadic colors.