COLOR #745A47

HEX: #745A47
RGB: (116,90,71)

Color info

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

RGB color model

#745A47 color RGB value is (116,90,71).

  • red value is 116;
  • green value is 90;
  • blue value is 71.
RGB: (116,90,71) (45%,35%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 71 of 255 = 28%

116
90
71

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 71 = 277 (100%)
R 116 of 277 ~ 41.88%
G 90 of 277 ~ 32.49%
B 71 of 277 ~ 25.63%

%41.88
%32.49
%25.63

CMYK color model

#745A47 color CMYK value is (0,22,39,55).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK: (0,22,39,55) C0M22Y39K55 (0%,22%,39%,55%) (0.00/0.22/0.39/0.55)

CMYK percentages

%0
%22.41
%38.79
%54.51

Codes

Color #745A47 in popluar color models

745A47
RGB1169071
HSL25°24.06%36.67%
HSB/HSV25°38.79%45.49%
CMYK0.00%22.41%38.79%
54.51%

Color #745A47 in popluar number systems.

HEX745A47
Decimal1169071
Binary111010010110101000111
Octal164132107

Shades and tints

Shades of #745A47

#745A47
(116,90,71)
#6A5241
(106,82,65)
#604A3B
(96,74,59)
#564235
(86,66,53)
#4C3A2F
(76,58,47)
#423229
(66,50,41)
#382A23
(56,42,35)
#2E221D
(46,34,29)
#241A17
(36,26,23)
#1A1211
(26,18,17)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #745A47

#745A47
(116,90,71)
#806957
(128,105,87)
#8C7867
(140,120,103)
#988777
(152,135,119)
#A49687
(164,150,135)
#B0A597
(176,165,151)
#BCB4A7
(188,180,167)
#C8C3B7
(200,195,183)
#D4D2C7
(212,210,199)
#E0E1D7
(224,225,215)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745A47 color. Also use rgb(116,90,71) instead hex code.

Text Font Color

.myTextColor { color: #745A47; }

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

This text font color is #745A47.


Background Color

.myBgColor { background-color: #745A47; }

<div style="background-color:#745A47">Inner text</div>

This div background color is #745A47.


Border color

.myBorderColor { border: 1px solid #745A47; }

<div style="border:3px solid #745A47">Div</div>

This div border color is #745A47.


Opacity

.myOpacity80 { color: #745A47; opacity: 0.8; }

<p style="color:#745A47;opacity:0.8;">80%</p>

Text with #745A47 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 #745A47;}

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

This text has shadow with #745A47 color.

.textShadow {text-shadow: 3px 3px 1px #745A47, 3px 3px 1px red;}

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

This text has shadow with #745A47 primary color and red secondary color.


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

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

This text has shadow with #745A47 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #745A47; -webkit-box-shadow:	1px 1px 3px 2px #745A47; box-shadow:	1px 1px 3px 2px #745A47; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #745A47; -webkit-box-shadow: 1px 1px 3px 2px #745A47; box-shadow:1px 1px 3px 2px #745A47;">
Div content here</div>
This div box has shadow with color #745A47.

Preview

Color preview on black background

This text has color #745A47 on black background.


Color preview on white background

This text has color #745A47 on white background.



Black color preview on #745A47 background

This text has black color on #745A47 background.


White color preview on #745A47 background

This text has white color on #745A47 background.