COLOR #74534E

HEX: #74534E
RGB: (116,83,78)

Color info

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

RGB color model

#74534E color RGB value is (116,83,78).

  • red value is 116;
  • green value is 83;
  • blue value is 78.
RGB:
(116,83,78)
(45%,33%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 78 of 255 = 31%

116
83
78

R + G + B ~ 36%. #74534E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 78 = 277 (100%)
R 116 of 277 ~ 41.88%
G 83 of 277 ~ 29.96%
B 78 of 277 ~ 28.16%

%41.88
%29.96
%28.16

CMYK color model

#74534E color CMYK value is (0,28,33,55).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,28,33,55)
C0M28Y33K55 
(0%,28%,33%,55%)
(0.00/0.28/0.33/0.55)	

CMYK percentages

%0
%28.45
%32.76
%54.51

Codes

Color #74534E in popluar color models

74534E
RGB1168378
HSL19.59%38.04%
HSB/HSV32.76%45.49%
CMYK0.00%28.45%32.76%
54.51%

Color #74534E in popluar number systems.

HEX74534E
Decimal1168378
Binary111010010100111001110
Octal164123116

Shades and tints

Shades of #74534E

#74534E
(116,83,78)
#6A4C47
(106,76,71)
#604540
(96,69,64)
#563E39
(86,62,57)
#4C3732
(76,55,50)
#42302B
(66,48,43)
#382924
(56,41,36)
#2E221D
(46,34,29)
#241B16
(36,27,22)
#1A140F
(26,20,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #74534E

#74534E
(116,83,78)
#80625E
(128,98,94)
#8C716E
(140,113,110)
#98807E
(152,128,126)
#A48F8E
(164,143,142)
#B09E9E
(176,158,158)
#BCADAE
(188,173,174)
#C8BCBE
(200,188,190)
#D4CBCE
(212,203,206)
#E0DADE
(224,218,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74534E color. Also use rgb(116,83,78) instead hex code.

Text Font Color

.myTextColor { color: #74534E; }

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

This text font color is #74534E.


Background Color

.myBgColor { background-color: #74534E; }

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

This div background color is #74534E.


Border color

.myBorderColor { border: 1px solid #74534E; }

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

This div border color is #74534E.


Opacity

.myOpacity80 { color: #74534E; opacity: 0.8; }

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

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

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

This text has shadow with #74534E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74534E on black background.


Color preview on white background

This text has color #74534E on white background.



Black color preview on #74534E background

This text has black color on #74534E background.


White color preview on #74534E background

This text has white color on #74534E background.