COLOR #4C3D59

HEX: #4C3D59
RGB: (76,61,89)

Color info

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

RGB color model

#4C3D59 color RGB value is (76,61,89).

  • red value is 76;
  • green value is 61;
  • blue value is 89.
RGB:
(76,61,89)
(30%,24%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 61 of 255 = 24%
B 89 of 255 = 35%

76
61
89

R + G + B ~ 30%. #4C3D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 61 + 89 = 226 (100%)
R 76 of 226 ~ 33.63%
G 61 of 226 ~ 26.99%
B 89 of 226 ~ 39.38%

%33.63
%26.99
%39.38

CMYK color model

#4C3D59 color CMYK value is (15,31,0,65).

  • cyan value is 14.61%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(15,31,0,65)
C15M31Y0K65 
(15%,31%,0%,65%)
(0.15/0.31/0.00/0.65)	

CMYK percentages

%14.61
%31.46
%0
%65.1

Codes

Color #4C3D59 in popluar color models

4C3D59
RGB766189
HSL272°18.67%29.41%
HSB/HSV272°31.46%34.90%
CMYK14.61%31.46%0.00%
65.10%

Color #4C3D59 in popluar number systems.

HEX4C3D59
Decimal766189
Binary10011001111011011001
Octal11475131

Shades and tints

Shades of #4C3D59

#4C3D59
(76,61,89)
#463851
(70,56,81)
#403349
(64,51,73)
#3A2E41
(58,46,65)
#342939
(52,41,57)
#2E2431
(46,36,49)
#281F29
(40,31,41)
#221A21
(34,26,33)
#1C1519
(28,21,25)
#161011
(22,16,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #4C3D59

#4C3D59
(76,61,89)
#5C4E68
(92,78,104)
#6C5F77
(108,95,119)
#7C7086
(124,112,134)
#8C8195
(140,129,149)
#9C92A4
(156,146,164)
#ACA3B3
(172,163,179)
#BCB4C2
(188,180,194)
#CCC5D1
(204,197,209)
#DCD6E0
(220,214,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3D59 color. Also use rgb(76,61,89) instead hex code.

Text Font Color

.myTextColor { color: #4C3D59; }

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

This text font color is #4C3D59.


Background Color

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

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

This div background color is #4C3D59.


Border color

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

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

This div border color is #4C3D59.


Opacity

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

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

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

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

This text has shadow with #4C3D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3D59 on black background.


Color preview on white background

This text has color #4C3D59 on white background.



Black color preview on #4C3D59 background

This text has black color on #4C3D59 background.


White color preview on #4C3D59 background

This text has white color on #4C3D59 background.