COLOR #4A563A

HEX: #4A563A RGB: (74,86,58)

Color info

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

RGB color model

#4A563A color RGB value is (74,86,58).

RGB: (74,86,58) (29%, 34%, 23%)

RGB channels and saturation

R 74 of 255 = 29%
G 86 of 255 = 34%
B 58 of 255 = 23%

74
86
58

R + G + B ~ 29%. #4A563A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 86 + 58 = 218 (100%)
R 74 of 218 ~ 33.94%
G 86 of 218 ~ 39.45%
B 58 of 218 ~ 26.61'%

%33.94
%39.45
%26.61

CMYK color model

#4A563A color CMYK value is (14,0,33,66).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 66.27%

CMYK: (14,0,33,66)
C14M0Y33K66 (14%, 0%, 33%, 66%)
(0.14 / 0.00 / 0.33 / 0.66)

CMYK percentages

%13.95
%0
%32.56
%66.27

Codes

Color #4A563A in popluar color models

4A 56 3A
RGB 74 86 58
HSL 86° 19.44% 28.24%
HSB/HSV 86° 32.56% 33.73%
CMYK 13.95% 0.00% 32.56%
66.27%

Color #4A563A in popluar number systems.

HEX 4A 56 3A
Decimal 74 86 58
Binary 1001010 1010110 111010
Octal 112 126 72

Shades and tints

Shades of #4A563A

#4A563A
(74,86,58)
#444F35
(68,79,53)
#3E4830
(62,72,48)
#38412B
(56,65,43)
#323A26
(50,58,38)
#2C3321
(44,51,33)
#262C1C
(38,44,28)
#202517
(32,37,23)
#1A1E12
(26,30,18)
#14170D
(20,23,13)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #4A563A

#4A563A
(74,86,58)
#5A654B
(90,101,75)
#6A745C
(106,116,92)
#7A836D
(122,131,109)
#8A927E
(138,146,126)
#9AA18F
(154,161,143)
#AAB0A0
(170,176,160)
#BABFB1
(186,191,177)
#CACEC2
(202,206,194)
#DADDD3
(218,221,211)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A563A color. Also use rgb(74,86,58) instead hex code.

Text Font Color

.myTextColor { color: #4A563A; }

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

This text font color is #4A563A.

Background Color

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

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

This div background color is #4A563A.

Border color

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

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

This div border color is #4A563A.

Opacity

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

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

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

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

This text has shadow with #4A563A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A563A.

Preview

Color preview on black background

This text has color #4A563A on black background.


Color preview on white background

This text has color #4A563A on white background.


Black color preview on #4A563A background

This text has black color on #4A563A background.


White color preview on #4A563A background

This text has white color on #4A563A background.


Related colors

Complementary color

Complementary color for #hex is #B5A9C5.


I love getcolorcode.com

Triadic colors

1 #3A4A56 and #563A4A with #4A563A are triadic colors.

2 #3A564A and #564A3A with #4A563A are triadic colors.