COLOR #743836

HEX: #743836
RGB: (116,56,54)

Color info

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

RGB color model

#743836 color RGB value is (116,56,54).

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

RGB channels and saturation

R 116 of 255 = 45%
G 56 of 255 = 22%
B 54 of 255 = 21%

116
56
54

R + G + B ~ 29%. #743836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 56 + 54 = 226 (100%)
R 116 of 226 ~ 51.33%
G 56 of 226 ~ 24.78%
B 54 of 226 ~ 23.89%

%51.33
%24.78
%23.89

CMYK color model

#743836 color CMYK value is (0,52,53,55).

  • cyan value is 0.00%
  • magenta value is 51.72%
  • yellow value is 53.45%
  • key color value is 54.51%
CMYK:
(0,52,53,55)
C0M52Y53K55 
(0%,52%,53%,55%)
(0.00/0.52/0.53/0.55)	

CMYK percentages

%0
%51.72
%53.45
%54.51

Codes

Color #743836 in popluar color models

743836
RGB1165654
HSL36.47%33.33%
HSB/HSV53.45%45.49%
CMYK0.00%51.72%53.45%
54.51%

Color #743836 in popluar number systems.

HEX743836
Decimal1165654
Binary1110100111000110110
Octal1647066

Shades and tints

Shades of #743836

#743836
(116,56,54)
#6A3332
(106,51,50)
#602E2E
(96,46,46)
#56292A
(86,41,42)
#4C2426
(76,36,38)
#421F22
(66,31,34)
#381A1E
(56,26,30)
#2E151A
(46,21,26)
#241016
(36,16,22)
#1A0B12
(26,11,18)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #743836

#743836
(116,56,54)
#804A48
(128,74,72)
#8C5C5A
(140,92,90)
#986E6C
(152,110,108)
#A4807E
(164,128,126)
#B09290
(176,146,144)
#BCA4A2
(188,164,162)
#C8B6B4
(200,182,180)
#D4C8C6
(212,200,198)
#E0DAD8
(224,218,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743836; }

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

This text font color is #743836.


Background Color

.myBgColor { background-color: #743836; }

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

This div background color is #743836.


Border color

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

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

This div border color is #743836.


Opacity

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

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

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

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

This text has shadow with #743836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743836 on black background.


Color preview on white background

This text has color #743836 on white background.



Black color preview on #743836 background

This text has black color on #743836 background.


White color preview on #743836 background

This text has white color on #743836 background.