COLOR #4A4357

HEX: #4A4357 RGB: (74,67,87)

Color info

#4A4357 contains red, green and blue colors in about the same proportion. Web safe color of #4A4357 is #333366 (or #336).

RGB color model

#4A4357 color RGB value is (74,67,87).

RGB: (74,67,87) (29%, 26%, 34%)

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 87 of 255 = 34%

74
67
87

R + G + B ~ 30%. #4A4357 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 67 + 87 = 228 (100%)
R 74 of 228 ~ 32.46%
G 67 of 228 ~ 29.39%
B 87 of 228 ~ 38.16'%

%32.46
%29.39
%38.16

CMYK color model

#4A4357 color CMYK value is (15,23,0,66).

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

CMYK: (15,23,0,66)
C15M23Y0K66 (15%, 23%, 0%, 66%)
(0.15 / 0.23 / 0.00 / 0.66)

CMYK percentages

%14.94
%22.99
%0
%65.88

Codes

Color #4A4357 in popluar color models

4A 43 57
RGB 74 67 87
HSL 261° 12.99% 30.20%
HSB/HSV 261° 22.99% 34.12%
CMYK 14.94% 22.99% 0.00%
65.88%

Color #4A4357 in popluar number systems.

HEX 4A 43 57
Decimal 74 67 87
Binary 1001010 1000011 1010111
Octal 112 103 127

Shades and tints

Shades of #4A4357

#4A4357
(74,67,87)
#443D50
(68,61,80)
#3E3749
(62,55,73)
#383142
(56,49,66)
#322B3B
(50,43,59)
#2C2534
(44,37,52)
#261F2D
(38,31,45)
#201926
(32,25,38)
#1A131F
(26,19,31)
#140D18
(20,13,24)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #4A4357

#4A4357
(74,67,87)
#5A5466
(90,84,102)
#6A6575
(106,101,117)
#7A7684
(122,118,132)
#8A8793
(138,135,147)
#9A98A2
(154,152,162)
#AAA9B1
(170,169,177)
#BABAC0
(186,186,192)
#CACBCF
(202,203,207)
#DADCDE
(218,220,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4357; }

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

This text font color is #4A4357.

Background Color

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

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

This div background color is #4A4357.

Border color

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

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

This div border color is #4A4357.

Opacity

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

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

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

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

This text has shadow with #4A4357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4357.

Preview

Color preview on black background

This text has color #4A4357 on black background.


Color preview on white background

This text has color #4A4357 on white background.


Black color preview on #4A4357 background

This text has black color on #4A4357 background.


White color preview on #4A4357 background

This text has white color on #4A4357 background.


Related colors

Complementary color

Complementary color for #hex is #B5BCA8.


I love getcolorcode.com

Triadic colors

1 #574A43 and #43574A with #4A4357 are triadic colors.

2 #57434A and #434A57 with #4A4357 are triadic colors.