COLOR #744946

HEX: #744946
RGB: (116,73,70)

Color info

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

RGB color model

#744946 color RGB value is (116,73,70).

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

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 70 of 255 = 27%

116
73
70

R + G + B ~ 34%. #744946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 70 = 259 (100%)
R 116 of 259 ~ 44.79%
G 73 of 259 ~ 28.19%
B 70 of 259 ~ 27.03%

%44.79
%28.19
%27.03

CMYK color model

#744946 color CMYK value is (0,37,40,55).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(0,37,40,55)
C0M37Y40K55 
(0%,37%,40%,55%)
(0.00/0.37/0.40/0.55)	

CMYK percentages

%0
%37.07
%39.66
%54.51

Codes

Color #744946 in popluar color models

744946
RGB1167370
HSL24.73%36.47%
HSB/HSV39.66%45.49%
CMYK0.00%37.07%39.66%
54.51%

Color #744946 in popluar number systems.

HEX744946
Decimal1167370
Binary111010010010011000110
Octal164111106

Shades and tints

Shades of #744946

#744946
(116,73,70)
#6A4340
(106,67,64)
#603D3A
(96,61,58)
#563734
(86,55,52)
#4C312E
(76,49,46)
#422B28
(66,43,40)
#382522
(56,37,34)
#2E1F1C
(46,31,28)
#241916
(36,25,22)
#1A1310
(26,19,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #744946

#744946
(116,73,70)
#805956
(128,89,86)
#8C6966
(140,105,102)
#987976
(152,121,118)
#A48986
(164,137,134)
#B09996
(176,153,150)
#BCA9A6
(188,169,166)
#C8B9B6
(200,185,182)
#D4C9C6
(212,201,198)
#E0D9D6
(224,217,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744946; }

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

This text font color is #744946.


Background Color

.myBgColor { background-color: #744946; }

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

This div background color is #744946.


Border color

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

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

This div border color is #744946.


Opacity

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

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

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

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

This text has shadow with #744946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744946 on black background.


Color preview on white background

This text has color #744946 on white background.



Black color preview on #744946 background

This text has black color on #744946 background.


White color preview on #744946 background

This text has white color on #744946 background.