COLOR #744E23

HEX: #744E23
RGB: (116,78,35)

Color info

#744E23 contains mainly red and green colors. Web safe color of #744E23 is #666633 (or #663).

RGB color model

#744E23 color RGB value is (116,78,35).

  • red value is 116;
  • green value is 78;
  • blue value is 35.
RGB:
(116,78,35)
(45%,31%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 35 of 255 = 14%

116
78
35

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

Portions of RGB colors in percentages

R + G + B =
116 + 78 + 35 = 229 (100%)
R 116 of 229 ~ 50.66%
G 78 of 229 ~ 34.06%
B 35 of 229 ~ 15.28%

%50.66
%34.06
%15.28

CMYK color model

#744E23 color CMYK value is (0,33,70,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 69.83%
  • key color value is 54.51%
CMYK:
(0,33,70,55)
C0M33Y70K55 
(0%,33%,70%,55%)
(0.00/0.33/0.70/0.55)	

CMYK percentages

%0
%32.76
%69.83
%54.51

Codes

Color #744E23 in popluar color models

744E23
RGB1167835
HSL32°53.64%29.61%
HSB/HSV32°69.83%45.49%
CMYK0.00%32.76%69.83%
54.51%

Color #744E23 in popluar number systems.

HEX744E23
Decimal1167835
Binary11101001001110100011
Octal16411643

Shades and tints

Shades of #744E23

#744E23
(116,78,35)
#6A4720
(106,71,32)
#60401D
(96,64,29)
#56391A
(86,57,26)
#4C3217
(76,50,23)
#422B14
(66,43,20)
#382411
(56,36,17)
#2E1D0E
(46,29,14)
#24160B
(36,22,11)
#1A0F08
(26,15,8)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #744E23

#744E23
(116,78,35)
#805E37
(128,94,55)
#8C6E4B
(140,110,75)
#987E5F
(152,126,95)
#A48E73
(164,142,115)
#B09E87
(176,158,135)
#BCAE9B
(188,174,155)
#C8BEAF
(200,190,175)
#D4CEC3
(212,206,195)
#E0DED7
(224,222,215)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E23 color. Also use rgb(116,78,35) instead hex code.

Text Font Color

.myTextColor { color: #744E23; }

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

This text font color is #744E23.


Background Color

.myBgColor { background-color: #744E23; }

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

This div background color is #744E23.


Border color

.myBorderColor { border: 1px solid #744E23; }

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

This div border color is #744E23.


Opacity

.myOpacity80 { color: #744E23; opacity: 0.8; }

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

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

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

This text has shadow with #744E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744E23 on black background.


Color preview on white background

This text has color #744E23 on white background.



Black color preview on #744E23 background

This text has black color on #744E23 background.


White color preview on #744E23 background

This text has white color on #744E23 background.