COLOR #4A553A

HEX: #4A553A RGB: (74,85,58)

Color info

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

RGB color model

#4A553A color RGB value is (74,85,58).

RGB: (74,85,58) (29%, 33%, 23%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 58 of 255 = 23%

74
85
58

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

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 58 = 217 (100%)
R 74 of 217 ~ 34.1%
G 85 of 217 ~ 39.17%
B 58 of 217 ~ 26.73'%

%34.1
%39.17
%26.73

CMYK color model

#4A553A color CMYK value is (13,0,32,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 66.67%

CMYK: (13,0,32,67)
C13M0Y32K67 (13%, 0%, 32%, 67%)
(0.13 / 0.00 / 0.32 / 0.67)

CMYK percentages

%12.94
%0
%31.76
%66.67

Codes

Color #4A553A in popluar color models

4A 55 3A
RGB 74 85 58
HSL 84° 18.88% 28.04%
HSB/HSV 84° 31.76% 33.33%
CMYK 12.94% 0.00% 31.76%
66.67%

Color #4A553A in popluar number systems.

HEX 4A 55 3A
Decimal 74 85 58
Binary 1001010 1010101 111010
Octal 112 125 72

Shades and tints

Shades of #4A553A

#4A553A
(74,85,58)
#444E35
(68,78,53)
#3E4730
(62,71,48)
#38402B
(56,64,43)
#323926
(50,57,38)
#2C3221
(44,50,33)
#262B1C
(38,43,28)
#202417
(32,36,23)
#1A1D12
(26,29,18)
#14160D
(20,22,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #4A553A

#4A553A
(74,85,58)
#5A644B
(90,100,75)
#6A735C
(106,115,92)
#7A826D
(122,130,109)
#8A917E
(138,145,126)
#9AA08F
(154,160,143)
#AAAFA0
(170,175,160)
#BABEB1
(186,190,177)
#CACDC2
(202,205,194)
#DADCD3
(218,220,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A553A; }

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

This text font color is #4A553A.

Background Color

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

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

This div background color is #4A553A.

Border color

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

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

This div border color is #4A553A.

Opacity

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

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

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

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

This text has shadow with #4A553A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A553A.

Preview

Color preview on black background

This text has color #4A553A on black background.


Color preview on white background

This text has color #4A553A on white background.


Black color preview on #4A553A background

This text has black color on #4A553A background.


White color preview on #4A553A background

This text has white color on #4A553A background.


Related colors

Complementary color

Complementary color for #hex is #B5AAC5.


I love getcolorcode.com

Triadic colors

1 #3A4A55 and #553A4A with #4A553A are triadic colors.

2 #3A554A and #554A3A with #4A553A are triadic colors.