COLOR #743746

HEX: #743746
RGB: (116,55,70)

Color info

#743746 contains mainly red and blue colors. Web safe color of #743746 is #663333 (or #633).

RGB color model

#743746 color RGB value is (116,55,70).

  • red value is 116;
  • green value is 55;
  • blue value is 70.
RGB: (116,55,70) (45%,22%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 55 of 255 = 22%
B 70 of 255 = 27%

116
55
70

R + G + B ~ 31%. #743746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 55 + 70 = 241 (100%)
R 116 of 241 ~ 48.13%
G 55 of 241 ~ 22.82%
B 70 of 241 ~ 29.05%

%48.13
%22.82
%29.05

CMYK color model

#743746 color CMYK value is (0,53,40,55).

  • cyan value is 0.00%
  • magenta value is 52.59%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK: (0,53,40,55) C0M53Y40K55 (0%,53%,40%,55%) (0.00/0.53/0.40/0.55)

CMYK percentages

%0
%52.59
%39.66
%54.51

Codes

Color #743746 in popluar color models

743746
RGB1165570
HSL345°35.67%33.53%
HSB/HSV345°52.59%45.49%
CMYK0.00%52.59%39.66%
54.51%

Color #743746 in popluar number systems.

HEX743746
Decimal1165570
Binary11101001101111000110
Octal16467106

Shades and tints

Shades of #743746

#743746
(116,55,70)
#6A3240
(106,50,64)
#602D3A
(96,45,58)
#562834
(86,40,52)
#4C232E
(76,35,46)
#421E28
(66,30,40)
#381922
(56,25,34)
#2E141C
(46,20,28)
#240F16
(36,15,22)
#1A0A10
(26,10,16)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #743746

#743746
(116,55,70)
#804956
(128,73,86)
#8C5B66
(140,91,102)
#986D76
(152,109,118)
#A47F86
(164,127,134)
#B09196
(176,145,150)
#BCA3A6
(188,163,166)
#C8B5B6
(200,181,182)
#D4C7C6
(212,199,198)
#E0D9D6
(224,217,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743746 color. Also use rgb(116,55,70) instead hex code.

Text Font Color

.myTextColor { color: #743746; }

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

This text font color is #743746.


Background Color

.myBgColor { background-color: #743746; }

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

This div background color is #743746.


Border color

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

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

This div border color is #743746.


Opacity

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

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

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

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

This text has shadow with #743746 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #743746 on black background.


Color preview on white background

This text has color #743746 on white background.



Black color preview on #743746 background

This text has black color on #743746 background.


White color preview on #743746 background

This text has white color on #743746 background.