COLOR #743534

HEX: #743534 RGB: (116,53,52)

Color info

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

RGB color model

#743534 color RGB value is (116,53,52).

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

RGB channels and saturation

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

116
53
52

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

Portions of RGB colors in percentages

R + G + B = 116 + 53 + 52 = 221 (100%)
R 116 of 221 ~ 52.49%
G 53 of 221 ~ 23.98%
B 52 of 221 ~ 23.53'%

%52.49
%23.98
%23.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.31%
  • yellow value is 55.17%
  • key color value is 54.51%
CMYK: (0,54,55,55) C0M54Y55K55 (0%,54%,55%,55%) (0.00/0.54/0.55/0.55) 

CMYK percentages

%0
%54.31
%55.17
%54.51

Codes

Color #743534 in popluar color models

74 35 34
RGB 116 53 52
HSL 38.10% 32.94%
HSB/HSV 55.17% 45.49%
CMYK 0.00% 54.31% 55.17%
54.51%

Color #743534 in popluar number systems.

HEX 74 35 34
Decimal 116 53 52
Binary 1110100 110101 110100
Octal 164 65 64

Shades and tints

Shades of #743534

#743534
(116,53,52)
#6A3130
(106,49,48)
#602D2C
(96,45,44)
#562928
(86,41,40)
#4C2524
(76,37,36)
#422120
(66,33,32)
#381D1C
(56,29,28)
#2E1918
(46,25,24)
#241514
(36,21,20)
#1A1110
(26,17,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #743534

#743534
(116,53,52)
#804746
(128,71,70)
#8C5958
(140,89,88)
#986B6A
(152,107,106)
#A47D7C
(164,125,124)
#B08F8E
(176,143,142)
#BCA1A0
(188,161,160)
#C8B3B2
(200,179,178)
#D4C5C4
(212,197,196)
#E0D7D6
(224,215,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743534; }

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

This text font color is #743534.

Background Color

.myBgColor { background-color: #743534; }

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

This div background color is #743534.

Border color

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

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

This div border color is #743534.

Opacity

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

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

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

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

This text has shadow with #743534 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743534.

Preview

Color preview on black background

This text has color #743534 on black background.


Color preview on white background

This text has color #743534 on white background.


Black color preview on #743534 background

This text has black color on #743534 background.


White color preview on #743534 background

This text has white color on #743534 background.


Related colors

Complementary color

Complementary color for #hex is #8BCACB.


I love getcolorcode.com

Triadic colors

1 #347435 and #353474 with #743534 are triadic colors.

2 #343574 and #357434 with #743534 are triadic colors.