COLOR #745D32

HEX: #745D32
RGB: (116,93,50)

Color info

#745D32 contains mainly red and green colors. Web safe color of #745D32 is #666633 (or #663).

RGB color model

#745D32 color RGB value is (116,93,50).

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

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 50 of 255 = 20%

116
93
50

R + G + B ~ 34%. #745D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 93 + 50 = 259 (100%)
R 116 of 259 ~ 44.79%
G 93 of 259 ~ 35.91%
B 50 of 259 ~ 19.31%

%44.79
%35.91
%19.31

CMYK color model

#745D32 color CMYK value is (0,20,57,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 56.90%
  • key color value is 54.51%
CMYK:
(0,20,57,55)
C0M20Y57K55 
(0%,20%,57%,55%)
(0.00/0.20/0.57/0.55)	

CMYK percentages

%0
%19.83
%56.9
%54.51

Codes

Color #745D32 in popluar color models

745D32
RGB1169350
HSL39°39.76%32.55%
HSB/HSV39°56.90%45.49%
CMYK0.00%19.83%56.90%
54.51%

Color #745D32 in popluar number systems.

HEX745D32
Decimal1169350
Binary11101001011101110010
Octal16413562

Shades and tints

Shades of #745D32

#745D32
(116,93,50)
#6A552E
(106,85,46)
#604D2A
(96,77,42)
#564526
(86,69,38)
#4C3D22
(76,61,34)
#42351E
(66,53,30)
#382D1A
(56,45,26)
#2E2516
(46,37,22)
#241D12
(36,29,18)
#1A150E
(26,21,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #745D32

#745D32
(116,93,50)
#806B44
(128,107,68)
#8C7956
(140,121,86)
#988768
(152,135,104)
#A4957A
(164,149,122)
#B0A38C
(176,163,140)
#BCB19E
(188,177,158)
#C8BFB0
(200,191,176)
#D4CDC2
(212,205,194)
#E0DBD4
(224,219,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745D32; }

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

This text font color is #745D32.


Background Color

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

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

This div background color is #745D32.


Border color

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

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

This div border color is #745D32.


Opacity

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

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

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

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

This text has shadow with #745D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745D32 on black background.


Color preview on white background

This text has color #745D32 on white background.



Black color preview on #745D32 background

This text has black color on #745D32 background.


White color preview on #745D32 background

This text has white color on #745D32 background.