COLOR #4C3741

HEX: #4C3741 RGB: (76,55,65)

Color info

#4C3741 contains red, green and blue colors in about the same proportion. Web safe color of #4C3741 is #333333 (or #333).

RGB color model

#4C3741 color RGB value is (76,55,65).

RGB: (76,55,65) (30%, 22%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 65 of 255 = 25%

76
55
65

R + G + B ~ 26%. #4C3741 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 65 = 196 (100%)
R 76 of 196 ~ 38.78%
G 55 of 196 ~ 28.06%
B 65 of 196 ~ 33.16'%

%38.78
%28.06
%33.16

CMYK color model

#4C3741 color CMYK value is (0,28,14,70).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 14.47%
  • key color value is 70.20%
CMYK: (0,28,14,70) C0M28Y14K70 (0%,28%,14%,70%) (0.00/0.28/0.14/0.70) 

CMYK percentages

%0
%27.63
%14.47
%70.2

Codes

Color #4C3741 in popluar color models

4C 37 41
RGB 76 55 65
HSL 331° 16.03% 25.69%
HSB/HSV 331° 27.63% 29.80%
CMYK 0.00% 27.63% 14.47%
70.20%

Color #4C3741 in popluar number systems.

HEX 4C 37 41
Decimal 76 55 65
Binary 1001100 110111 1000001
Octal 114 67 101

Shades and tints

Shades of #4C3741

#4C3741
(76,55,65)
#46323C
(70,50,60)
#402D37
(64,45,55)
#3A2832
(58,40,50)
#34232D
(52,35,45)
#2E1E28
(46,30,40)
#281923
(40,25,35)
#22141E
(34,20,30)
#1C0F19
(28,15,25)
#160A14
(22,10,20)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #4C3741

#4C3741
(76,55,65)
#5C4952
(92,73,82)
#6C5B63
(108,91,99)
#7C6D74
(124,109,116)
#8C7F85
(140,127,133)
#9C9196
(156,145,150)
#ACA3A7
(172,163,167)
#BCB5B8
(188,181,184)
#CCC7C9
(204,199,201)
#DCD9DA
(220,217,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3741; }

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

This text font color is #4C3741.

Background Color

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

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

This div background color is #4C3741.

Border color

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

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

This div border color is #4C3741.

Opacity

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

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

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

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

This text has shadow with #4C3741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3741.

Preview

Color preview on black background

This text has color #4C3741 on black background.


Color preview on white background

This text has color #4C3741 on white background.


Black color preview on #4C3741 background

This text has black color on #4C3741 background.


White color preview on #4C3741 background

This text has white color on #4C3741 background.


Related colors

Complementary color

Complementary color for #hex is #B3C8BE.


I love getcolorcode.com

Triadic colors

1 #414C37 and #37414C with #4C3741 are triadic colors.

2 #41374C and #374C41 with #4C3741 are triadic colors.