COLOR #743824

HEX: #743824
RGB: (116,56,36)

Color info

#743824 contains mainly red color. Web safe color of #743824 is #663333 (or #633).

RGB color model

#743824 color RGB value is (116,56,36).

  • red value is 116;
  • green value is 56;
  • blue value is 36.
RGB:
(116,56,36)
(45%,22%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 56 of 255 = 22%
B 36 of 255 = 14%

116
56
36

R + G + B ~ 27%. #743824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 56 + 36 = 208 (100%)
R 116 of 208 ~ 55.77%
G 56 of 208 ~ 26.92%
B 36 of 208 ~ 17.31%

%55.77
%26.92
%17.31

CMYK color model

#743824 color CMYK value is (0,52,69,55).

  • cyan value is 0.00%
  • magenta value is 51.72%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(0,52,69,55)
C0M52Y69K55 
(0%,52%,69%,55%)
(0.00/0.52/0.69/0.55)	

CMYK percentages

%0
%51.72
%68.97
%54.51

Codes

Color #743824 in popluar color models

743824
RGB1165636
HSL15°52.63%29.80%
HSB/HSV15°68.97%45.49%
CMYK0.00%51.72%68.97%
54.51%

Color #743824 in popluar number systems.

HEX743824
Decimal1165636
Binary1110100111000100100
Octal1647044

Shades and tints

Shades of #743824

#743824
(116,56,36)
#6A3321
(106,51,33)
#602E1E
(96,46,30)
#56291B
(86,41,27)
#4C2418
(76,36,24)
#421F15
(66,31,21)
#381A12
(56,26,18)
#2E150F
(46,21,15)
#24100C
(36,16,12)
#1A0B09
(26,11,9)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #743824

#743824
(116,56,36)
#804A37
(128,74,55)
#8C5C4A
(140,92,74)
#986E5D
(152,110,93)
#A48070
(164,128,112)
#B09283
(176,146,131)
#BCA496
(188,164,150)
#C8B6A9
(200,182,169)
#D4C8BC
(212,200,188)
#E0DACF
(224,218,207)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743824 color. Also use rgb(116,56,36) instead hex code.

Text Font Color

.myTextColor { color: #743824; }

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

This text font color is #743824.


Background Color

.myBgColor { background-color: #743824; }

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

This div background color is #743824.


Border color

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

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

This div border color is #743824.


Opacity

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

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

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

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

This text has shadow with #743824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743824 on black background.


Color preview on white background

This text has color #743824 on white background.



Black color preview on #743824 background

This text has black color on #743824 background.


White color preview on #743824 background

This text has white color on #743824 background.