COLOR #74564B

HEX: #74564B
RGB: (116,86,75)

Color info

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

RGB color model

#74564B color RGB value is (116,86,75).

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

RGB channels and saturation

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

116
86
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 75 = 277 (100%)
R 116 of 277 ~ 41.88%
G 86 of 277 ~ 31.05%
B 75 of 277 ~ 27.08%

%41.88
%31.05
%27.08

CMYK color model

#74564B color CMYK value is (0,26,35,55).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(0,26,35,55)
C0M26Y35K55 
(0%,26%,35%,55%)
(0.00/0.26/0.35/0.55)	

CMYK percentages

%0
%25.86
%35.34
%54.51

Codes

Color #74564B in popluar color models

74564B
RGB1168675
HSL16°21.47%37.45%
HSB/HSV16°35.34%45.49%
CMYK0.00%25.86%35.34%
54.51%

Color #74564B in popluar number systems.

HEX74564B
Decimal1168675
Binary111010010101101001011
Octal164126113

Shades and tints

Shades of #74564B

#74564B
(116,86,75)
#6A4F45
(106,79,69)
#60483F
(96,72,63)
#564139
(86,65,57)
#4C3A33
(76,58,51)
#42332D
(66,51,45)
#382C27
(56,44,39)
#2E2521
(46,37,33)
#241E1B
(36,30,27)
#1A1715
(26,23,21)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74564B

#74564B
(116,86,75)
#80655B
(128,101,91)
#8C746B
(140,116,107)
#98837B
(152,131,123)
#A4928B
(164,146,139)
#B0A19B
(176,161,155)
#BCB0AB
(188,176,171)
#C8BFBB
(200,191,187)
#D4CECB
(212,206,203)
#E0DDDB
(224,221,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74564B; }

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

This text font color is #74564B.


Background Color

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

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

This div background color is #74564B.


Border color

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

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

This div border color is #74564B.


Opacity

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

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

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

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

This text has shadow with #74564B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74564B on black background.


Color preview on white background

This text has color #74564B on white background.



Black color preview on #74564B background

This text has black color on #74564B background.


White color preview on #74564B background

This text has white color on #74564B background.