COLOR #745546

HEX: #745546
RGB: (116,85,70)

Color info

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

RGB color model

#745546 color RGB value is (116,85,70).

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

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 70 of 255 = 27%

116
85
70

R + G + B ~ 35%. #745546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 70 = 271 (100%)
R 116 of 271 ~ 42.8%
G 85 of 271 ~ 31.37%
B 70 of 271 ~ 25.83%

%42.8
%31.37
%25.83

CMYK color model

#745546 color CMYK value is (0,27,40,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(0,27,40,55)
C0M27Y40K55 
(0%,27%,40%,55%)
(0.00/0.27/0.40/0.55)	

CMYK percentages

%0
%26.72
%39.66
%54.51

Codes

Color #745546 in popluar color models

745546
RGB1168570
HSL20°24.73%36.47%
HSB/HSV20°39.66%45.49%
CMYK0.00%26.72%39.66%
54.51%

Color #745546 in popluar number systems.

HEX745546
Decimal1168570
Binary111010010101011000110
Octal164125106

Shades and tints

Shades of #745546

#745546
(116,85,70)
#6A4E40
(106,78,64)
#60473A
(96,71,58)
#564034
(86,64,52)
#4C392E
(76,57,46)
#423228
(66,50,40)
#382B22
(56,43,34)
#2E241C
(46,36,28)
#241D16
(36,29,22)
#1A1610
(26,22,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #745546

#745546
(116,85,70)
#806456
(128,100,86)
#8C7366
(140,115,102)
#988276
(152,130,118)
#A49186
(164,145,134)
#B0A096
(176,160,150)
#BCAFA6
(188,175,166)
#C8BEB6
(200,190,182)
#D4CDC6
(212,205,198)
#E0DCD6
(224,220,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745546; }

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

This text font color is #745546.


Background Color

.myBgColor { background-color: #745546; }

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

This div background color is #745546.


Border color

.myBorderColor { border: 1px solid #745546; }

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

This div border color is #745546.


Opacity

.myOpacity80 { color: #745546; opacity: 0.8; }

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

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

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

This text has shadow with #745546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745546 on black background.


Color preview on white background

This text has color #745546 on white background.



Black color preview on #745546 background

This text has black color on #745546 background.


White color preview on #745546 background

This text has white color on #745546 background.