COLOR #743532

HEX: #743532 RGB: (116,53,50)

Color info

#743532 contains mainly red color. Web safe color of #743532 is #663333 (or #633).

RGB color model

#743532 color RGB value is (116,53,50).

RGB: (116,53,50) (45%, 21%, 20%)

RGB channels and saturation

R 116 of 255 = 45%
G 53 of 255 = 21%
B 50 of 255 = 20%

116
53
50

R + G + B ~ 29%. #743532 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 53 + 50 = 219 (100%)
R 116 of 219 ~ 52.97%
G 53 of 219 ~ 24.2%
B 50 of 219 ~ 22.83'%

%52.97
%24.2
%22.83

CMYK color model

#743532 color CMYK value is (0,54,57,55).

  • cyan value is 0.00%
  • magenta value is 54.31%
  • yellow value is 56.90%
  • key color value is 54.51%

CMYK: (0,54,57,55)
C0M54Y57K55 (0%, 54%, 57%, 55%)
(0.00 / 0.54 / 0.57 / 0.55)

CMYK percentages

%0
%54.31
%56.9
%54.51

Codes

Color #743532 in popluar color models

74 35 32
RGB 116 53 50
HSL 39.76% 32.55%
HSB/HSV 56.90% 45.49%
CMYK 0.00% 54.31% 56.90%
54.51%

Color #743532 in popluar number systems.

HEX 74 35 32
Decimal 116 53 50
Binary 1110100 110101 110010
Octal 164 65 62

Shades and tints

Shades of #743532

#743532
(116,53,50)
#6A312E
(106,49,46)
#602D2A
(96,45,42)
#562926
(86,41,38)
#4C2522
(76,37,34)
#42211E
(66,33,30)
#381D1A
(56,29,26)
#2E1916
(46,25,22)
#241512
(36,21,18)
#1A110E
(26,17,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #743532

#743532
(116,53,50)
#804744
(128,71,68)
#8C5956
(140,89,86)
#986B68
(152,107,104)
#A47D7A
(164,125,122)
#B08F8C
(176,143,140)
#BCA19E
(188,161,158)
#C8B3B0
(200,179,176)
#D4C5C2
(212,197,194)
#E0D7D4
(224,215,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743532; }

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

This text font color is #743532.

Background Color

.myBgColor { background-color: #743532; }

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

This div background color is #743532.

Border color

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

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

This div border color is #743532.

Opacity

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

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

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

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

This text has shadow with #743532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743532.

Preview

Color preview on black background

This text has color #743532 on black background.


Color preview on white background

This text has color #743532 on white background.


Black color preview on #743532 background

This text has black color on #743532 background.


White color preview on #743532 background

This text has white color on #743532 background.


Related colors

Complementary color

Complementary color for #hex is #8BCACD.


I love getcolorcode.com

Triadic colors

1 #327435 and #353274 with #743532 are triadic colors.

2 #323574 and #357432 with #743532 are triadic colors.