COLOR #744934

HEX: #744934
RGB: (116,73,52)

Color info

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

RGB color model

#744934 color RGB value is (116,73,52).

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

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 52 of 255 = 20%

116
73
52

R + G + B ~ 31%. #744934 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 52 = 241 (100%)
R 116 of 241 ~ 48.13%
G 73 of 241 ~ 30.29%
B 52 of 241 ~ 21.58%

%48.13
%30.29
%21.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 55.17%
  • key color value is 54.51%
CMYK:
(0,37,55,55)
C0M37Y55K55 
(0%,37%,55%,55%)
(0.00/0.37/0.55/0.55)	

CMYK percentages

%0
%37.07
%55.17
%54.51

Codes

Color #744934 in popluar color models

744934
RGB1167352
HSL20°38.10%32.94%
HSB/HSV20°55.17%45.49%
CMYK0.00%37.07%55.17%
54.51%

Color #744934 in popluar number systems.

HEX744934
Decimal1167352
Binary11101001001001110100
Octal16411164

Shades and tints

Shades of #744934

#744934
(116,73,52)
#6A4330
(106,67,48)
#603D2C
(96,61,44)
#563728
(86,55,40)
#4C3124
(76,49,36)
#422B20
(66,43,32)
#38251C
(56,37,28)
#2E1F18
(46,31,24)
#241914
(36,25,20)
#1A1310
(26,19,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #744934

#744934
(116,73,52)
#805946
(128,89,70)
#8C6958
(140,105,88)
#98796A
(152,121,106)
#A4897C
(164,137,124)
#B0998E
(176,153,142)
#BCA9A0
(188,169,160)
#C8B9B2
(200,185,178)
#D4C9C4
(212,201,196)
#E0D9D6
(224,217,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744934; }

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

This text font color is #744934.


Background Color

.myBgColor { background-color: #744934; }

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

This div background color is #744934.


Border color

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

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

This div border color is #744934.


Opacity

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

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

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

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

This text has shadow with #744934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744934 on black background.


Color preview on white background

This text has color #744934 on white background.



Black color preview on #744934 background

This text has black color on #744934 background.


White color preview on #744934 background

This text has white color on #744934 background.