COLOR #74554A

HEX: #74554A
RGB: (116,85,74)

Color info

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

RGB color model

#74554A color RGB value is (116,85,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 74 of 255 = 29%

116
85
74

R + G + B ~ 36%. #74554A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 74 = 275 (100%)
R 116 of 275 ~ 42.18%
G 85 of 275 ~ 30.91%
B 74 of 275 ~ 26.91%

%42.18
%30.91
%26.91

CMYK color model

#74554A color CMYK value is (0,27,36,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,27,36,55)
C0M27Y36K55 
(0%,27%,36%,55%)
(0.00/0.27/0.36/0.55)	

CMYK percentages

%0
%26.72
%36.21
%54.51

Codes

Color #74554A in popluar color models

74554A
RGB1168574
HSL16°22.11%37.25%
HSB/HSV16°36.21%45.49%
CMYK0.00%26.72%36.21%
54.51%

Color #74554A in popluar number systems.

HEX74554A
Decimal1168574
Binary111010010101011001010
Octal164125112

Shades and tints

Shades of #74554A

#74554A
(116,85,74)
#6A4E44
(106,78,68)
#60473E
(96,71,62)
#564038
(86,64,56)
#4C3932
(76,57,50)
#42322C
(66,50,44)
#382B26
(56,43,38)
#2E2420
(46,36,32)
#241D1A
(36,29,26)
#1A1614
(26,22,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #74554A

#74554A
(116,85,74)
#80645A
(128,100,90)
#8C736A
(140,115,106)
#98827A
(152,130,122)
#A4918A
(164,145,138)
#B0A09A
(176,160,154)
#BCAFAA
(188,175,170)
#C8BEBA
(200,190,186)
#D4CDCA
(212,205,202)
#E0DCDA
(224,220,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74554A; }

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

This text font color is #74554A.


Background Color

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

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

This div background color is #74554A.


Border color

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

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

This div border color is #74554A.


Opacity

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

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

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

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

This text has shadow with #74554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74554A on black background.


Color preview on white background

This text has color #74554A on white background.



Black color preview on #74554A background

This text has black color on #74554A background.


White color preview on #74554A background

This text has white color on #74554A background.