COLOR #4A4B19

HEX: #4A4B19
RGB: (74,75,25)

Color info

#4A4B19 contains red, green and blue colors in about the same proportion. Web safe color of #4A4B19 is #333300 (or #330).

RGB color model

#4A4B19 color RGB value is (74,75,25).

  • red value is 74;
  • green value is 75;
  • blue value is 25.
RGB:
(74,75,25)
(29%,29%,10%)

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 25 of 255 = 10%

74
75
25

R + G + B ~ 23%. #4A4B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 75 + 25 = 174 (100%)
R 74 of 174 ~ 42.53%
G 75 of 174 ~ 43.1%
B 25 of 174 ~ 14.37%

%42.53
%43.1
%14.37

CMYK color model

#4A4B19 color CMYK value is (1,0,67,71).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(1,0,67,71)
C1M0Y67K71 
(1%,0%,67%,71%)
(0.01/0.00/0.67/0.71)	

CMYK percentages

%1.33
%0
%66.67
%70.59

Codes

Color #4A4B19 in popluar color models

4A4B19
RGB747525
HSL61°50.00%19.61%
HSB/HSV61°66.67%29.41%
CMYK1.33%0.00%66.67%
70.59%

Color #4A4B19 in popluar number systems.

HEX4A4B19
Decimal747525
Binary1001010100101111001
Octal11211331

Shades and tints

Shades of #4A4B19

#4A4B19
(74,75,25)
#444517
(68,69,23)
#3E3F15
(62,63,21)
#383913
(56,57,19)
#323311
(50,51,17)
#2C2D0F
(44,45,15)
#26270D
(38,39,13)
#20210B
(32,33,11)
#1A1B09
(26,27,9)
#141507
(20,21,7)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #4A4B19

#4A4B19
(74,75,25)
#5A5B2D
(90,91,45)
#6A6B41
(106,107,65)
#7A7B55
(122,123,85)
#8A8B69
(138,139,105)
#9A9B7D
(154,155,125)
#AAAB91
(170,171,145)
#BABBA5
(186,187,165)
#CACBB9
(202,203,185)
#DADBCD
(218,219,205)
#EAEBE1
(234,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4B19 color. Also use rgb(74,75,25) instead hex code.

Text Font Color

.myTextColor { color: #4A4B19; }

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

This text font color is #4A4B19.


Background Color

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

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

This div background color is #4A4B19.


Border color

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

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

This div border color is #4A4B19.


Opacity

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

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

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

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

This text has shadow with #4A4B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4B19 on black background.


Color preview on white background

This text has color #4A4B19 on white background.



Black color preview on #4A4B19 background

This text has black color on #4A4B19 background.


White color preview on #4A4B19 background

This text has white color on #4A4B19 background.