COLOR #743950

HEX: #743950
RGB: (116,57,80)

Color info

#743950 contains red, green and blue colors in about the same proportion. Web safe color of #743950 is #663366 (or #636).

RGB color model

#743950 color RGB value is (116,57,80).

  • red value is 116;
  • green value is 57;
  • blue value is 80.
RGB:
(116,57,80)
(45%,22%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 57 of 255 = 22%
B 80 of 255 = 31%

116
57
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 57 + 80 = 253 (100%)
R 116 of 253 ~ 45.85%
G 57 of 253 ~ 22.53%
B 80 of 253 ~ 31.62%

%45.85
%22.53
%31.62

CMYK color model

#743950 color CMYK value is (0,51,31,55).

  • cyan value is 0.00%
  • magenta value is 50.86%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,51,31,55)
C0M51Y31K55 
(0%,51%,31%,55%)
(0.00/0.51/0.31/0.55)	

CMYK percentages

%0
%50.86
%31.03
%54.51

Codes

Color #743950 in popluar color models

743950
RGB1165780
HSL337°34.10%33.92%
HSB/HSV337°50.86%45.49%
CMYK0.00%50.86%31.03%
54.51%

Color #743950 in popluar number systems.

HEX743950
Decimal1165780
Binary11101001110011010000
Octal16471120

Shades and tints

Shades of #743950

#743950
(116,57,80)
#6A3449
(106,52,73)
#602F42
(96,47,66)
#562A3B
(86,42,59)
#4C2534
(76,37,52)
#42202D
(66,32,45)
#381B26
(56,27,38)
#2E161F
(46,22,31)
#241118
(36,17,24)
#1A0C11
(26,12,17)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #743950

#743950
(116,57,80)
#804B5F
(128,75,95)
#8C5D6E
(140,93,110)
#986F7D
(152,111,125)
#A4818C
(164,129,140)
#B0939B
(176,147,155)
#BCA5AA
(188,165,170)
#C8B7B9
(200,183,185)
#D4C9C8
(212,201,200)
#E0DBD7
(224,219,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743950 color. Also use rgb(116,57,80) instead hex code.

Text Font Color

.myTextColor { color: #743950; }

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

This text font color is #743950.


Background Color

.myBgColor { background-color: #743950; }

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

This div background color is #743950.


Border color

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

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

This div border color is #743950.


Opacity

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

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

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

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

This text has shadow with #743950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743950 on black background.


Color preview on white background

This text has color #743950 on white background.



Black color preview on #743950 background

This text has black color on #743950 background.


White color preview on #743950 background

This text has white color on #743950 background.