COLOR #4A6030

HEX: #4A6030 RGB: (74,96,48)

Color info

#4A6030 contains red, green and blue colors in about the same proportion. Web safe color of #4A6030 is #336633 (or #363).

RGB color model

#4A6030 color RGB value is (74,96,48).

RGB: (74,96,48) (29%, 38%, 19%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 48 of 255 = 19%

74
96
48

R + G + B ~ 29%. #4A6030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 96 + 48 = 218 (100%)
R 74 of 218 ~ 33.94%
G 96 of 218 ~ 44.04%
B 48 of 218 ~ 22.02'%

%33.94
%44.04
%22.02

CMYK color model

#4A6030 color CMYK value is (23,0,50,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 62.35%

CMYK: (23,0,50,62)
C23M0Y50K62 (23%, 0%, 50%, 62%)
(0.23 / 0.00 / 0.50 / 0.62)

CMYK percentages

%22.92
%0
%50
%62.35

Codes

Color #4A6030 in popluar color models

4A 60 30
RGB 74 96 48
HSL 88° 33.33% 28.24%
HSB/HSV 88° 50.00% 37.65%
CMYK 22.92% 0.00% 50.00%
62.35%

Color #4A6030 in popluar number systems.

HEX 4A 60 30
Decimal 74 96 48
Binary 1001010 1100000 110000
Octal 112 140 60

Shades and tints

Shades of #4A6030

#4A6030
(74,96,48)
#44582C
(68,88,44)
#3E5028
(62,80,40)
#384824
(56,72,36)
#324020
(50,64,32)
#2C381C
(44,56,28)
#263018
(38,48,24)
#202814
(32,40,20)
#1A2010
(26,32,16)
#14180C
(20,24,12)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #4A6030

#4A6030
(74,96,48)
#5A6E42
(90,110,66)
#6A7C54
(106,124,84)
#7A8A66
(122,138,102)
#8A9878
(138,152,120)
#9AA68A
(154,166,138)
#AAB49C
(170,180,156)
#BAC2AE
(186,194,174)
#CAD0C0
(202,208,192)
#DADED2
(218,222,210)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6030 color. Also use rgb(74,96,48) instead hex code.

Text Font Color

.myTextColor { color: #4A6030; }

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

This text font color is #4A6030.

Background Color

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

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

This div background color is #4A6030.

Border color

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

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

This div border color is #4A6030.

Opacity

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

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

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

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

This text has shadow with #4A6030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6030.

Preview

Color preview on black background

This text has color #4A6030 on black background.


Color preview on white background

This text has color #4A6030 on white background.


Black color preview on #4A6030 background

This text has black color on #4A6030 background.


White color preview on #4A6030 background

This text has white color on #4A6030 background.


Related colors

Complementary color

Complementary color for #hex is #B59FCF.


I love getcolorcode.com

Triadic colors

1 #304A60 and #60304A with #4A6030 are triadic colors.

2 #30604A and #604A30 with #4A6030 are triadic colors.