COLOR #74524A

HEX: #74524A
RGB: (116,82,74)

Color info

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

RGB color model

#74524A color RGB value is (116,82,74).

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

RGB channels and saturation

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

116
82
74

R + G + B ~ 35%. #74524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 82 + 74 = 272 (100%)
R 116 of 272 ~ 42.65%
G 82 of 272 ~ 30.15%
B 74 of 272 ~ 27.21%

%42.65
%30.15
%27.21

CMYK color model

#74524A color CMYK value is (0,29,36,55).

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

CMYK percentages

%0
%29.31
%36.21
%54.51

Codes

Color #74524A in popluar color models

74524A
RGB1168274
HSL11°22.11%37.25%
HSB/HSV11°36.21%45.49%
CMYK0.00%29.31%36.21%
54.51%

Color #74524A in popluar number systems.

HEX74524A
Decimal1168274
Binary111010010100101001010
Octal164122112

Shades and tints

Shades of #74524A

#74524A
(116,82,74)
#6A4B44
(106,75,68)
#60443E
(96,68,62)
#563D38
(86,61,56)
#4C3632
(76,54,50)
#422F2C
(66,47,44)
#382826
(56,40,38)
#2E2120
(46,33,32)
#241A1A
(36,26,26)
#1A1314
(26,19,20)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #74524A

#74524A
(116,82,74)
#80615A
(128,97,90)
#8C706A
(140,112,106)
#987F7A
(152,127,122)
#A48E8A
(164,142,138)
#B09D9A
(176,157,154)
#BCACAA
(188,172,170)
#C8BBBA
(200,187,186)
#D4CACA
(212,202,202)
#E0D9DA
(224,217,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74524A; }

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

This text font color is #74524A.


Background Color

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

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

This div background color is #74524A.


Border color

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

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

This div border color is #74524A.


Opacity

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

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

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

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

This text has shadow with #74524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74524A on black background.


Color preview on white background

This text has color #74524A on white background.



Black color preview on #74524A background

This text has black color on #74524A background.


White color preview on #74524A background

This text has white color on #74524A background.