COLOR #747048

HEX: #747048
RGB: (116,112,72)

Color info

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

RGB color model

#747048 color RGB value is (116,112,72).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 72 of 255 = 28%

116
112
72

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 72 = 300 (100%)
R 116 of 300 ~ 38.67%
G 112 of 300 ~ 37.33%
B 72 of 300 ~ 24%

%38.67
%37.33
%24

CMYK color model

#747048 color CMYK value is (0,3,38,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(0,3,38,55)
C0M3Y38K55 
(0%,3%,38%,55%)
(0.00/0.03/0.38/0.55)	

CMYK percentages

%0
%3.45
%37.93
%54.51

Codes

Color #747048 in popluar color models

747048
RGB11611272
HSL55°23.40%36.86%
HSB/HSV55°37.93%45.49%
CMYK0.00%3.45%37.93%
54.51%

Color #747048 in popluar number systems.

HEX747048
Decimal11611272
Binary111010011100001001000
Octal164160110

Shades and tints

Shades of #747048

#747048
(116,112,72)
#6A6642
(106,102,66)
#605C3C
(96,92,60)
#565236
(86,82,54)
#4C4830
(76,72,48)
#423E2A
(66,62,42)
#383424
(56,52,36)
#2E2A1E
(46,42,30)
#242018
(36,32,24)
#1A1612
(26,22,18)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #747048

#747048
(116,112,72)
#807D58
(128,125,88)
#8C8A68
(140,138,104)
#989778
(152,151,120)
#A4A488
(164,164,136)
#B0B198
(176,177,152)
#BCBEA8
(188,190,168)
#C8CBB8
(200,203,184)
#D4D8C8
(212,216,200)
#E0E5D8
(224,229,216)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747048; }

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

This text font color is #747048.


Background Color

.myBgColor { background-color: #747048; }

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

This div background color is #747048.


Border color

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

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

This div border color is #747048.


Opacity

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

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

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

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

This text has shadow with #747048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747048 on black background.


Color preview on white background

This text has color #747048 on white background.



Black color preview on #747048 background

This text has black color on #747048 background.


White color preview on #747048 background

This text has white color on #747048 background.