COLOR #4C0B39

HEX: #4C0B39
RGB: (76,11,57)

Color info

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

RGB color model

#4C0B39 color RGB value is (76,11,57).

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

RGB channels and saturation

R 76 of 255 = 30%
G 11 of 255 = 4%
B 57 of 255 = 22%

76
11
57

R + G + B ~ 19%. #4C0B39 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 11 + 57 = 144 (100%)
R 76 of 144 ~ 52.78%
G 11 of 144 ~ 7.64%
B 57 of 144 ~ 39.58%

%52.78
%39.58

CMYK color model

#4C0B39 color CMYK value is (0,86,25,70).

  • cyan value is 0.00%
  • magenta value is 85.53%
  • yellow value is 25.00%
  • key color value is 70.20%
CMYK:
(0,86,25,70)
C0M86Y25K70 
(0%,86%,25%,70%)
(0.00/0.86/0.25/0.70)	

CMYK percentages

%0
%85.53
%25
%70.2

Codes

Color #4C0B39 in popluar color models

4C0B39
RGB761157
HSL318°74.71%17.06%
HSB/HSV318°85.53%29.80%
CMYK0.00%85.53%25.00%
70.20%

Color #4C0B39 in popluar number systems.

HEX4C0B39
Decimal761157
Binary10011001011111001
Octal1141371

Shades and tints

Shades of #4C0B39

#4C0B39
(76,11,57)
#460A34
(70,10,52)
#40092F
(64,9,47)
#3A082A
(58,8,42)
#340725
(52,7,37)
#2E0620
(46,6,32)
#28051B
(40,5,27)
#220416
(34,4,22)
#1C0311
(28,3,17)
#16020C
(22,2,12)
#100107
(16,1,7)
#000000
(0,0,0)

Tints of #4C0B39

#4C0B39
(76,11,57)
#5C214B
(92,33,75)
#6C375D
(108,55,93)
#7C4D6F
(124,77,111)
#8C6381
(140,99,129)
#9C7993
(156,121,147)
#AC8FA5
(172,143,165)
#BCA5B7
(188,165,183)
#CCBBC9
(204,187,201)
#DCD1DB
(220,209,219)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0B39; }

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

This text font color is #4C0B39.


Background Color

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

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

This div background color is #4C0B39.


Border color

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

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

This div border color is #4C0B39.


Opacity

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

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

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

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

This text has shadow with #4C0B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0B39 on black background.


Color preview on white background

This text has color #4C0B39 on white background.



Black color preview on #4C0B39 background

This text has black color on #4C0B39 background.


White color preview on #4C0B39 background

This text has white color on #4C0B39 background.