COLOR #747B44

HEX: #747B44
RGB: (116,123,68)

Color info

#747B44 contains red, green and blue colors in about the same proportion. Web safe color of #747B44 is #666633 (or #663).

RGB color model

#747B44 color RGB value is (116,123,68).

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

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 68 of 255 = 27%

116
123
68

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

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 68 = 307 (100%)
R 116 of 307 ~ 37.79%
G 123 of 307 ~ 40.07%
B 68 of 307 ~ 22.15%

%37.79
%40.07
%22.15

CMYK color model

#747B44 color CMYK value is (6,0,45,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 44.72%
  • key color value is 51.76%
CMYK:
(6,0,45,52)
C6M0Y45K52 
(6%,0%,45%,52%)
(0.06/0.00/0.45/0.52)	

CMYK percentages

%5.69
%0
%44.72
%51.76

Codes

Color #747B44 in popluar color models

747B44
RGB11612368
HSL68°28.80%37.45%
HSB/HSV68°44.72%48.24%
CMYK5.69%0.00%44.72%
51.76%

Color #747B44 in popluar number systems.

HEX747B44
Decimal11612368
Binary111010011110111000100
Octal164173104

Shades and tints

Shades of #747B44

#747B44
(116,123,68)
#6A703E
(106,112,62)
#606538
(96,101,56)
#565A32
(86,90,50)
#4C4F2C
(76,79,44)
#424426
(66,68,38)
#383920
(56,57,32)
#2E2E1A
(46,46,26)
#242314
(36,35,20)
#1A180E
(26,24,14)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #747B44

#747B44
(116,123,68)
#808755
(128,135,85)
#8C9366
(140,147,102)
#989F77
(152,159,119)
#A4AB88
(164,171,136)
#B0B799
(176,183,153)
#BCC3AA
(188,195,170)
#C8CFBB
(200,207,187)
#D4DBCC
(212,219,204)
#E0E7DD
(224,231,221)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747B44; }

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

This text font color is #747B44.


Background Color

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

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

This div background color is #747B44.


Border color

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

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

This div border color is #747B44.


Opacity

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

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

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

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

This text has shadow with #747B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747B44 on black background.


Color preview on white background

This text has color #747B44 on white background.



Black color preview on #747B44 background

This text has black color on #747B44 background.


White color preview on #747B44 background

This text has white color on #747B44 background.