COLOR #4C063B

HEX: #4C063B RGB: (76,6,59)

Color info

#4C063B contains mainly red and blue colors. Web safe color of #4C063B is #330033 (or #303).

RGB color model

#4C063B color RGB value is (76,6,59).

RGB: (76,6,59) (30%, 2%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 59 of 255 = 23%

76
6
59

R + G + B ~ 18%. #4C063B is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 6 + 59 = 141 (100%)
R 76 of 141 ~ 53.9%
G 6 of 141 ~ 4.26%
B 59 of 141 ~ 41.84'%

%53.9
%41.84

CMYK color model

#4C063B color CMYK value is (0,92,22,70).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK: (0,92,22,70) C0M92Y22K70 (0%,92%,22%,70%) (0.00/0.92/0.22/0.70) 

CMYK percentages

%0
%92.11
%22.37
%70.2

Codes

Color #4C063B in popluar color models

4C 06 3B
RGB 76 6 59
HSL 315° 85.37% 16.08%
HSB/HSV 315° 92.11% 29.80%
CMYK 0.00% 92.11% 22.37%
70.20%

Color #4C063B in popluar number systems.

HEX 4C 06 3B
Decimal 76 6 59
Binary 1001100 110 111011
Octal 114 6 73

Shades and tints

Shades of #4C063B

#4C063B
(76,6,59)
#460636
(70,6,54)
#400631
(64,6,49)
#3A062C
(58,6,44)
#340627
(52,6,39)
#2E0622
(46,6,34)
#28061D
(40,6,29)
#220618
(34,6,24)
#1C0613
(28,6,19)
#16060E
(22,6,14)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C063B

#4C063B
(76,6,59)
#5C1C4C
(92,28,76)
#6C325D
(108,50,93)
#7C486E
(124,72,110)
#8C5E7F
(140,94,127)
#9C7490
(156,116,144)
#AC8AA1
(172,138,161)
#BCA0B2
(188,160,178)
#CCB6C3
(204,182,195)
#DCCCD4
(220,204,212)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C063B color. Also use rgb(76,6,59) instead hex code.

Text Font Color

.myTextColor { color: #4C063B; }

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

This text font color is #4C063B.

Background Color

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

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

This div background color is #4C063B.

Border color

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

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

This div border color is #4C063B.

Opacity

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

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

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

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

This text has shadow with #4C063B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C063B.

Preview

Color preview on black background

This text has color #4C063B on black background.


Color preview on white background

This text has color #4C063B on white background.


Black color preview on #4C063B background

This text has black color on #4C063B background.


White color preview on #4C063B background

This text has white color on #4C063B background.


Related colors

Complementary color

Complementary color for #hex is #B3F9C4.


I love getcolorcode.com

Triadic colors

1 #3B4C06 and #063B4C with #4C063B are triadic colors.

2 #3B064C and #064C3B with #4C063B are triadic colors.