COLOR #74564A

HEX: #74564A
RGB: (116,86,74)

Color info

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

RGB color model

#74564A color RGB value is (116,86,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 74 of 255 = 29%

116
86
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 74 = 276 (100%)
R 116 of 276 ~ 42.03%
G 86 of 276 ~ 31.16%
B 74 of 276 ~ 26.81%

%42.03
%31.16
%26.81

CMYK color model

#74564A color CMYK value is (0,26,36,55).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,26,36,55)
C0M26Y36K55 
(0%,26%,36%,55%)
(0.00/0.26/0.36/0.55)	

CMYK percentages

%0
%25.86
%36.21
%54.51

Codes

Color #74564A in popluar color models

74564A
RGB1168674
HSL17°22.11%37.25%
HSB/HSV17°36.21%45.49%
CMYK0.00%25.86%36.21%
54.51%

Color #74564A in popluar number systems.

HEX74564A
Decimal1168674
Binary111010010101101001010
Octal164126112

Shades and tints

Shades of #74564A

#74564A
(116,86,74)
#6A4F44
(106,79,68)
#60483E
(96,72,62)
#564138
(86,65,56)
#4C3A32
(76,58,50)
#42332C
(66,51,44)
#382C26
(56,44,38)
#2E2520
(46,37,32)
#241E1A
(36,30,26)
#1A1714
(26,23,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74564A

#74564A
(116,86,74)
#80655A
(128,101,90)
#8C746A
(140,116,106)
#98837A
(152,131,122)
#A4928A
(164,146,138)
#B0A19A
(176,161,154)
#BCB0AA
(188,176,170)
#C8BFBA
(200,191,186)
#D4CECA
(212,206,202)
#E0DDDA
(224,221,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74564A; }

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

This text font color is #74564A.


Background Color

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

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

This div background color is #74564A.


Border color

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

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

This div border color is #74564A.


Opacity

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

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

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

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

This text has shadow with #74564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74564A on black background.


Color preview on white background

This text has color #74564A on white background.



Black color preview on #74564A background

This text has black color on #74564A background.


White color preview on #74564A background

This text has white color on #74564A background.