COLOR #4C3950

HEX: #4C3950
RGB: (76,57,80)

Color info

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

RGB color model

#4C3950 color RGB value is (76,57,80).

  • red value is 76;
  • green value is 57;
  • blue value is 80.
RGB:
(76,57,80)
(30%,22%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 80 of 255 = 31%

76
57
80

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

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 80 = 213 (100%)
R 76 of 213 ~ 35.68%
G 57 of 213 ~ 26.76%
B 80 of 213 ~ 37.56%

%35.68
%26.76
%37.56

CMYK color model

#4C3950 color CMYK value is (5,29,0,69).

  • cyan value is 5.00%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(5,29,0,69)
C5M29Y0K69 
(5%,29%,0%,69%)
(0.05/0.29/0.00/0.69)	

CMYK percentages

%5
%28.75
%0
%68.63

Codes

Color #4C3950 in popluar color models

4C3950
RGB765780
HSL290°16.79%26.86%
HSB/HSV290°28.75%31.37%
CMYK5.00%28.75%0.00%
68.63%

Color #4C3950 in popluar number systems.

HEX4C3950
Decimal765780
Binary10011001110011010000
Octal11471120

Shades and tints

Shades of #4C3950

#4C3950
(76,57,80)
#463449
(70,52,73)
#402F42
(64,47,66)
#3A2A3B
(58,42,59)
#342534
(52,37,52)
#2E202D
(46,32,45)
#281B26
(40,27,38)
#22161F
(34,22,31)
#1C1118
(28,17,24)
#160C11
(22,12,17)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C3950

#4C3950
(76,57,80)
#5C4B5F
(92,75,95)
#6C5D6E
(108,93,110)
#7C6F7D
(124,111,125)
#8C818C
(140,129,140)
#9C939B
(156,147,155)
#ACA5AA
(172,165,170)
#BCB7B9
(188,183,185)
#CCC9C8
(204,201,200)
#DCDBD7
(220,219,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3950 color. Also use rgb(76,57,80) instead hex code.

Text Font Color

.myTextColor { color: #4C3950; }

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

This text font color is #4C3950.


Background Color

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

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

This div background color is #4C3950.


Border color

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

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

This div border color is #4C3950.


Opacity

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

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

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

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

This text has shadow with #4C3950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3950 on black background.


Color preview on white background

This text has color #4C3950 on white background.



Black color preview on #4C3950 background

This text has black color on #4C3950 background.


White color preview on #4C3950 background

This text has white color on #4C3950 background.