COLOR #74543F

HEX: #74543F
RGB: (116,84,63)

Color info

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

RGB color model

#74543F color RGB value is (116,84,63).

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

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 63 of 255 = 25%

116
84
63

R + G + B ~ 34%. #74543F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 63 = 263 (100%)
R 116 of 263 ~ 44.11%
G 84 of 263 ~ 31.94%
B 63 of 263 ~ 23.95%

%44.11
%31.94
%23.95

CMYK color model

#74543F color CMYK value is (0,28,46,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 45.69%
  • key color value is 54.51%
CMYK:
(0,28,46,55)
C0M28Y46K55 
(0%,28%,46%,55%)
(0.00/0.28/0.46/0.55)	

CMYK percentages

%0
%27.59
%45.69
%54.51

Codes

Color #74543F in popluar color models

74543F
RGB1168463
HSL24°29.61%35.10%
HSB/HSV24°45.69%45.49%
CMYK0.00%27.59%45.69%
54.51%

Color #74543F in popluar number systems.

HEX74543F
Decimal1168463
Binary11101001010100111111
Octal16412477

Shades and tints

Shades of #74543F

#74543F
(116,84,63)
#6A4D3A
(106,77,58)
#604635
(96,70,53)
#563F30
(86,63,48)
#4C382B
(76,56,43)
#423126
(66,49,38)
#382A21
(56,42,33)
#2E231C
(46,35,28)
#241C17
(36,28,23)
#1A1512
(26,21,18)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #74543F

#74543F
(116,84,63)
#806350
(128,99,80)
#8C7261
(140,114,97)
#988172
(152,129,114)
#A49083
(164,144,131)
#B09F94
(176,159,148)
#BCAEA5
(188,174,165)
#C8BDB6
(200,189,182)
#D4CCC7
(212,204,199)
#E0DBD8
(224,219,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74543F; }

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

This text font color is #74543F.


Background Color

.myBgColor { background-color: #74543F; }

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

This div background color is #74543F.


Border color

.myBorderColor { border: 1px solid #74543F; }

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

This div border color is #74543F.


Opacity

.myOpacity80 { color: #74543F; opacity: 0.8; }

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

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

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

This text has shadow with #74543F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74543F on black background.


Color preview on white background

This text has color #74543F on white background.



Black color preview on #74543F background

This text has black color on #74543F background.


White color preview on #74543F background

This text has white color on #74543F background.