COLOR #747542

HEX: #747542
RGB: (116,117,66)

Color info

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

RGB color model

#747542 color RGB value is (116,117,66).

  • red value is 116;
  • green value is 117;
  • blue value is 66.
RGB:
(116,117,66)
(45%,46%,26%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 66 of 255 = 26%

116
117
66

R + G + B ~ 39%. #747542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 66 = 299 (100%)
R 116 of 299 ~ 38.8%
G 117 of 299 ~ 39.13%
B 66 of 299 ~ 22.07%

%38.8
%39.13
%22.07

CMYK color model

#747542 color CMYK value is (1,0,44,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 43.59%
  • key color value is 54.12%
CMYK:
(1,0,44,54)
C1M0Y44K54 
(1%,0%,44%,54%)
(0.01/0.00/0.44/0.54)	

CMYK percentages

%0.85
%0
%43.59
%54.12

Codes

Color #747542 in popluar color models

747542
RGB11611766
HSL61°27.87%35.88%
HSB/HSV61°43.59%45.88%
CMYK0.85%0.00%43.59%
54.12%

Color #747542 in popluar number systems.

HEX747542
Decimal11611766
Binary111010011101011000010
Octal164165102

Shades and tints

Shades of #747542

#747542
(116,117,66)
#6A6B3C
(106,107,60)
#606136
(96,97,54)
#565730
(86,87,48)
#4C4D2A
(76,77,42)
#424324
(66,67,36)
#38391E
(56,57,30)
#2E2F18
(46,47,24)
#242512
(36,37,18)
#1A1B0C
(26,27,12)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #747542

#747542
(116,117,66)
#808153
(128,129,83)
#8C8D64
(140,141,100)
#989975
(152,153,117)
#A4A586
(164,165,134)
#B0B197
(176,177,151)
#BCBDA8
(188,189,168)
#C8C9B9
(200,201,185)
#D4D5CA
(212,213,202)
#E0E1DB
(224,225,219)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747542; }

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

This text font color is #747542.


Background Color

.myBgColor { background-color: #747542; }

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

This div background color is #747542.


Border color

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

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

This div border color is #747542.


Opacity

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

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

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

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

This text has shadow with #747542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747542 on black background.


Color preview on white background

This text has color #747542 on white background.



Black color preview on #747542 background

This text has black color on #747542 background.


White color preview on #747542 background

This text has white color on #747542 background.