COLOR #745E48

HEX: #745E48 RGB: (116,94,72)

Color info

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

RGB color model

#745E48 color RGB value is (116,94,72).

RGB: (116,94,72) (45%, 37%, 28%)

RGB channels and saturation

R 116 of 255 = 45%
G 94 of 255 = 37%
B 72 of 255 = 28%

116
94
72

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

Portions of RGB colors in percentages

R + G + B = 116 + 94 + 72 = 282 (100%)
R 116 of 282 ~ 41.13%
G 94 of 282 ~ 33.33%
B 72 of 282 ~ 25.53'%

%41.13
%33.33
%25.53

CMYK color model

#745E48 color CMYK value is (0,19,38,55).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 37.93%
  • key color value is 54.51%

CMYK: (0,19,38,55)
C0M19Y38K55 (0%, 19%, 38%, 55%)
(0.00 / 0.19 / 0.38 / 0.55)

CMYK percentages

%0
%18.97
%37.93
%54.51

Codes

Color #745E48 in popluar color models

74 5E 48
RGB 116 94 72
HSL 30° 23.40% 36.86%
HSB/HSV 30° 37.93% 45.49%
CMYK 0.00% 18.97% 37.93%
54.51%

Color #745E48 in popluar number systems.

HEX 74 5E 48
Decimal 116 94 72
Binary 1110100 1011110 1001000
Octal 164 136 110

Shades and tints

Shades of #745E48

#745E48
(116,94,72)
#6A5642
(106,86,66)
#604E3C
(96,78,60)
#564636
(86,70,54)
#4C3E30
(76,62,48)
#42362A
(66,54,42)
#382E24
(56,46,36)
#2E261E
(46,38,30)
#241E18
(36,30,24)
#1A1612
(26,22,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #745E48

#745E48
(116,94,72)
#806C58
(128,108,88)
#8C7A68
(140,122,104)
#988878
(152,136,120)
#A49688
(164,150,136)
#B0A498
(176,164,152)
#BCB2A8
(188,178,168)
#C8C0B8
(200,192,184)
#D4CEC8
(212,206,200)
#E0DCD8
(224,220,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745E48 color. Also use rgb(116,94,72) instead hex code.

Text Font Color

.myTextColor { color: #745E48; }

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

This text font color is #745E48.

Background Color

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

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

This div background color is #745E48.

Border color

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

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

This div border color is #745E48.

Opacity

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

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

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

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

This text has shadow with #745E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745E48.

Preview

Color preview on black background

This text has color #745E48 on black background.


Color preview on white background

This text has color #745E48 on white background.


Black color preview on #745E48 background

This text has black color on #745E48 background.


White color preview on #745E48 background

This text has white color on #745E48 background.


Related colors

Complementary color

Complementary color for #hex is #8BA1B7.


I love getcolorcode.com

Triadic colors

1 #48745E and #5E4874 with #745E48 are triadic colors.

2 #485E74 and #5E7448 with #745E48 are triadic colors.