COLOR #4C4741

HEX: #4C4741 RGB: (76,71,65)

Color info

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

RGB color model

#4C4741 color RGB value is (76,71,65).

RGB: (76,71,65) (30%, 28%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 65 of 255 = 25%

76
71
65

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

Portions of RGB colors in percentages

R + G + B = 76 + 71 + 65 = 212 (100%)
R 76 of 212 ~ 35.85%
G 71 of 212 ~ 33.49%
B 65 of 212 ~ 30.66'%

%35.85
%33.49
%30.66

CMYK color model

#4C4741 color CMYK value is (0,7,14,70).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 14.47%
  • key color value is 70.20%

CMYK: (0,7,14,70)
C0M7Y14K70 (0%, 7%, 14%, 70%)
(0.00 / 0.07 / 0.14 / 0.70)

CMYK percentages

%0
%6.58
%14.47
%70.2

Codes

Color #4C4741 in popluar color models

4C 47 41
RGB 76 71 65
HSL 33° 7.80% 27.65%
HSB/HSV 33° 14.47% 29.80%
CMYK 0.00% 6.58% 14.47%
70.20%

Color #4C4741 in popluar number systems.

HEX 4C 47 41
Decimal 76 71 65
Binary 1001100 1000111 1000001
Octal 114 107 101

Shades and tints

Shades of #4C4741

#4C4741
(76,71,65)
#46413C
(70,65,60)
#403B37
(64,59,55)
#3A3532
(58,53,50)
#342F2D
(52,47,45)
#2E2928
(46,41,40)
#282323
(40,35,35)
#221D1E
(34,29,30)
#1C1719
(28,23,25)
#161114
(22,17,20)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C4741

#4C4741
(76,71,65)
#5C5752
(92,87,82)
#6C6763
(108,103,99)
#7C7774
(124,119,116)
#8C8785
(140,135,133)
#9C9796
(156,151,150)
#ACA7A7
(172,167,167)
#BCB7B8
(188,183,184)
#CCC7C9
(204,199,201)
#DCD7DA
(220,215,218)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4741; }

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

This text font color is #4C4741.

Background Color

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

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

This div background color is #4C4741.

Border color

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

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

This div border color is #4C4741.

Opacity

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

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

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

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

This text has shadow with #4C4741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4741.

Preview

Color preview on black background

This text has color #4C4741 on black background.


Color preview on white background

This text has color #4C4741 on white background.


Black color preview on #4C4741 background

This text has black color on #4C4741 background.


White color preview on #4C4741 background

This text has white color on #4C4741 background.


Related colors

Complementary color

Complementary color for #hex is #B3B8BE.


I love getcolorcode.com

Triadic colors

1 #414C47 and #47414C with #4C4741 are triadic colors.

2 #41474C and #474C41 with #4C4741 are triadic colors.