COLOR #4C3841

HEX: #4C3841
RGB: (76,56,65)

Color info

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

RGB color model

#4C3841 color RGB value is (76,56,65).

  • red value is 76;
  • green value is 56;
  • blue value is 65.
RGB: (76,56,65) (30%,22%,25%)

RGB channels and saturation

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

76
56
65

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

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 65 = 197 (100%)
R 76 of 197 ~ 38.58%
G 56 of 197 ~ 28.43%
B 65 of 197 ~ 32.99%

%38.58
%28.43
%32.99

CMYK color model

#4C3841 color CMYK value is (0,26,14,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 14.47%
  • key color value is 70.20%
CMYK: (0,26,14,70) C0M26Y14K70 (0%,26%,14%,70%) (0.00/0.26/0.14/0.70)

CMYK percentages

%0
%26.32
%14.47
%70.2

Codes

Color #4C3841 in popluar color models

4C3841
RGB765665
HSL333°15.15%25.88%
HSB/HSV333°26.32%29.80%
CMYK0.00%26.32%14.47%
70.20%

Color #4C3841 in popluar number systems.

HEX4C3841
Decimal765665
Binary10011001110001000001
Octal11470101

Shades and tints

Shades of #4C3841

#4C3841
(76,56,65)
#46333C
(70,51,60)
#402E37
(64,46,55)
#3A2932
(58,41,50)
#34242D
(52,36,45)
#2E1F28
(46,31,40)
#281A23
(40,26,35)
#22151E
(34,21,30)
#1C1019
(28,16,25)
#160B14
(22,11,20)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #4C3841

#4C3841
(76,56,65)
#5C4A52
(92,74,82)
#6C5C63
(108,92,99)
#7C6E74
(124,110,116)
#8C8085
(140,128,133)
#9C9296
(156,146,150)
#ACA4A7
(172,164,167)
#BCB6B8
(188,182,184)
#CCC8C9
(204,200,201)
#DCDADA
(220,218,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3841; }

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

This text font color is #4C3841.


Background Color

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

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

This div background color is #4C3841.


Border color

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

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

This div border color is #4C3841.


Opacity

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

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

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

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

This text has shadow with #4C3841 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #4C3841; -webkit-box-shadow:	1px 1px 3px 2px #4C3841; box-shadow:	1px 1px 3px 2px #4C3841; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C3841; -webkit-box-shadow: 1px 1px 3px 2px #4C3841; box-shadow:1px 1px 3px 2px #4C3841;">
Div content here</div>
This div box has shadow with color #4C3841.

Preview

Color preview on black background

This text has color #4C3841 on black background.


Color preview on white background

This text has color #4C3841 on white background.



Black color preview on #4C3841 background

This text has black color on #4C3841 background.


White color preview on #4C3841 background

This text has white color on #4C3841 background.