COLOR #748383

HEX: #748383
RGB: (116,131,131)

Color info

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

RGB color model

#748383 color RGB value is (116,131,131).

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

RGB channels and saturation

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

116
131
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 131 = 378 (100%)
R 116 of 378 ~ 30.69%
G 131 of 378 ~ 34.66%
B 131 of 378 ~ 34.66%

%30.69
%34.66
%34.66

CMYK color model

#748383 color CMYK value is (11,0,0,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,0,0,49)
C11M0Y0K49 
(11%,0%,0%,49%)
(0.11/0.00/0.00/0.49)	

CMYK percentages

%11.45
%0
%0
%48.63

Codes

Color #748383 in popluar color models

748383
RGB116131131
HSL180°6.07%48.43%
HSB/HSV180°11.45%51.37%
CMYK11.45%0.00%0.00%
48.63%

Color #748383 in popluar number systems.

HEX748383
Decimal116131131
Binary11101001000001110000011
Octal164203203

Shades and tints

Shades of #748383

#748383
(116,131,131)
#6A7878
(106,120,120)
#606D6D
(96,109,109)
#566262
(86,98,98)
#4C5757
(76,87,87)
#424C4C
(66,76,76)
#384141
(56,65,65)
#2E3636
(46,54,54)
#242B2B
(36,43,43)
#1A2020
(26,32,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #748383

#748383
(116,131,131)
#808E8E
(128,142,142)
#8C9999
(140,153,153)
#98A4A4
(152,164,164)
#A4AFAF
(164,175,175)
#B0BABA
(176,186,186)
#BCC5C5
(188,197,197)
#C8D0D0
(200,208,208)
#D4DBDB
(212,219,219)
#E0E6E6
(224,230,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748383; }

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

This text font color is #748383.


Background Color

.myBgColor { background-color: #748383; }

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

This div background color is #748383.


Border color

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

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

This div border color is #748383.


Opacity

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

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

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

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

This text has shadow with #748383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748383 on black background.


Color preview on white background

This text has color #748383 on white background.



Black color preview on #748383 background

This text has black color on #748383 background.


White color preview on #748383 background

This text has white color on #748383 background.