COLOR #4A5536

HEX: #4A5536 RGB: (74,85,54)

Color info

#4A5536 contains red, green and blue colors in about the same proportion. Web safe color of #4A5536 is #336633 (or #363).

RGB color model

#4A5536 color RGB value is (74,85,54).

RGB: (74,85,54) (29%, 33%, 21%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 54 of 255 = 21%

74
85
54

R + G + B ~ 28%. #4A5536 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 54 = 213 (100%)
R 74 of 213 ~ 34.74%
G 85 of 213 ~ 39.91%
B 54 of 213 ~ 25.35'%

%34.74
%39.91
%25.35

CMYK color model

#4A5536 color CMYK value is (13,0,36,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK: (13,0,36,67) C13M0Y36K67 (13%,0%,36%,67%) (0.13/0.00/0.36/0.67) 

CMYK percentages

%12.94
%0
%36.47
%66.67

Codes

Color #4A5536 in popluar color models

4A 55 36
RGB 74 85 54
HSL 81° 22.30% 27.25%
HSB/HSV 81° 36.47% 33.33%
CMYK 12.94% 0.00% 36.47%
66.67%

Color #4A5536 in popluar number systems.

HEX 4A 55 36
Decimal 74 85 54
Binary 1001010 1010101 110110
Octal 112 125 66

Shades and tints

Shades of #4A5536

#4A5536
(74,85,54)
#444E32
(68,78,50)
#3E472E
(62,71,46)
#38402A
(56,64,42)
#323926
(50,57,38)
#2C3222
(44,50,34)
#262B1E
(38,43,30)
#20241A
(32,36,26)
#1A1D16
(26,29,22)
#141612
(20,22,18)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A5536

#4A5536
(74,85,54)
#5A6448
(90,100,72)
#6A735A
(106,115,90)
#7A826C
(122,130,108)
#8A917E
(138,145,126)
#9AA090
(154,160,144)
#AAAFA2
(170,175,162)
#BABEB4
(186,190,180)
#CACDC6
(202,205,198)
#DADCD8
(218,220,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5536 color. Also use rgb(74,85,54) instead hex code.

Text Font Color

.myTextColor { color: #4A5536; }

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

This text font color is #4A5536.

Background Color

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

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

This div background color is #4A5536.

Border color

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

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

This div border color is #4A5536.

Opacity

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

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

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

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

This text has shadow with #4A5536 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5536.

Preview

Color preview on black background

This text has color #4A5536 on black background.


Color preview on white background

This text has color #4A5536 on white background.


Black color preview on #4A5536 background

This text has black color on #4A5536 background.


White color preview on #4A5536 background

This text has white color on #4A5536 background.


Related colors

Complementary color

Complementary color for #hex is #B5AAC9.


I love getcolorcode.com

Triadic colors

1 #364A55 and #55364A with #4A5536 are triadic colors.

2 #36554A and #554A36 with #4A5536 are triadic colors.