COLOR #4A6027

HEX: #4A6027
RGB: (74,96,39)

Color info

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

RGB color model

#4A6027 color RGB value is (74,96,39).

  • red value is 74;
  • green value is 96;
  • blue value is 39.
RGB:
(74,96,39)
(29%,38%,15%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 39 of 255 = 15%

74
96
39

R + G + B ~ 27%. #4A6027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 39 = 209 (100%)
R 74 of 209 ~ 35.41%
G 96 of 209 ~ 45.93%
B 39 of 209 ~ 18.66%

%35.41
%45.93
%18.66

CMYK color model

#4A6027 color CMYK value is (23,0,59,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 62.35%
CMYK:
(23,0,59,62)
C23M0Y59K62 
(23%,0%,59%,62%)
(0.23/0.00/0.59/0.62)	

CMYK percentages

%22.92
%0
%59.38
%62.35

Codes

Color #4A6027 in popluar color models

4A6027
RGB749639
HSL83°42.22%26.47%
HSB/HSV83°59.38%37.65%
CMYK22.92%0.00%59.38%
62.35%

Color #4A6027 in popluar number systems.

HEX4A6027
Decimal749639
Binary10010101100000100111
Octal11214047

Shades and tints

Shades of #4A6027

#4A6027
(74,96,39)
#445824
(68,88,36)
#3E5021
(62,80,33)
#38481E
(56,72,30)
#32401B
(50,64,27)
#2C3818
(44,56,24)
#263015
(38,48,21)
#202812
(32,40,18)
#1A200F
(26,32,15)
#14180C
(20,24,12)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #4A6027

#4A6027
(74,96,39)
#5A6E3A
(90,110,58)
#6A7C4D
(106,124,77)
#7A8A60
(122,138,96)
#8A9873
(138,152,115)
#9AA686
(154,166,134)
#AAB499
(170,180,153)
#BAC2AC
(186,194,172)
#CAD0BF
(202,208,191)
#DADED2
(218,222,210)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6027; }

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

This text font color is #4A6027.


Background Color

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

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

This div background color is #4A6027.


Border color

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

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

This div border color is #4A6027.


Opacity

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

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

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

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

This text has shadow with #4A6027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6027 on black background.


Color preview on white background

This text has color #4A6027 on white background.



Black color preview on #4A6027 background

This text has black color on #4A6027 background.


White color preview on #4A6027 background

This text has white color on #4A6027 background.