COLOR #74701D

HEX: #74701D
RGB: (116,112,29)

Color info

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

RGB color model

#74701D color RGB value is (116,112,29).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 29 of 255 = 11%

116
112
29

R + G + B ~ 33%. #74701D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 29 = 257 (100%)
R 116 of 257 ~ 45.14%
G 112 of 257 ~ 43.58%
B 29 of 257 ~ 11.28%

%45.14
%43.58
%11.28

CMYK color model

#74701D color CMYK value is (0,3,75,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 75.00%
  • key color value is 54.51%
CMYK:
(0,3,75,55)
C0M3Y75K55 
(0%,3%,75%,55%)
(0.00/0.03/0.75/0.55)	

CMYK percentages

%0
%3.45
%75
%54.51

Codes

Color #74701D in popluar color models

74701D
RGB11611229
HSL57°60.00%28.43%
HSB/HSV57°75.00%45.49%
CMYK0.00%3.45%75.00%
54.51%

Color #74701D in popluar number systems.

HEX74701D
Decimal11611229
Binary1110100111000011101
Octal16416035

Shades and tints

Shades of #74701D

#74701D
(116,112,29)
#6A661B
(106,102,27)
#605C19
(96,92,25)
#565217
(86,82,23)
#4C4815
(76,72,21)
#423E13
(66,62,19)
#383411
(56,52,17)
#2E2A0F
(46,42,15)
#24200D
(36,32,13)
#1A160B
(26,22,11)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #74701D

#74701D
(116,112,29)
#807D31
(128,125,49)
#8C8A45
(140,138,69)
#989759
(152,151,89)
#A4A46D
(164,164,109)
#B0B181
(176,177,129)
#BCBE95
(188,190,149)
#C8CBA9
(200,203,169)
#D4D8BD
(212,216,189)
#E0E5D1
(224,229,209)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74701D color. Also use rgb(116,112,29) instead hex code.

Text Font Color

.myTextColor { color: #74701D; }

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

This text font color is #74701D.


Background Color

.myBgColor { background-color: #74701D; }

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

This div background color is #74701D.


Border color

.myBorderColor { border: 1px solid #74701D; }

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

This div border color is #74701D.


Opacity

.myOpacity80 { color: #74701D; opacity: 0.8; }

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

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

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

This text has shadow with #74701D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74701D on black background.


Color preview on white background

This text has color #74701D on white background.



Black color preview on #74701D background

This text has black color on #74701D background.


White color preview on #74701D background

This text has white color on #74701D background.