COLOR #743F4A

HEX: #743F4A RGB: (116,63,74)

Color info

#743F4A contains red, green and blue colors in about the same proportion. Web safe color of #743F4A is #663333 (or #633).

RGB color model

#743F4A color RGB value is (116,63,74).

RGB: (116,63,74) (45%, 25%, 29%)

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 74 of 255 = 29%

116
63
74

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

Portions of RGB colors in percentages

R + G + B = 116 + 63 + 74 = 253 (100%)
R 116 of 253 ~ 45.85%
G 63 of 253 ~ 24.9%
B 74 of 253 ~ 29.25'%

%45.85
%24.9
%29.25

CMYK color model

#743F4A color CMYK value is (0,46,36,55).

  • cyan value is 0.00%
  • magenta value is 45.69%
  • yellow value is 36.21%
  • key color value is 54.51%

CMYK: (0,46,36,55)
C0M46Y36K55 (0%, 46%, 36%, 55%)
(0.00 / 0.46 / 0.36 / 0.55)

CMYK percentages

%0
%45.69
%36.21
%54.51

Codes

Color #743F4A in popluar color models

74 3F 4A
RGB 116 63 74
HSL 348° 29.61% 35.10%
HSB/HSV 348° 45.69% 45.49%
CMYK 0.00% 45.69% 36.21%
54.51%

Color #743F4A in popluar number systems.

HEX 74 3F 4A
Decimal 116 63 74
Binary 1110100 111111 1001010
Octal 164 77 112

Shades and tints

Shades of #743F4A

#743F4A
(116,63,74)
#6A3A44
(106,58,68)
#60353E
(96,53,62)
#563038
(86,48,56)
#4C2B32
(76,43,50)
#42262C
(66,38,44)
#382126
(56,33,38)
#2E1C20
(46,28,32)
#24171A
(36,23,26)
#1A1214
(26,18,20)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #743F4A

#743F4A
(116,63,74)
#80505A
(128,80,90)
#8C616A
(140,97,106)
#98727A
(152,114,122)
#A4838A
(164,131,138)
#B0949A
(176,148,154)
#BCA5AA
(188,165,170)
#C8B6BA
(200,182,186)
#D4C7CA
(212,199,202)
#E0D8DA
(224,216,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743F4A color. Also use rgb(116,63,74) instead hex code.

Text Font Color

.myTextColor { color: #743F4A; }

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

This text font color is #743F4A.

Background Color

.myBgColor { background-color: #743F4A; }

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

This div background color is #743F4A.

Border color

.myBorderColor { border: 1px solid #743F4A; }

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

This div border color is #743F4A.

Opacity

.myOpacity80 { color: #743F4A; opacity: 0.8; }

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

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

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

This text has shadow with #743F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743F4A.

Preview

Color preview on black background

This text has color #743F4A on black background.


Color preview on white background

This text has color #743F4A on white background.


Black color preview on #743F4A background

This text has black color on #743F4A background.


White color preview on #743F4A background

This text has white color on #743F4A background.


Related colors

Complementary color

Complementary color for #hex is #8BC0B5.


I love getcolorcode.com

Triadic colors

1 #4A743F and #3F4A74 with #743F4A are triadic colors.

2 #4A3F74 and #3F744A with #743F4A are triadic colors.