COLOR #74524D

HEX: #74524D
RGB: (116,82,77)

Color info

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

RGB color model

#74524D color RGB value is (116,82,77).

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

RGB channels and saturation

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

116
82
77

R + G + B ~ 36%. #74524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 82 + 77 = 275 (100%)
R 116 of 275 ~ 42.18%
G 82 of 275 ~ 29.82%
B 77 of 275 ~ 28%

%42.18
%29.82
%28

CMYK color model

#74524D color CMYK value is (0,29,34,55).

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

CMYK percentages

%0
%29.31
%33.62
%54.51

Codes

Color #74524D in popluar color models

74524D
RGB1168277
HSL20.21%37.84%
HSB/HSV33.62%45.49%
CMYK0.00%29.31%33.62%
54.51%

Color #74524D in popluar number systems.

HEX74524D
Decimal1168277
Binary111010010100101001101
Octal164122115

Shades and tints

Shades of #74524D

#74524D
(116,82,77)
#6A4B46
(106,75,70)
#60443F
(96,68,63)
#563D38
(86,61,56)
#4C3631
(76,54,49)
#422F2A
(66,47,42)
#382823
(56,40,35)
#2E211C
(46,33,28)
#241A15
(36,26,21)
#1A130E
(26,19,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #74524D

#74524D
(116,82,77)
#80615D
(128,97,93)
#8C706D
(140,112,109)
#987F7D
(152,127,125)
#A48E8D
(164,142,141)
#B09D9D
(176,157,157)
#BCACAD
(188,172,173)
#C8BBBD
(200,187,189)
#D4CACD
(212,202,205)
#E0D9DD
(224,217,221)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74524D; }

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

This text font color is #74524D.


Background Color

.myBgColor { background-color: #74524D; }

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

This div background color is #74524D.


Border color

.myBorderColor { border: 1px solid #74524D; }

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

This div border color is #74524D.


Opacity

.myOpacity80 { color: #74524D; opacity: 0.8; }

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

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

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

This text has shadow with #74524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74524D on black background.


Color preview on white background

This text has color #74524D on white background.



Black color preview on #74524D background

This text has black color on #74524D background.


White color preview on #74524D background

This text has white color on #74524D background.