COLOR #73744E

HEX: #73744E
RGB: (115,116,78)

Color info

#73744E contains red, green and blue colors in about the same proportion. Web safe color of #73744E is #666666 (or #666).

RGB color model

#73744E color RGB value is (115,116,78).

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

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 78 of 255 = 31%

115
116
78

R + G + B ~ 40%. #73744E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 78 = 309 (100%)
R 115 of 309 ~ 37.22%
G 116 of 309 ~ 37.54%
B 78 of 309 ~ 25.24%

%37.22
%37.54
%25.24

CMYK color model

#73744E color CMYK value is (1,0,33,55).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(1,0,33,55)
C1M0Y33K55 
(1%,0%,33%,55%)
(0.01/0.00/0.33/0.55)	

CMYK percentages

%0.86
%0
%32.76
%54.51

Codes

Color #73744E in popluar color models

73744E
RGB11511678
HSL62°19.59%38.04%
HSB/HSV62°32.76%45.49%
CMYK0.86%0.00%32.76%
54.51%

Color #73744E in popluar number systems.

HEX73744E
Decimal11511678
Binary111001111101001001110
Octal163164116

Shades and tints

Shades of #73744E

#73744E
(115,116,78)
#696A47
(105,106,71)
#5F6040
(95,96,64)
#555639
(85,86,57)
#4B4C32
(75,76,50)
#41422B
(65,66,43)
#373824
(55,56,36)
#2D2E1D
(45,46,29)
#232416
(35,36,22)
#191A0F
(25,26,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #73744E

#73744E
(115,116,78)
#7F805E
(127,128,94)
#8B8C6E
(139,140,110)
#97987E
(151,152,126)
#A3A48E
(163,164,142)
#AFB09E
(175,176,158)
#BBBCAE
(187,188,174)
#C7C8BE
(199,200,190)
#D3D4CE
(211,212,206)
#DFE0DE
(223,224,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73744E color. Also use rgb(115,116,78) instead hex code.

Text Font Color

.myTextColor { color: #73744E; }

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

This text font color is #73744E.


Background Color

.myBgColor { background-color: #73744E; }

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

This div background color is #73744E.


Border color

.myBorderColor { border: 1px solid #73744E; }

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

This div border color is #73744E.


Opacity

.myOpacity80 { color: #73744E; opacity: 0.8; }

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

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

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

This text has shadow with #73744E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73744E on black background.


Color preview on white background

This text has color #73744E on white background.



Black color preview on #73744E background

This text has black color on #73744E background.


White color preview on #73744E background

This text has white color on #73744E background.