COLOR #4A5F0A

HEX: #4A5F0A RGB: (74,95,10)

Color info

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

RGB color model

#4A5F0A color RGB value is (74,95,10).

RGB: (74,95,10) (29%, 37%, 4%)

RGB channels and saturation

R 74 of 255 = 29%
G 95 of 255 = 37%
B 10 of 255 = 4%

74
95
10

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

Portions of RGB colors in percentages

R + G + B = 74 + 95 + 10 = 179 (100%)
R 74 of 179 ~ 41.34%
G 95 of 179 ~ 53.07%
B 10 of 179 ~ 5.59'%

%41.34
%53.07

CMYK color model

#4A5F0A color CMYK value is (22,0,89,63).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 62.75%

CMYK: (22,0,89,63)
C22M0Y89K63 (22%, 0%, 89%, 63%)
(0.22 / 0.00 / 0.89 / 0.63)

CMYK percentages

%22.11
%0
%89.47
%62.75

Codes

Color #4A5F0A in popluar color models

4A 5F 0A
RGB 74 95 10
HSL 75° 80.95% 20.59%
HSB/HSV 75° 89.47% 37.25%
CMYK 22.11% 0.00% 89.47%
62.75%

Color #4A5F0A in popluar number systems.

HEX 4A 5F 0A
Decimal 74 95 10
Binary 1001010 1011111 1010
Octal 112 137 12

Shades and tints

Shades of #4A5F0A

#4A5F0A
(74,95,10)
#44570A
(68,87,10)
#3E4F0A
(62,79,10)
#38470A
(56,71,10)
#323F0A
(50,63,10)
#2C370A
(44,55,10)
#262F0A
(38,47,10)
#20270A
(32,39,10)
#1A1F0A
(26,31,10)
#14170A
(20,23,10)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #4A5F0A

#4A5F0A
(74,95,10)
#5A6D20
(90,109,32)
#6A7B36
(106,123,54)
#7A894C
(122,137,76)
#8A9762
(138,151,98)
#9AA578
(154,165,120)
#AAB38E
(170,179,142)
#BAC1A4
(186,193,164)
#CACFBA
(202,207,186)
#DADDD0
(218,221,208)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5F0A; }

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

This text font color is #4A5F0A.

Background Color

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

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

This div background color is #4A5F0A.

Border color

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

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

This div border color is #4A5F0A.

Opacity

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

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

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

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

This text has shadow with #4A5F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5F0A.

Preview

Color preview on black background

This text has color #4A5F0A on black background.


Color preview on white background

This text has color #4A5F0A on white background.


Black color preview on #4A5F0A background

This text has black color on #4A5F0A background.


White color preview on #4A5F0A background

This text has white color on #4A5F0A background.


Related colors

Complementary color

Complementary color for #hex is #B5A0F5.


I love getcolorcode.com

Triadic colors

1 #0A4A5F and #5F0A4A with #4A5F0A are triadic colors.

2 #0A5F4A and #5F4A0A with #4A5F0A are triadic colors.