COLOR #745438

HEX: #745438
RGB: (116,84,56)

Color info

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

RGB color model

#745438 color RGB value is (116,84,56).

  • red value is 116;
  • green value is 84;
  • blue value is 56.
RGB:
(116,84,56)
(45%,33%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 56 of 255 = 22%

116
84
56

R + G + B ~ 33%. #745438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 56 = 256 (100%)
R 116 of 256 ~ 45.31%
G 84 of 256 ~ 32.81%
B 56 of 256 ~ 21.88%

%45.31
%32.81
%21.88

CMYK color model

#745438 color CMYK value is (0,28,52,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(0,28,52,55)
C0M28Y52K55 
(0%,28%,52%,55%)
(0.00/0.28/0.52/0.55)	

CMYK percentages

%0
%27.59
%51.72
%54.51

Codes

Color #745438 in popluar color models

745438
RGB1168456
HSL28°34.88%33.73%
HSB/HSV28°51.72%45.49%
CMYK0.00%27.59%51.72%
54.51%

Color #745438 in popluar number systems.

HEX745438
Decimal1168456
Binary11101001010100111000
Octal16412470

Shades and tints

Shades of #745438

#745438
(116,84,56)
#6A4D33
(106,77,51)
#60462E
(96,70,46)
#563F29
(86,63,41)
#4C3824
(76,56,36)
#42311F
(66,49,31)
#382A1A
(56,42,26)
#2E2315
(46,35,21)
#241C10
(36,28,16)
#1A150B
(26,21,11)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #745438

#745438
(116,84,56)
#80634A
(128,99,74)
#8C725C
(140,114,92)
#98816E
(152,129,110)
#A49080
(164,144,128)
#B09F92
(176,159,146)
#BCAEA4
(188,174,164)
#C8BDB6
(200,189,182)
#D4CCC8
(212,204,200)
#E0DBDA
(224,219,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745438 color. Also use rgb(116,84,56) instead hex code.

Text Font Color

.myTextColor { color: #745438; }

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

This text font color is #745438.


Background Color

.myBgColor { background-color: #745438; }

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

This div background color is #745438.


Border color

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

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

This div border color is #745438.


Opacity

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

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

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

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

This text has shadow with #745438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745438 on black background.


Color preview on white background

This text has color #745438 on white background.



Black color preview on #745438 background

This text has black color on #745438 background.


White color preview on #745438 background

This text has white color on #745438 background.