COLOR #747D48

HEX: #747D48
RGB: (116,125,72)

Color info

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

RGB color model

#747D48 color RGB value is (116,125,72).

  • red value is 116;
  • green value is 125;
  • blue value is 72.
RGB:
(116,125,72)
(45%,49%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 72 of 255 = 28%

116
125
72

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 72 = 313 (100%)
R 116 of 313 ~ 37.06%
G 125 of 313 ~ 39.94%
B 72 of 313 ~ 23%

%37.06
%39.94
%23

CMYK color model

#747D48 color CMYK value is (7,0,42,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 50.98%
CMYK:
(7,0,42,51)
C7M0Y42K51 
(7%,0%,42%,51%)
(0.07/0.00/0.42/0.51)	

CMYK percentages

%7.2
%0
%42.4
%50.98

Codes

Color #747D48 in popluar color models

747D48
RGB11612572
HSL70°26.90%38.63%
HSB/HSV70°42.40%49.02%
CMYK7.20%0.00%42.40%
50.98%

Color #747D48 in popluar number systems.

HEX747D48
Decimal11612572
Binary111010011111011001000
Octal164175110

Shades and tints

Shades of #747D48

#747D48
(116,125,72)
#6A7242
(106,114,66)
#60673C
(96,103,60)
#565C36
(86,92,54)
#4C5130
(76,81,48)
#42462A
(66,70,42)
#383B24
(56,59,36)
#2E301E
(46,48,30)
#242518
(36,37,24)
#1A1A12
(26,26,18)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #747D48

#747D48
(116,125,72)
#808858
(128,136,88)
#8C9368
(140,147,104)
#989E78
(152,158,120)
#A4A988
(164,169,136)
#B0B498
(176,180,152)
#BCBFA8
(188,191,168)
#C8CAB8
(200,202,184)
#D4D5C8
(212,213,200)
#E0E0D8
(224,224,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D48 color. Also use rgb(116,125,72) instead hex code.

Text Font Color

.myTextColor { color: #747D48; }

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

This text font color is #747D48.


Background Color

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

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

This div background color is #747D48.


Border color

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

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

This div border color is #747D48.


Opacity

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

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

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

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

This text has shadow with #747D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D48 on black background.


Color preview on white background

This text has color #747D48 on white background.



Black color preview on #747D48 background

This text has black color on #747D48 background.


White color preview on #747D48 background

This text has white color on #747D48 background.