COLOR #4A6307

HEX: #4A6307 RGB: (74,99,7)

Color info

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

RGB color model

#4A6307 color RGB value is (74,99,7).

RGB: (74,99,7) (29%, 39%, 3%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 7 of 255 = 3%

74
99
7

R + G + B ~ 24%. #4A6307 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 99 + 7 = 180 (100%)
R 74 of 180 ~ 41.11%
G 99 of 180 ~ 55%
B 7 of 180 ~ 3.89'%

%41.11
%55

CMYK color model

#4A6307 color CMYK value is (25,0,93,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 92.93%
  • key color value is 61.18%

CMYK: (25,0,93,61)
C25M0Y93K61 (25%, 0%, 93%, 61%)
(0.25 / 0.00 / 0.93 / 0.61)

CMYK percentages

%25.25
%0
%92.93
%61.18

Codes

Color #4A6307 in popluar color models

4A 63 07
RGB 74 99 7
HSL 76° 86.79% 20.78%
HSB/HSV 76° 92.93% 38.82%
CMYK 25.25% 0.00% 92.93%
61.18%

Color #4A6307 in popluar number systems.

HEX 4A 63 07
Decimal 74 99 7
Binary 1001010 1100011 111
Octal 112 143 7

Shades and tints

Shades of #4A6307

#4A6307
(74,99,7)
#445A07
(68,90,7)
#3E5107
(62,81,7)
#384807
(56,72,7)
#323F07
(50,63,7)
#2C3607
(44,54,7)
#262D07
(38,45,7)
#202407
(32,36,7)
#1A1B07
(26,27,7)
#141207
(20,18,7)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #4A6307

#4A6307
(74,99,7)
#5A711D
(90,113,29)
#6A7F33
(106,127,51)
#7A8D49
(122,141,73)
#8A9B5F
(138,155,95)
#9AA975
(154,169,117)
#AAB78B
(170,183,139)
#BAC5A1
(186,197,161)
#CAD3B7
(202,211,183)
#DAE1CD
(218,225,205)
#EAEFE3
(234,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6307; }

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

This text font color is #4A6307.

Background Color

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

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

This div background color is #4A6307.

Border color

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

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

This div border color is #4A6307.

Opacity

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

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

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

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

This text has shadow with #4A6307 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6307.

Preview

Color preview on black background

This text has color #4A6307 on black background.


Color preview on white background

This text has color #4A6307 on white background.


Black color preview on #4A6307 background

This text has black color on #4A6307 background.


White color preview on #4A6307 background

This text has white color on #4A6307 background.


Related colors

Complementary color

Complementary color for #hex is #B59CF8.


I love getcolorcode.com

Triadic colors

1 #074A63 and #63074A with #4A6307 are triadic colors.

2 #07634A and #634A07 with #4A6307 are triadic colors.