COLOR #4A5F1F

HEX: #4A5F1F
RGB: (74,95,31)

Color info

#4A5F1F contains mainly red and green colors. Web safe color of #4A5F1F is #336633 (or #363).

RGB color model

#4A5F1F color RGB value is (74,95,31).

  • red value is 74;
  • green value is 95;
  • blue value is 31.
RGB:
(74,95,31)
(29%,37%,12%)

RGB channels and saturation

R 74 of 255 = 29%
G 95 of 255 = 37%
B 31 of 255 = 12%

74
95
31

R + G + B ~ 26%. #4A5F1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 95 + 31 = 200 (100%)
R 74 of 200 ~ 37%
G 95 of 200 ~ 47.5%
B 31 of 200 ~ 15.5%

%37
%47.5
%15.5

CMYK color model

#4A5F1F color CMYK value is (22,0,67,63).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 67.37%
  • key color value is 62.75%
CMYK:
(22,0,67,63)
C22M0Y67K63 
(22%,0%,67%,63%)
(0.22/0.00/0.67/0.63)	

CMYK percentages

%22.11
%0
%67.37
%62.75

Codes

Color #4A5F1F in popluar color models

4A5F1F
RGB749531
HSL80°50.79%24.71%
HSB/HSV80°67.37%37.25%
CMYK22.11%0.00%67.37%
62.75%

Color #4A5F1F in popluar number systems.

HEX4A5F1F
Decimal749531
Binary1001010101111111111
Octal11213737

Shades and tints

Shades of #4A5F1F

#4A5F1F
(74,95,31)
#44571D
(68,87,29)
#3E4F1B
(62,79,27)
#384719
(56,71,25)
#323F17
(50,63,23)
#2C3715
(44,55,21)
#262F13
(38,47,19)
#202711
(32,39,17)
#1A1F0F
(26,31,15)
#14170D
(20,23,13)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #4A5F1F

#4A5F1F
(74,95,31)
#5A6D33
(90,109,51)
#6A7B47
(106,123,71)
#7A895B
(122,137,91)
#8A976F
(138,151,111)
#9AA583
(154,165,131)
#AAB397
(170,179,151)
#BAC1AB
(186,193,171)
#CACFBF
(202,207,191)
#DADDD3
(218,221,211)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5F1F color. Also use rgb(74,95,31) instead hex code.

Text Font Color

.myTextColor { color: #4A5F1F; }

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

This text font color is #4A5F1F.


Background Color

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

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

This div background color is #4A5F1F.


Border color

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

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

This div border color is #4A5F1F.


Opacity

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

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

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

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

This text has shadow with #4A5F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5F1F on black background.


Color preview on white background

This text has color #4A5F1F on white background.



Black color preview on #4A5F1F background

This text has black color on #4A5F1F background.


White color preview on #4A5F1F background

This text has white color on #4A5F1F background.