COLOR #4A602B

HEX: #4A602B
RGB: (74,96,43)

Color info

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

RGB color model

#4A602B color RGB value is (74,96,43).

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

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 43 of 255 = 17%

74
96
43

R + G + B ~ 28%. #4A602B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 43 = 213 (100%)
R 74 of 213 ~ 34.74%
G 96 of 213 ~ 45.07%
B 43 of 213 ~ 20.19%

%34.74
%45.07
%20.19

CMYK color model

#4A602B color CMYK value is (23,0,55,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 62.35%
CMYK:
(23,0,55,62)
C23M0Y55K62 
(23%,0%,55%,62%)
(0.23/0.00/0.55/0.62)	

CMYK percentages

%22.92
%0
%55.21
%62.35

Codes

Color #4A602B in popluar color models

4A602B
RGB749643
HSL85°38.13%27.25%
HSB/HSV85°55.21%37.65%
CMYK22.92%0.00%55.21%
62.35%

Color #4A602B in popluar number systems.

HEX4A602B
Decimal749643
Binary10010101100000101011
Octal11214053

Shades and tints

Shades of #4A602B

#4A602B
(74,96,43)
#445828
(68,88,40)
#3E5025
(62,80,37)
#384822
(56,72,34)
#32401F
(50,64,31)
#2C381C
(44,56,28)
#263019
(38,48,25)
#202816
(32,40,22)
#1A2013
(26,32,19)
#141810
(20,24,16)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #4A602B

#4A602B
(74,96,43)
#5A6E3E
(90,110,62)
#6A7C51
(106,124,81)
#7A8A64
(122,138,100)
#8A9877
(138,152,119)
#9AA68A
(154,166,138)
#AAB49D
(170,180,157)
#BAC2B0
(186,194,176)
#CAD0C3
(202,208,195)
#DADED6
(218,222,214)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A602B; }

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

This text font color is #4A602B.


Background Color

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

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

This div background color is #4A602B.


Border color

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

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

This div border color is #4A602B.


Opacity

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

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

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

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

This text has shadow with #4A602B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A602B on black background.


Color preview on white background

This text has color #4A602B on white background.



Black color preview on #4A602B background

This text has black color on #4A602B background.


White color preview on #4A602B background

This text has white color on #4A602B background.