COLOR #4A4D25

HEX: #4A4D25 RGB: (74,77,37)

Color info

#4A4D25 contains red, green and blue colors in about the same proportion. Web safe color of #4A4D25 is #333333 (or #333).

RGB color model

#4A4D25 color RGB value is (74,77,37).

RGB: (74,77,37) (29%, 30%, 15%)

RGB channels and saturation

R 74 of 255 = 29%
G 77 of 255 = 30%
B 37 of 255 = 15%

74
77
37

R + G + B ~ 25%. #4A4D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 77 + 37 = 188 (100%)
R 74 of 188 ~ 39.36%
G 77 of 188 ~ 40.96%
B 37 of 188 ~ 19.68'%

%39.36
%40.96
%19.68

CMYK color model

#4A4D25 color CMYK value is (4,0,52,70).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 51.95%
  • key color value is 69.80%

CMYK: (4,0,52,70)
C4M0Y52K70 (4%, 0%, 52%, 70%)
(0.04 / 0.00 / 0.52 / 0.70)

CMYK percentages

%3.9
%0
%51.95
%69.8

Codes

Color #4A4D25 in popluar color models

4A 4D 25
RGB 74 77 37
HSL 65° 35.09% 22.35%
HSB/HSV 65° 51.95% 30.20%
CMYK 3.90% 0.00% 51.95%
69.80%

Color #4A4D25 in popluar number systems.

HEX 4A 4D 25
Decimal 74 77 37
Binary 1001010 1001101 100101
Octal 112 115 45

Shades and tints

Shades of #4A4D25

#4A4D25
(74,77,37)
#444622
(68,70,34)
#3E3F1F
(62,63,31)
#38381C
(56,56,28)
#323119
(50,49,25)
#2C2A16
(44,42,22)
#262313
(38,35,19)
#201C10
(32,28,16)
#1A150D
(26,21,13)
#140E0A
(20,14,10)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #4A4D25

#4A4D25
(74,77,37)
#5A5D38
(90,93,56)
#6A6D4B
(106,109,75)
#7A7D5E
(122,125,94)
#8A8D71
(138,141,113)
#9A9D84
(154,157,132)
#AAAD97
(170,173,151)
#BABDAA
(186,189,170)
#CACDBD
(202,205,189)
#DADDD0
(218,221,208)
#EAEDE3
(234,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4D25 color. Also use rgb(74,77,37) instead hex code.

Text Font Color

.myTextColor { color: #4A4D25; }

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

This text font color is #4A4D25.

Background Color

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

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

This div background color is #4A4D25.

Border color

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

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

This div border color is #4A4D25.

Opacity

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

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

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

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

This text has shadow with #4A4D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4D25.

Preview

Color preview on black background

This text has color #4A4D25 on black background.


Color preview on white background

This text has color #4A4D25 on white background.


Black color preview on #4A4D25 background

This text has black color on #4A4D25 background.


White color preview on #4A4D25 background

This text has white color on #4A4D25 background.


Related colors

Complementary color

Complementary color for #hex is #B5B2DA.


I love getcolorcode.com

Triadic colors

1 #254A4D and #4D254A with #4A4D25 are triadic colors.

2 #254D4A and #4D4A25 with #4A4D25 are triadic colors.