COLOR #747452

HEX: #747452
RGB: (116,116,82)

Color info

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

RGB color model

#747452 color RGB value is (116,116,82).

  • red value is 116;
  • green value is 116;
  • blue value is 82.
RGB:
(116,116,82)
(45%,45%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 82 of 255 = 32%

116
116
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 82 = 314 (100%)
R 116 of 314 ~ 36.94%
G 116 of 314 ~ 36.94%
B 82 of 314 ~ 26.11%

%36.94
%36.94
%26.11

CMYK color model

#747452 color CMYK value is (0,0,29,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(0,0,29,55)
C0M0Y29K55 
(0%,0%,29%,55%)
(0.00/0.00/0.29/0.55)	

CMYK percentages

%0
%0
%29.31
%54.51

Codes

Color #747452 in popluar color models

747452
RGB11611682
HSL60°17.17%38.82%
HSB/HSV60°29.31%45.49%
CMYK0.00%0.00%29.31%
54.51%

Color #747452 in popluar number systems.

HEX747452
Decimal11611682
Binary111010011101001010010
Octal164164122

Shades and tints

Shades of #747452

#747452
(116,116,82)
#6A6A4B
(106,106,75)
#606044
(96,96,68)
#56563D
(86,86,61)
#4C4C36
(76,76,54)
#42422F
(66,66,47)
#383828
(56,56,40)
#2E2E21
(46,46,33)
#24241A
(36,36,26)
#1A1A13
(26,26,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #747452

#747452
(116,116,82)
#808061
(128,128,97)
#8C8C70
(140,140,112)
#98987F
(152,152,127)
#A4A48E
(164,164,142)
#B0B09D
(176,176,157)
#BCBCAC
(188,188,172)
#C8C8BB
(200,200,187)
#D4D4CA
(212,212,202)
#E0E0D9
(224,224,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747452; }

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

This text font color is #747452.


Background Color

.myBgColor { background-color: #747452; }

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

This div background color is #747452.


Border color

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

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

This div border color is #747452.


Opacity

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

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

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

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

This text has shadow with #747452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747452 on black background.


Color preview on white background

This text has color #747452 on white background.



Black color preview on #747452 background

This text has black color on #747452 background.


White color preview on #747452 background

This text has white color on #747452 background.