COLOR #745F47

HEX: #745F47 RGB: (116,95,71)

Color info

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

RGB color model

#745F47 color RGB value is (116,95,71).

RGB: (116,95,71) (45%, 37%, 28%)

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 71 of 255 = 28%

116
95
71

R + G + B ~ 37%. #745F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 95 + 71 = 282 (100%)
R 116 of 282 ~ 41.13%
G 95 of 282 ~ 33.69%
B 71 of 282 ~ 25.18'%

%41.13
%33.69
%25.18

CMYK color model

#745F47 color CMYK value is (0,18,39,55).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 38.79%
  • key color value is 54.51%

CMYK: (0,18,39,55)
C0M18Y39K55 (0%, 18%, 39%, 55%)
(0.00 / 0.18 / 0.39 / 0.55)

CMYK percentages

%0
%18.1
%38.79
%54.51

Codes

Color #745F47 in popluar color models

74 5F 47
RGB 116 95 71
HSL 32° 24.06% 36.67%
HSB/HSV 32° 38.79% 45.49%
CMYK 0.00% 18.10% 38.79%
54.51%

Color #745F47 in popluar number systems.

HEX 74 5F 47
Decimal 116 95 71
Binary 1110100 1011111 1000111
Octal 164 137 107

Shades and tints

Shades of #745F47

#745F47
(116,95,71)
#6A5741
(106,87,65)
#604F3B
(96,79,59)
#564735
(86,71,53)
#4C3F2F
(76,63,47)
#423729
(66,55,41)
#382F23
(56,47,35)
#2E271D
(46,39,29)
#241F17
(36,31,23)
#1A1711
(26,23,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #745F47

#745F47
(116,95,71)
#806D57
(128,109,87)
#8C7B67
(140,123,103)
#988977
(152,137,119)
#A49787
(164,151,135)
#B0A597
(176,165,151)
#BCB3A7
(188,179,167)
#C8C1B7
(200,193,183)
#D4CFC7
(212,207,199)
#E0DDD7
(224,221,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745F47; }

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

This text font color is #745F47.

Background Color

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

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

This div background color is #745F47.

Border color

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

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

This div border color is #745F47.

Opacity

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

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

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

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

This text has shadow with #745F47 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #745F47; -webkit-box-shadow: 1px 1px 3px 2px #745F47; box-shadow:1px 1px 3px 2px #745F47;">
Div content here
</div>

This div box has shadow with color #745F47.

Preview

Color preview on black background

This text has color #745F47 on black background.


Color preview on white background

This text has color #745F47 on white background.


Black color preview on #745F47 background

This text has black color on #745F47 background.


White color preview on #745F47 background

This text has white color on #745F47 background.


Related colors

Complementary color

Complementary color for #hex is #8BA0B8.


I love getcolorcode.com

Triadic colors

1 #47745F and #5F4774 with #745F47 are triadic colors.

2 #475F74 and #5F7447 with #745F47 are triadic colors.