COLOR #743937

HEX: #743937
RGB: (116,57,55)

Color info

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

RGB color model

#743937 color RGB value is (116,57,55).

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

RGB channels and saturation

R 116 of 255 = 45%
G 57 of 255 = 22%
B 55 of 255 = 22%

116
57
55

R + G + B ~ 30%. #743937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 57 + 55 = 228 (100%)
R 116 of 228 ~ 50.88%
G 57 of 228 ~ 25%
B 55 of 228 ~ 24.12%

%50.88
%25
%24.12

CMYK color model

#743937 color CMYK value is (0,51,53,55).

  • cyan value is 0.00%
  • magenta value is 50.86%
  • yellow value is 52.59%
  • key color value is 54.51%
CMYK:
(0,51,53,55)
C0M51Y53K55 
(0%,51%,53%,55%)
(0.00/0.51/0.53/0.55)	

CMYK percentages

%0
%50.86
%52.59
%54.51

Codes

Color #743937 in popluar color models

743937
RGB1165755
HSL35.67%33.53%
HSB/HSV52.59%45.49%
CMYK0.00%50.86%52.59%
54.51%

Color #743937 in popluar number systems.

HEX743937
Decimal1165755
Binary1110100111001110111
Octal1647167

Shades and tints

Shades of #743937

#743937
(116,57,55)
#6A3432
(106,52,50)
#602F2D
(96,47,45)
#562A28
(86,42,40)
#4C2523
(76,37,35)
#42201E
(66,32,30)
#381B19
(56,27,25)
#2E1614
(46,22,20)
#24110F
(36,17,15)
#1A0C0A
(26,12,10)
#100705
(16,7,5)
#000000
(0,0,0)

Tints of #743937

#743937
(116,57,55)
#804B49
(128,75,73)
#8C5D5B
(140,93,91)
#986F6D
(152,111,109)
#A4817F
(164,129,127)
#B09391
(176,147,145)
#BCA5A3
(188,165,163)
#C8B7B5
(200,183,181)
#D4C9C7
(212,201,199)
#E0DBD9
(224,219,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743937; }

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

This text font color is #743937.


Background Color

.myBgColor { background-color: #743937; }

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

This div background color is #743937.


Border color

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

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

This div border color is #743937.


Opacity

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

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

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

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

This text has shadow with #743937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743937 on black background.


Color preview on white background

This text has color #743937 on white background.



Black color preview on #743937 background

This text has black color on #743937 background.


White color preview on #743937 background

This text has white color on #743937 background.