COLOR #74601F

HEX: #74601F RGB: (116,96,31)

Color info

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

RGB color model

#74601F color RGB value is (116,96,31).

RGB: (116,96,31) (45%, 38%, 12%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 31 of 255 = 12%

116
96
31

R + G + B ~ 32%. #74601F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 96 + 31 = 243 (100%)
R 116 of 243 ~ 47.74%
G 96 of 243 ~ 39.51%
B 31 of 243 ~ 12.76'%

%47.74
%39.51
%12.76

CMYK color model

#74601F color CMYK value is (0,17,73,55).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 73.28%
  • key color value is 54.51%

CMYK: (0,17,73,55)
C0M17Y73K55 (0%, 17%, 73%, 55%)
(0.00 / 0.17 / 0.73 / 0.55)

CMYK percentages

%0
%17.24
%73.28
%54.51

Codes

Color #74601F in popluar color models

74 60 1F
RGB 116 96 31
HSL 46° 57.82% 28.82%
HSB/HSV 46° 73.28% 45.49%
CMYK 0.00% 17.24% 73.28%
54.51%

Color #74601F in popluar number systems.

HEX 74 60 1F
Decimal 116 96 31
Binary 1110100 1100000 11111
Octal 164 140 37

Shades and tints

Shades of #74601F

#74601F
(116,96,31)
#6A581D
(106,88,29)
#60501B
(96,80,27)
#564819
(86,72,25)
#4C4017
(76,64,23)
#423815
(66,56,21)
#383013
(56,48,19)
#2E2811
(46,40,17)
#24200F
(36,32,15)
#1A180D
(26,24,13)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #74601F

#74601F
(116,96,31)
#806E33
(128,110,51)
#8C7C47
(140,124,71)
#988A5B
(152,138,91)
#A4986F
(164,152,111)
#B0A683
(176,166,131)
#BCB497
(188,180,151)
#C8C2AB
(200,194,171)
#D4D0BF
(212,208,191)
#E0DED3
(224,222,211)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74601F color. Also use rgb(116,96,31) instead hex code.

Text Font Color

.myTextColor { color: #74601F; }

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

This text font color is #74601F.

Background Color

.myBgColor { background-color: #74601F; }

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

This div background color is #74601F.

Border color

.myBorderColor { border: 1px solid #74601F; }

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

This div border color is #74601F.

Opacity

.myOpacity80 { color: #74601F; opacity: 0.8; }

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

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

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

This text has shadow with #74601F color.


.textShadow {text-shadow: 3px 3px 1px #74601F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74601F; -webkit-box-shadow: 1px 1px 3px 2px #74601F; box-shadow:1px 1px 3px 2px #74601F;">
Div content here
</div>

This div box has shadow with color #74601F.

Preview

Color preview on black background

This text has color #74601F on black background.


Color preview on white background

This text has color #74601F on white background.


Black color preview on #74601F background

This text has black color on #74601F background.


White color preview on #74601F background

This text has white color on #74601F background.


Related colors

Complementary color

Complementary color for #hex is #8B9FE0.


I love getcolorcode.com

Triadic colors

1 #1F7460 and #601F74 with #74601F are triadic colors.

2 #1F6074 and #60741F with #74601F are triadic colors.