COLOR #743D4C

HEX: #743D4C
RGB: (116,61,76)

Color info

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

RGB color model

#743D4C color RGB value is (116,61,76).

  • red value is 116;
  • green value is 61;
  • blue value is 76.
RGB:
(116,61,76)
(45%,24%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 61 of 255 = 24%
B 76 of 255 = 30%

116
61
76

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

Portions of RGB colors in percentages

R + G + B =
116 + 61 + 76 = 253 (100%)
R 116 of 253 ~ 45.85%
G 61 of 253 ~ 24.11%
B 76 of 253 ~ 30.04%

%45.85
%24.11
%30.04

CMYK color model

#743D4C color CMYK value is (0,47,34,55).

  • cyan value is 0.00%
  • magenta value is 47.41%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(0,47,34,55)
C0M47Y34K55 
(0%,47%,34%,55%)
(0.00/0.47/0.34/0.55)	

CMYK percentages

%0
%47.41
%34.48
%54.51

Codes

Color #743D4C in popluar color models

743D4C
RGB1166176
HSL344°31.07%34.71%
HSB/HSV344°47.41%45.49%
CMYK0.00%47.41%34.48%
54.51%

Color #743D4C in popluar number systems.

HEX743D4C
Decimal1166176
Binary11101001111011001100
Octal16475114

Shades and tints

Shades of #743D4C

#743D4C
(116,61,76)
#6A3846
(106,56,70)
#603340
(96,51,64)
#562E3A
(86,46,58)
#4C2934
(76,41,52)
#42242E
(66,36,46)
#381F28
(56,31,40)
#2E1A22
(46,26,34)
#24151C
(36,21,28)
#1A1016
(26,16,22)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #743D4C

#743D4C
(116,61,76)
#804E5C
(128,78,92)
#8C5F6C
(140,95,108)
#98707C
(152,112,124)
#A4818C
(164,129,140)
#B0929C
(176,146,156)
#BCA3AC
(188,163,172)
#C8B4BC
(200,180,188)
#D4C5CC
(212,197,204)
#E0D6DC
(224,214,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743D4C color. Also use rgb(116,61,76) instead hex code.

Text Font Color

.myTextColor { color: #743D4C; }

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

This text font color is #743D4C.


Background Color

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

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

This div background color is #743D4C.


Border color

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

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

This div border color is #743D4C.


Opacity

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

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

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

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

This text has shadow with #743D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743D4C on black background.


Color preview on white background

This text has color #743D4C on white background.



Black color preview on #743D4C background

This text has black color on #743D4C background.


White color preview on #743D4C background

This text has white color on #743D4C background.