COLOR #4A6317

HEX: #4A6317
RGB: (74,99,23)

Color info

#4A6317 contains mainly red and green colors. Web safe color of #4A6317 is #336600 (or #360).

RGB color model

#4A6317 color RGB value is (74,99,23).

  • red value is 74;
  • green value is 99;
  • blue value is 23.
RGB:
(74,99,23)
(29%,39%,9%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 23 of 255 = 9%

74
99
23

R + G + B ~ 26%. #4A6317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 99 + 23 = 196 (100%)
R 74 of 196 ~ 37.76%
G 99 of 196 ~ 50.51%
B 23 of 196 ~ 11.73%

%37.76
%50.51
%11.73

CMYK color model

#4A6317 color CMYK value is (25,0,77,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 76.77%
  • key color value is 61.18%
CMYK:
(25,0,77,61)
C25M0Y77K61 
(25%,0%,77%,61%)
(0.25/0.00/0.77/0.61)	

CMYK percentages

%25.25
%0
%76.77
%61.18

Codes

Color #4A6317 in popluar color models

4A6317
RGB749923
HSL80°62.30%23.92%
HSB/HSV80°76.77%38.82%
CMYK25.25%0.00%76.77%
61.18%

Color #4A6317 in popluar number systems.

HEX4A6317
Decimal749923
Binary1001010110001110111
Octal11214327

Shades and tints

Shades of #4A6317

#4A6317
(74,99,23)
#445A15
(68,90,21)
#3E5113
(62,81,19)
#384811
(56,72,17)
#323F0F
(50,63,15)
#2C360D
(44,54,13)
#262D0B
(38,45,11)
#202409
(32,36,9)
#1A1B07
(26,27,7)
#141205
(20,18,5)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #4A6317

#4A6317
(74,99,23)
#5A712C
(90,113,44)
#6A7F41
(106,127,65)
#7A8D56
(122,141,86)
#8A9B6B
(138,155,107)
#9AA980
(154,169,128)
#AAB795
(170,183,149)
#BAC5AA
(186,197,170)
#CAD3BF
(202,211,191)
#DAE1D4
(218,225,212)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6317 color. Also use rgb(74,99,23) instead hex code.

Text Font Color

.myTextColor { color: #4A6317; }

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

This text font color is #4A6317.


Background Color

.myBgColor { background-color: #4A6317; }

<div style="background-color:#4A6317">Inner text</div>

This div background color is #4A6317.


Border color

.myBorderColor { border: 1px solid #4A6317; }

<div style="border:3px solid #4A6317">Div</div>

This div border color is #4A6317.


Opacity

.myOpacity80 { color: #4A6317; opacity: 0.8; }

<p style="color:#4A6317;opacity:0.8;">80%</p>

Text with #4A6317 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 #4A6317;}

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

This text has shadow with #4A6317 color.

.textShadow {text-shadow: 3px 3px 1px #4A6317, 3px 3px 1px red;}

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

This text has shadow with #4A6317 primary color and red secondary color.


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

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

This text has shadow with #4A6317 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6317 on black background.


Color preview on white background

This text has color #4A6317 on white background.



Black color preview on #4A6317 background

This text has black color on #4A6317 background.


White color preview on #4A6317 background

This text has white color on #4A6317 background.