COLOR #748983

HEX: #748983
RGB: (116,137,131)

Color info

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

RGB color model

#748983 color RGB value is (116,137,131).

  • red value is 116;
  • green value is 137;
  • blue value is 131.
RGB: (116,137,131) (45%,54%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 131 of 255 = 51%

116
137
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 131 = 384 (100%)
R 116 of 384 ~ 30.21%
G 137 of 384 ~ 35.68%
B 131 of 384 ~ 34.11%

%30.21
%35.68
%34.11

CMYK color model

#748983 color CMYK value is (15,0,4,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK: (15,0,4,46) C15M0Y4K46 (15%,0%,4%,46%) (0.15/0.00/0.04/0.46)

CMYK percentages

%15.33
%0
%4.38
%46.27

Codes

Color #748983 in popluar color models

748983
RGB116137131
HSL163°8.30%49.61%
HSB/HSV163°15.33%53.73%
CMYK15.33%0.00%4.38%
46.27%

Color #748983 in popluar number systems.

HEX748983
Decimal116137131
Binary11101001000100110000011
Octal164211203

Shades and tints

Shades of #748983

#748983
(116,137,131)
#6A7D78
(106,125,120)
#60716D
(96,113,109)
#566562
(86,101,98)
#4C5957
(76,89,87)
#424D4C
(66,77,76)
#384141
(56,65,65)
#2E3536
(46,53,54)
#24292B
(36,41,43)
#1A1D20
(26,29,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #748983

#748983
(116,137,131)
#80938E
(128,147,142)
#8C9D99
(140,157,153)
#98A7A4
(152,167,164)
#A4B1AF
(164,177,175)
#B0BBBA
(176,187,186)
#BCC5C5
(188,197,197)
#C8CFD0
(200,207,208)
#D4D9DB
(212,217,219)
#E0E3E6
(224,227,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748983; }

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

This text font color is #748983.


Background Color

.myBgColor { background-color: #748983; }

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

This div background color is #748983.


Border color

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

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

This div border color is #748983.


Opacity

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

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

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

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

This text has shadow with #748983 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #748983 on black background.


Color preview on white background

This text has color #748983 on white background.



Black color preview on #748983 background

This text has black color on #748983 background.


White color preview on #748983 background

This text has white color on #748983 background.