COLOR #4C385A

HEX: #4C385A RGB: (76,56,90)

Color info

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

RGB color model

#4C385A color RGB value is (76,56,90).

RGB: (76,56,90) (30%, 22%, 35%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 90 of 255 = 35%

76
56
90

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

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 90 = 222 (100%)
R 76 of 222 ~ 34.23%
G 56 of 222 ~ 25.23%
B 90 of 222 ~ 40.54'%

%34.23
%25.23
%40.54

CMYK color model

#4C385A color CMYK value is (16,38,0,65).

  • cyan value is 15.56%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (16,38,0,65)
C16M38Y0K65 (16%, 38%, 0%, 65%)
(0.16 / 0.38 / 0.00 / 0.65)

CMYK percentages

%15.56
%37.78
%0
%64.71

Codes

Color #4C385A in popluar color models

4C 38 5A
RGB 76 56 90
HSL 275° 23.29% 28.63%
HSB/HSV 275° 37.78% 35.29%
CMYK 15.56% 37.78% 0.00%
64.71%

Color #4C385A in popluar number systems.

HEX 4C 38 5A
Decimal 76 56 90
Binary 1001100 111000 1011010
Octal 114 70 132

Shades and tints

Shades of #4C385A

#4C385A
(76,56,90)
#463352
(70,51,82)
#402E4A
(64,46,74)
#3A2942
(58,41,66)
#34243A
(52,36,58)
#2E1F32
(46,31,50)
#281A2A
(40,26,42)
#221522
(34,21,34)
#1C101A
(28,16,26)
#160B12
(22,11,18)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #4C385A

#4C385A
(76,56,90)
#5C4A69
(92,74,105)
#6C5C78
(108,92,120)
#7C6E87
(124,110,135)
#8C8096
(140,128,150)
#9C92A5
(156,146,165)
#ACA4B4
(172,164,180)
#BCB6C3
(188,182,195)
#CCC8D2
(204,200,210)
#DCDAE1
(220,218,225)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C385A; }

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

This text font color is #4C385A.

Background Color

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

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

This div background color is #4C385A.

Border color

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

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

This div border color is #4C385A.

Opacity

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

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

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

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

This text has shadow with #4C385A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C385A.

Preview

Color preview on black background

This text has color #4C385A on black background.


Color preview on white background

This text has color #4C385A on white background.


Black color preview on #4C385A background

This text has black color on #4C385A background.


White color preview on #4C385A background

This text has white color on #4C385A background.


Related colors

Complementary color

Complementary color for #hex is #B3C7A5.


I love getcolorcode.com

Triadic colors

1 #5A4C38 and #385A4C with #4C385A are triadic colors.

2 #5A384C and #384C5A with #4C385A are triadic colors.