COLOR #747354

HEX: #747354
RGB: (116,115,84)

Color info

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

RGB color model

#747354 color RGB value is (116,115,84).

  • red value is 116;
  • green value is 115;
  • blue value is 84.
RGB:
(116,115,84)
(45%,45%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 84 of 255 = 33%

116
115
84

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 84 = 315 (100%)
R 116 of 315 ~ 36.83%
G 115 of 315 ~ 36.51%
B 84 of 315 ~ 26.67%

%36.83
%36.51
%26.67

CMYK color model

#747354 color CMYK value is (0,1,28,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(0,1,28,55)
C0M1Y28K55 
(0%,1%,28%,55%)
(0.00/0.01/0.28/0.55)	

CMYK percentages

%0
%0.86
%27.59
%54.51

Codes

Color #747354 in popluar color models

747354
RGB11611584
HSL58°16.00%39.22%
HSB/HSV58°27.59%45.49%
CMYK0.00%0.86%27.59%
54.51%

Color #747354 in popluar number systems.

HEX747354
Decimal11611584
Binary111010011100111010100
Octal164163124

Shades and tints

Shades of #747354

#747354
(116,115,84)
#6A694D
(106,105,77)
#605F46
(96,95,70)
#56553F
(86,85,63)
#4C4B38
(76,75,56)
#424131
(66,65,49)
#38372A
(56,55,42)
#2E2D23
(46,45,35)
#24231C
(36,35,28)
#1A1915
(26,25,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #747354

#747354
(116,115,84)
#807F63
(128,127,99)
#8C8B72
(140,139,114)
#989781
(152,151,129)
#A4A390
(164,163,144)
#B0AF9F
(176,175,159)
#BCBBAE
(188,187,174)
#C8C7BD
(200,199,189)
#D4D3CC
(212,211,204)
#E0DFDB
(224,223,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747354; }

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

This text font color is #747354.


Background Color

.myBgColor { background-color: #747354; }

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

This div background color is #747354.


Border color

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

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

This div border color is #747354.


Opacity

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

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

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

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

This text has shadow with #747354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747354 on black background.


Color preview on white background

This text has color #747354 on white background.



Black color preview on #747354 background

This text has black color on #747354 background.


White color preview on #747354 background

This text has white color on #747354 background.