COLOR #748783

HEX: #748783
RGB: (116,135,131)

Color info

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

RGB color model

#748783 color RGB value is (116,135,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 131 of 255 = 51%

116
135
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 131 = 382 (100%)
R 116 of 382 ~ 30.37%
G 135 of 382 ~ 35.34%
B 131 of 382 ~ 34.29%

%30.37
%35.34
%34.29

CMYK color model

#748783 color CMYK value is (14,0,3,47).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(14,0,3,47)
C14M0Y3K47 
(14%,0%,3%,47%)
(0.14/0.00/0.03/0.47)	

CMYK percentages

%14.07
%0
%2.96
%47.06

Codes

Color #748783 in popluar color models

748783
RGB116135131
HSL167°7.57%49.22%
HSB/HSV167°14.07%52.94%
CMYK14.07%0.00%2.96%
47.06%

Color #748783 in popluar number systems.

HEX748783
Decimal116135131
Binary11101001000011110000011
Octal164207203

Shades and tints

Shades of #748783

#748783
(116,135,131)
#6A7B78
(106,123,120)
#606F6D
(96,111,109)
#566362
(86,99,98)
#4C5757
(76,87,87)
#424B4C
(66,75,76)
#383F41
(56,63,65)
#2E3336
(46,51,54)
#24272B
(36,39,43)
#1A1B20
(26,27,32)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #748783

#748783
(116,135,131)
#80918E
(128,145,142)
#8C9B99
(140,155,153)
#98A5A4
(152,165,164)
#A4AFAF
(164,175,175)
#B0B9BA
(176,185,186)
#BCC3C5
(188,195,197)
#C8CDD0
(200,205,208)
#D4D7DB
(212,215,219)
#E0E1E6
(224,225,230)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748783; }

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

This text font color is #748783.


Background Color

.myBgColor { background-color: #748783; }

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

This div background color is #748783.


Border color

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

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

This div border color is #748783.


Opacity

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

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

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

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

This text has shadow with #748783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748783 on black background.


Color preview on white background

This text has color #748783 on white background.



Black color preview on #748783 background

This text has black color on #748783 background.


White color preview on #748783 background

This text has white color on #748783 background.