COLOR #4A4E0B

HEX: #4A4E0B
RGB: (74,78,11)

Color info

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

RGB color model

#4A4E0B color RGB value is (74,78,11).

  • red value is 74;
  • green value is 78;
  • blue value is 11.
RGB:
(74,78,11)
(29%,31%,4%)

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 11 of 255 = 4%

74
78
11

R + G + B ~ 21%. #4A4E0B is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 11 = 163 (100%)
R 74 of 163 ~ 45.4%
G 78 of 163 ~ 47.85%
B 11 of 163 ~ 6.75%

%45.4
%47.85

CMYK color model

#4A4E0B color CMYK value is (5,0,86,69).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 85.90%
  • key color value is 69.41%
CMYK:
(5,0,86,69)
C5M0Y86K69 
(5%,0%,86%,69%)
(0.05/0.00/0.86/0.69)	

CMYK percentages

%5.13
%0
%85.9
%69.41

Codes

Color #4A4E0B in popluar color models

4A4E0B
RGB747811
HSL64°75.28%17.45%
HSB/HSV64°85.90%30.59%
CMYK5.13%0.00%85.90%
69.41%

Color #4A4E0B in popluar number systems.

HEX4A4E0B
Decimal747811
Binary100101010011101011
Octal11211613

Shades and tints

Shades of #4A4E0B

#4A4E0B
(74,78,11)
#44470A
(68,71,10)
#3E4009
(62,64,9)
#383908
(56,57,8)
#323207
(50,50,7)
#2C2B06
(44,43,6)
#262405
(38,36,5)
#201D04
(32,29,4)
#1A1603
(26,22,3)
#140F02
(20,15,2)
#0E0801
(14,8,1)
#000000
(0,0,0)

Tints of #4A4E0B

#4A4E0B
(74,78,11)
#5A5E21
(90,94,33)
#6A6E37
(106,110,55)
#7A7E4D
(122,126,77)
#8A8E63
(138,142,99)
#9A9E79
(154,158,121)
#AAAE8F
(170,174,143)
#BABEA5
(186,190,165)
#CACEBB
(202,206,187)
#DADED1
(218,222,209)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4E0B color. Also use rgb(74,78,11) instead hex code.

Text Font Color

.myTextColor { color: #4A4E0B; }

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

This text font color is #4A4E0B.


Background Color

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

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

This div background color is #4A4E0B.


Border color

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

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

This div border color is #4A4E0B.


Opacity

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

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

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

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

This text has shadow with #4A4E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E0B on black background.


Color preview on white background

This text has color #4A4E0B on white background.



Black color preview on #4A4E0B background

This text has black color on #4A4E0B background.


White color preview on #4A4E0B background

This text has white color on #4A4E0B background.