COLOR #747B63

HEX: #747B63
RGB: (116,123,99)

Color info

#747B63 contains red, green and blue colors in about the same proportion. Web safe color of #747B63 is #666666 (or #666).

RGB color model

#747B63 color RGB value is (116,123,99).

  • red value is 116;
  • green value is 123;
  • blue value is 99.
RGB:
(116,123,99)
(45%,48%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 99 of 255 = 39%

116
123
99

R + G + B ~ 44%. #747B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 99 = 338 (100%)
R 116 of 338 ~ 34.32%
G 123 of 338 ~ 36.39%
B 99 of 338 ~ 29.29%

%34.32
%36.39
%29.29

CMYK color model

#747B63 color CMYK value is (6,0,20,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(6,0,20,52)
C6M0Y20K52 
(6%,0%,20%,52%)
(0.06/0.00/0.20/0.52)	

CMYK percentages

%5.69
%0
%19.51
%51.76

Codes

Color #747B63 in popluar color models

747B63
RGB11612399
HSL78°10.81%43.53%
HSB/HSV78°19.51%48.24%
CMYK5.69%0.00%19.51%
51.76%

Color #747B63 in popluar number systems.

HEX747B63
Decimal11612399
Binary111010011110111100011
Octal164173143

Shades and tints

Shades of #747B63

#747B63
(116,123,99)
#6A705A
(106,112,90)
#606551
(96,101,81)
#565A48
(86,90,72)
#4C4F3F
(76,79,63)
#424436
(66,68,54)
#38392D
(56,57,45)
#2E2E24
(46,46,36)
#24231B
(36,35,27)
#1A1812
(26,24,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #747B63

#747B63
(116,123,99)
#808771
(128,135,113)
#8C937F
(140,147,127)
#989F8D
(152,159,141)
#A4AB9B
(164,171,155)
#B0B7A9
(176,183,169)
#BCC3B7
(188,195,183)
#C8CFC5
(200,207,197)
#D4DBD3
(212,219,211)
#E0E7E1
(224,231,225)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747B63 color. Also use rgb(116,123,99) instead hex code.

Text Font Color

.myTextColor { color: #747B63; }

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

This text font color is #747B63.


Background Color

.myBgColor { background-color: #747B63; }

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

This div background color is #747B63.


Border color

.myBorderColor { border: 1px solid #747B63; }

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

This div border color is #747B63.


Opacity

.myOpacity80 { color: #747B63; opacity: 0.8; }

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

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

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

This text has shadow with #747B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747B63 on black background.


Color preview on white background

This text has color #747B63 on white background.



Black color preview on #747B63 background

This text has black color on #747B63 background.


White color preview on #747B63 background

This text has white color on #747B63 background.