COLOR #4C3751

HEX: #4C3751 RGB: (76,55,81)

Color info

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

RGB color model

#4C3751 color RGB value is (76,55,81).

RGB: (76,55,81) (30%, 22%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 81 of 255 = 32%

76
55
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 81 = 212 (100%)
R 76 of 212 ~ 35.85%
G 55 of 212 ~ 25.94%
B 81 of 212 ~ 38.21'%

%35.85
%25.94
%38.21

CMYK color model

#4C3751 color CMYK value is (6,32,0,68).

  • cyan value is 6.17%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (6,32,0,68)
C6M32Y0K68 (6%, 32%, 0%, 68%)
(0.06 / 0.32 / 0.00 / 0.68)

CMYK percentages

%6.17
%32.1
%0
%68.24

Codes

Color #4C3751 in popluar color models

4C 37 51
RGB 76 55 81
HSL 288° 19.12% 26.67%
HSB/HSV 288° 32.10% 31.76%
CMYK 6.17% 32.10% 0.00%
68.24%

Color #4C3751 in popluar number systems.

HEX 4C 37 51
Decimal 76 55 81
Binary 1001100 110111 1010001
Octal 114 67 121

Shades and tints

Shades of #4C3751

#4C3751
(76,55,81)
#46324A
(70,50,74)
#402D43
(64,45,67)
#3A283C
(58,40,60)
#342335
(52,35,53)
#2E1E2E
(46,30,46)
#281927
(40,25,39)
#221420
(34,20,32)
#1C0F19
(28,15,25)
#160A12
(22,10,18)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C3751

#4C3751
(76,55,81)
#5C4960
(92,73,96)
#6C5B6F
(108,91,111)
#7C6D7E
(124,109,126)
#8C7F8D
(140,127,141)
#9C919C
(156,145,156)
#ACA3AB
(172,163,171)
#BCB5BA
(188,181,186)
#CCC7C9
(204,199,201)
#DCD9D8
(220,217,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3751 color. Also use rgb(76,55,81) instead hex code.

Text Font Color

.myTextColor { color: #4C3751; }

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

This text font color is #4C3751.

Background Color

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

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

This div background color is #4C3751.

Border color

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

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

This div border color is #4C3751.

Opacity

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

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

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

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

This text has shadow with #4C3751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3751.

Preview

Color preview on black background

This text has color #4C3751 on black background.


Color preview on white background

This text has color #4C3751 on white background.


Black color preview on #4C3751 background

This text has black color on #4C3751 background.


White color preview on #4C3751 background

This text has white color on #4C3751 background.


Related colors

Complementary color

Complementary color for #hex is #B3C8AE.


I love getcolorcode.com

Triadic colors

1 #514C37 and #37514C with #4C3751 are triadic colors.

2 #51374C and #374C51 with #4C3751 are triadic colors.