COLOR #4A5741

HEX: #4A5741 RGB: (74,87,65)

Color info

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

RGB color model

#4A5741 color RGB value is (74,87,65).

RGB: (74,87,65) (29%, 34%, 25%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 65 of 255 = 25%

74
87
65

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

Portions of RGB colors in percentages

R + G + B = 74 + 87 + 65 = 226 (100%)
R 74 of 226 ~ 32.74%
G 87 of 226 ~ 38.5%
B 65 of 226 ~ 28.76'%

%32.74
%38.5
%28.76

CMYK color model

#4A5741 color CMYK value is (15,0,25,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%

CMYK: (15,0,25,66)
C15M0Y25K66 (15%, 0%, 25%, 66%)
(0.15 / 0.00 / 0.25 / 0.66)

CMYK percentages

%14.94
%0
%25.29
%65.88

Codes

Color #4A5741 in popluar color models

4A 57 41
RGB 74 87 65
HSL 95° 14.47% 29.80%
HSB/HSV 95° 25.29% 34.12%
CMYK 14.94% 0.00% 25.29%
65.88%

Color #4A5741 in popluar number systems.

HEX 4A 57 41
Decimal 74 87 65
Binary 1001010 1010111 1000001
Octal 112 127 101

Shades and tints

Shades of #4A5741

#4A5741
(74,87,65)
#44503C
(68,80,60)
#3E4937
(62,73,55)
#384232
(56,66,50)
#323B2D
(50,59,45)
#2C3428
(44,52,40)
#262D23
(38,45,35)
#20261E
(32,38,30)
#1A1F19
(26,31,25)
#141814
(20,24,20)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #4A5741

#4A5741
(74,87,65)
#5A6652
(90,102,82)
#6A7563
(106,117,99)
#7A8474
(122,132,116)
#8A9385
(138,147,133)
#9AA296
(154,162,150)
#AAB1A7
(170,177,167)
#BAC0B8
(186,192,184)
#CACFC9
(202,207,201)
#DADEDA
(218,222,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5741 color. Also use rgb(74,87,65) instead hex code.

Text Font Color

.myTextColor { color: #4A5741; }

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

This text font color is #4A5741.

Background Color

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

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

This div background color is #4A5741.

Border color

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

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

This div border color is #4A5741.

Opacity

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

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

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

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

This text has shadow with #4A5741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5741.

Preview

Color preview on black background

This text has color #4A5741 on black background.


Color preview on white background

This text has color #4A5741 on white background.


Black color preview on #4A5741 background

This text has black color on #4A5741 background.


White color preview on #4A5741 background

This text has white color on #4A5741 background.


Related colors

Complementary color

Complementary color for #hex is #B5A8BE.


I love getcolorcode.com

Triadic colors

1 #414A57 and #57414A with #4A5741 are triadic colors.

2 #41574A and #574A41 with #4A5741 are triadic colors.