COLOR #74742A

HEX: #74742A
RGB: (116,116,42)

Color info

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

RGB color model

#74742A color RGB value is (116,116,42).

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

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 42 of 255 = 16%

116
116
42

R + G + B ~ 35%. #74742A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 42 = 274 (100%)
R 116 of 274 ~ 42.34%
G 116 of 274 ~ 42.34%
B 42 of 274 ~ 15.33%

%42.34
%42.34
%15.33

CMYK color model

#74742A color CMYK value is (0,0,64,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 63.79%
  • key color value is 54.51%
CMYK:
(0,0,64,55)
C0M0Y64K55 
(0%,0%,64%,55%)
(0.00/0.00/0.64/0.55)	

CMYK percentages

%0
%0
%63.79
%54.51

Codes

Color #74742A in popluar color models

74742A
RGB11611642
HSL60°46.84%30.98%
HSB/HSV60°63.79%45.49%
CMYK0.00%0.00%63.79%
54.51%

Color #74742A in popluar number systems.

HEX74742A
Decimal11611642
Binary11101001110100101010
Octal16416452

Shades and tints

Shades of #74742A

#74742A
(116,116,42)
#6A6A27
(106,106,39)
#606024
(96,96,36)
#565621
(86,86,33)
#4C4C1E
(76,76,30)
#42421B
(66,66,27)
#383818
(56,56,24)
#2E2E15
(46,46,21)
#242412
(36,36,18)
#1A1A0F
(26,26,15)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #74742A

#74742A
(116,116,42)
#80803D
(128,128,61)
#8C8C50
(140,140,80)
#989863
(152,152,99)
#A4A476
(164,164,118)
#B0B089
(176,176,137)
#BCBC9C
(188,188,156)
#C8C8AF
(200,200,175)
#D4D4C2
(212,212,194)
#E0E0D5
(224,224,213)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74742A; }

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

This text font color is #74742A.


Background Color

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

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

This div background color is #74742A.


Border color

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

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

This div border color is #74742A.


Opacity

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

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

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

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

This text has shadow with #74742A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74742A on black background.


Color preview on white background

This text has color #74742A on white background.



Black color preview on #74742A background

This text has black color on #74742A background.


White color preview on #74742A background

This text has white color on #74742A background.