COLOR #743C3A

HEX: #743C3A
RGB: (116,60,58)

Color info

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

RGB color model

#743C3A color RGB value is (116,60,58).

  • red value is 116;
  • green value is 60;
  • blue value is 58.
RGB:
(116,60,58)
(45%,24%,23%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 58 of 255 = 23%

116
60
58

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 58 = 234 (100%)
R 116 of 234 ~ 49.57%
G 60 of 234 ~ 25.64%
B 58 of 234 ~ 24.79%

%49.57
%25.64
%24.79

CMYK color model

#743C3A color CMYK value is (0,48,50,55).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK:
(0,48,50,55)
C0M48Y50K55 
(0%,48%,50%,55%)
(0.00/0.48/0.50/0.55)	

CMYK percentages

%0
%48.28
%50
%54.51

Codes

Color #743C3A in popluar color models

743C3A
RGB1166058
HSL33.33%34.12%
HSB/HSV50.00%45.49%
CMYK0.00%48.28%50.00%
54.51%

Color #743C3A in popluar number systems.

HEX743C3A
Decimal1166058
Binary1110100111100111010
Octal1647472

Shades and tints

Shades of #743C3A

#743C3A
(116,60,58)
#6A3735
(106,55,53)
#603230
(96,50,48)
#562D2B
(86,45,43)
#4C2826
(76,40,38)
#422321
(66,35,33)
#381E1C
(56,30,28)
#2E1917
(46,25,23)
#241412
(36,20,18)
#1A0F0D
(26,15,13)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #743C3A

#743C3A
(116,60,58)
#804D4B
(128,77,75)
#8C5E5C
(140,94,92)
#986F6D
(152,111,109)
#A4807E
(164,128,126)
#B0918F
(176,145,143)
#BCA2A0
(188,162,160)
#C8B3B1
(200,179,177)
#D4C4C2
(212,196,194)
#E0D5D3
(224,213,211)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743C3A color. Also use rgb(116,60,58) instead hex code.

Text Font Color

.myTextColor { color: #743C3A; }

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

This text font color is #743C3A.


Background Color

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

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

This div background color is #743C3A.


Border color

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

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

This div border color is #743C3A.


Opacity

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

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

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

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

This text has shadow with #743C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C3A on black background.


Color preview on white background

This text has color #743C3A on white background.



Black color preview on #743C3A background

This text has black color on #743C3A background.


White color preview on #743C3A background

This text has white color on #743C3A background.