COLOR #745D46

HEX: #745D46
RGB: (116,93,70)

Color info

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

RGB color model

#745D46 color RGB value is (116,93,70).

  • red value is 116;
  • green value is 93;
  • blue value is 70.
RGB:
(116,93,70)
(45%,36%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 70 of 255 = 27%

116
93
70

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

Portions of RGB colors in percentages

R + G + B =
116 + 93 + 70 = 279 (100%)
R 116 of 279 ~ 41.58%
G 93 of 279 ~ 33.33%
B 70 of 279 ~ 25.09%

%41.58
%33.33
%25.09

CMYK color model

#745D46 color CMYK value is (0,20,40,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(0,20,40,55)
C0M20Y40K55 
(0%,20%,40%,55%)
(0.00/0.20/0.40/0.55)	

CMYK percentages

%0
%19.83
%39.66
%54.51

Codes

Color #745D46 in popluar color models

745D46
RGB1169370
HSL30°24.73%36.47%
HSB/HSV30°39.66%45.49%
CMYK0.00%19.83%39.66%
54.51%

Color #745D46 in popluar number systems.

HEX745D46
Decimal1169370
Binary111010010111011000110
Octal164135106

Shades and tints

Shades of #745D46

#745D46
(116,93,70)
#6A5540
(106,85,64)
#604D3A
(96,77,58)
#564534
(86,69,52)
#4C3D2E
(76,61,46)
#423528
(66,53,40)
#382D22
(56,45,34)
#2E251C
(46,37,28)
#241D16
(36,29,22)
#1A1510
(26,21,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #745D46

#745D46
(116,93,70)
#806B56
(128,107,86)
#8C7966
(140,121,102)
#988776
(152,135,118)
#A49586
(164,149,134)
#B0A396
(176,163,150)
#BCB1A6
(188,177,166)
#C8BFB6
(200,191,182)
#D4CDC6
(212,205,198)
#E0DBD6
(224,219,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D46 color. Also use rgb(116,93,70) instead hex code.

Text Font Color

.myTextColor { color: #745D46; }

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

This text font color is #745D46.


Background Color

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

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

This div background color is #745D46.


Border color

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

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

This div border color is #745D46.


Opacity

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

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

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

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

This text has shadow with #745D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745D46 on black background.


Color preview on white background

This text has color #745D46 on white background.



Black color preview on #745D46 background

This text has black color on #745D46 background.


White color preview on #745D46 background

This text has white color on #745D46 background.