COLOR #74744A

HEX: #74744A
RGB: (116,116,74)

Color info

#74744A contains red, green and blue colors in about the same proportion. Web safe color of #74744A is #666633 (or #663).

RGB color model

#74744A color RGB value is (116,116,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 74 of 255 = 29%

116
116
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 74 = 306 (100%)
R 116 of 306 ~ 37.91%
G 116 of 306 ~ 37.91%
B 74 of 306 ~ 24.18%

%37.91
%37.91
%24.18

CMYK color model

#74744A color CMYK value is (0,0,36,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,0,36,55)
C0M0Y36K55 
(0%,0%,36%,55%)
(0.00/0.00/0.36/0.55)	

CMYK percentages

%0
%0
%36.21
%54.51

Codes

Color #74744A in popluar color models

74744A
RGB11611674
HSL60°22.11%37.25%
HSB/HSV60°36.21%45.49%
CMYK0.00%0.00%36.21%
54.51%

Color #74744A in popluar number systems.

HEX74744A
Decimal11611674
Binary111010011101001001010
Octal164164112

Shades and tints

Shades of #74744A

#74744A
(116,116,74)
#6A6A44
(106,106,68)
#60603E
(96,96,62)
#565638
(86,86,56)
#4C4C32
(76,76,50)
#42422C
(66,66,44)
#383826
(56,56,38)
#2E2E20
(46,46,32)
#24241A
(36,36,26)
#1A1A14
(26,26,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74744A

#74744A
(116,116,74)
#80805A
(128,128,90)
#8C8C6A
(140,140,106)
#98987A
(152,152,122)
#A4A48A
(164,164,138)
#B0B09A
(176,176,154)
#BCBCAA
(188,188,170)
#C8C8BA
(200,200,186)
#D4D4CA
(212,212,202)
#E0E0DA
(224,224,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74744A color. Also use rgb(116,116,74) instead hex code.

Text Font Color

.myTextColor { color: #74744A; }

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

This text font color is #74744A.


Background Color

.myBgColor { background-color: #74744A; }

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

This div background color is #74744A.


Border color

.myBorderColor { border: 1px solid #74744A; }

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

This div border color is #74744A.


Opacity

.myOpacity80 { color: #74744A; opacity: 0.8; }

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

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

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

This text has shadow with #74744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74744A on black background.


Color preview on white background

This text has color #74744A on white background.



Black color preview on #74744A background

This text has black color on #74744A background.


White color preview on #74744A background

This text has white color on #74744A background.