COLOR #744926

HEX: #744926
RGB: (116,73,38)

Color info

#744926 contains mainly red and green colors. Web safe color of #744926 is #663333 (or #633).

RGB color model

#744926 color RGB value is (116,73,38).

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

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 38 of 255 = 15%

116
73
38

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

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 38 = 227 (100%)
R 116 of 227 ~ 51.1%
G 73 of 227 ~ 32.16%
B 38 of 227 ~ 16.74%

%51.1
%32.16
%16.74

CMYK color model

#744926 color CMYK value is (0,37,67,55).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 67.24%
  • key color value is 54.51%
CMYK:
(0,37,67,55)
C0M37Y67K55 
(0%,37%,67%,55%)
(0.00/0.37/0.67/0.55)	

CMYK percentages

%0
%37.07
%67.24
%54.51

Codes

Color #744926 in popluar color models

744926
RGB1167338
HSL27°50.65%30.20%
HSB/HSV27°67.24%45.49%
CMYK0.00%37.07%67.24%
54.51%

Color #744926 in popluar number systems.

HEX744926
Decimal1167338
Binary11101001001001100110
Octal16411146

Shades and tints

Shades of #744926

#744926
(116,73,38)
#6A4323
(106,67,35)
#603D20
(96,61,32)
#56371D
(86,55,29)
#4C311A
(76,49,26)
#422B17
(66,43,23)
#382514
(56,37,20)
#2E1F11
(46,31,17)
#24190E
(36,25,14)
#1A130B
(26,19,11)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #744926

#744926
(116,73,38)
#805939
(128,89,57)
#8C694C
(140,105,76)
#98795F
(152,121,95)
#A48972
(164,137,114)
#B09985
(176,153,133)
#BCA998
(188,169,152)
#C8B9AB
(200,185,171)
#D4C9BE
(212,201,190)
#E0D9D1
(224,217,209)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744926; }

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

This text font color is #744926.


Background Color

.myBgColor { background-color: #744926; }

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

This div background color is #744926.


Border color

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

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

This div border color is #744926.


Opacity

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

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

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

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

This text has shadow with #744926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744926 on black background.


Color preview on white background

This text has color #744926 on white background.



Black color preview on #744926 background

This text has black color on #744926 background.


White color preview on #744926 background

This text has white color on #744926 background.