COLOR #4C385B

HEX: #4C385B RGB: (76,56,91)

Color info

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

RGB color model

#4C385B color RGB value is (76,56,91).

RGB: (76,56,91) (30%, 22%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 91 of 255 = 36%

76
56
91

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

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 91 = 223 (100%)
R 76 of 223 ~ 34.08%
G 56 of 223 ~ 25.11%
B 91 of 223 ~ 40.81'%

%34.08
%25.11
%40.81

CMYK color model

#4C385B color CMYK value is (16,38,0,64).

  • cyan value is 16.48%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (16,38,0,64) C16M38Y0K64 (16%,38%,0%,64%) (0.16/0.38/0.00/0.64) 

CMYK percentages

%16.48
%38.46
%0
%64.31

Codes

Color #4C385B in popluar color models

4C 38 5B
RGB 76 56 91
HSL 274° 23.81% 28.82%
HSB/HSV 274° 38.46% 35.69%
CMYK 16.48% 38.46% 0.00%
64.31%

Color #4C385B in popluar number systems.

HEX 4C 38 5B
Decimal 76 56 91
Binary 1001100 111000 1011011
Octal 114 70 133

Shades and tints

Shades of #4C385B

#4C385B
(76,56,91)
#463353
(70,51,83)
#402E4B
(64,46,75)
#3A2943
(58,41,67)
#34243B
(52,36,59)
#2E1F33
(46,31,51)
#281A2B
(40,26,43)
#221523
(34,21,35)
#1C101B
(28,16,27)
#160B13
(22,11,19)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C385B

#4C385B
(76,56,91)
#5C4A69
(92,74,105)
#6C5C77
(108,92,119)
#7C6E85
(124,110,133)
#8C8093
(140,128,147)
#9C92A1
(156,146,161)
#ACA4AF
(172,164,175)
#BCB6BD
(188,182,189)
#CCC8CB
(204,200,203)
#DCDAD9
(220,218,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C385B color. Also use rgb(76,56,91) instead hex code.

Text Font Color

.myTextColor { color: #4C385B; }

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

This text font color is #4C385B.

Background Color

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

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

This div background color is #4C385B.

Border color

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

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

This div border color is #4C385B.

Opacity

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

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

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

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

This text has shadow with #4C385B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C385B.

Preview

Color preview on black background

This text has color #4C385B on black background.


Color preview on white background

This text has color #4C385B on white background.


Black color preview on #4C385B background

This text has black color on #4C385B background.


White color preview on #4C385B background

This text has white color on #4C385B background.


Related colors

Complementary color

Complementary color for #hex is #B3C7A4.


I love getcolorcode.com

Triadic colors

1 #5B4C38 and #385B4C with #4C385B are triadic colors.

2 #5B384C and #384C5B with #4C385B are triadic colors.