COLOR #745E55

HEX: #745E55
RGB: (116,94,85)

Color info

#745E55 contains red, green and blue colors in about the same proportion. Web safe color of #745E55 is #666666 (or #666).

RGB color model

#745E55 color RGB value is (116,94,85).

  • red value is 116;
  • green value is 94;
  • blue value is 85.
RGB:
(116,94,85)
(45%,37%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 94 of 255 = 37%
B 85 of 255 = 33%

116
94
85

R + G + B ~ 38%. #745E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 94 + 85 = 295 (100%)
R 116 of 295 ~ 39.32%
G 94 of 295 ~ 31.86%
B 85 of 295 ~ 28.81%

%39.32
%31.86
%28.81

CMYK color model

#745E55 color CMYK value is (0,19,27,55).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(0,19,27,55)
C0M19Y27K55 
(0%,19%,27%,55%)
(0.00/0.19/0.27/0.55)	

CMYK percentages

%0
%18.97
%26.72
%54.51

Codes

Color #745E55 in popluar color models

745E55
RGB1169485
HSL17°15.42%39.41%
HSB/HSV17°26.72%45.49%
CMYK0.00%18.97%26.72%
54.51%

Color #745E55 in popluar number systems.

HEX745E55
Decimal1169485
Binary111010010111101010101
Octal164136125

Shades and tints

Shades of #745E55

#745E55
(116,94,85)
#6A564E
(106,86,78)
#604E47
(96,78,71)
#564640
(86,70,64)
#4C3E39
(76,62,57)
#423632
(66,54,50)
#382E2B
(56,46,43)
#2E2624
(46,38,36)
#241E1D
(36,30,29)
#1A1616
(26,22,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #745E55

#745E55
(116,94,85)
#806C64
(128,108,100)
#8C7A73
(140,122,115)
#988882
(152,136,130)
#A49691
(164,150,145)
#B0A4A0
(176,164,160)
#BCB2AF
(188,178,175)
#C8C0BE
(200,192,190)
#D4CECD
(212,206,205)
#E0DCDC
(224,220,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745E55; }

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

This text font color is #745E55.


Background Color

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

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

This div background color is #745E55.


Border color

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

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

This div border color is #745E55.


Opacity

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

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

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

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

This text has shadow with #745E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745E55 on black background.


Color preview on white background

This text has color #745E55 on white background.



Black color preview on #745E55 background

This text has black color on #745E55 background.


White color preview on #745E55 background

This text has white color on #745E55 background.