COLOR #4C133A

HEX: #4C133A
RGB: (76,19,58)

Color info

#4C133A contains red, green and blue colors in about the same proportion. Web safe color of #4C133A is #330033 (or #303).

RGB color model

#4C133A color RGB value is (76,19,58).

  • red value is 76;
  • green value is 19;
  • blue value is 58.
RGB:
(76,19,58)
(30%,7%,23%)

RGB channels and saturation

R 76 of 255 = 30%
G 19 of 255 = 7%
B 58 of 255 = 23%

76
19
58

R + G + B ~ 20%. #4C133A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 19 + 58 = 153 (100%)
R 76 of 153 ~ 49.67%
G 19 of 153 ~ 12.42%
B 58 of 153 ~ 37.91%

%49.67
%12.42
%37.91

CMYK color model

#4C133A color CMYK value is (0,75,24,70).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,75,24,70)
C0M75Y24K70 
(0%,75%,24%,70%)
(0.00/0.75/0.24/0.70)	

CMYK percentages

%0
%75
%23.68
%70.2

Codes

Color #4C133A in popluar color models

4C133A
RGB761958
HSL319°60.00%18.63%
HSB/HSV319°75.00%29.80%
CMYK0.00%75.00%23.68%
70.20%

Color #4C133A in popluar number systems.

HEX4C133A
Decimal761958
Binary100110010011111010
Octal1142372

Shades and tints

Shades of #4C133A

#4C133A
(76,19,58)
#461235
(70,18,53)
#401130
(64,17,48)
#3A102B
(58,16,43)
#340F26
(52,15,38)
#2E0E21
(46,14,33)
#280D1C
(40,13,28)
#220C17
(34,12,23)
#1C0B12
(28,11,18)
#160A0D
(22,10,13)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C133A

#4C133A
(76,19,58)
#5C284B
(92,40,75)
#6C3D5C
(108,61,92)
#7C526D
(124,82,109)
#8C677E
(140,103,126)
#9C7C8F
(156,124,143)
#AC91A0
(172,145,160)
#BCA6B1
(188,166,177)
#CCBBC2
(204,187,194)
#DCD0D3
(220,208,211)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C133A color. Also use rgb(76,19,58) instead hex code.

Text Font Color

.myTextColor { color: #4C133A; }

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

This text font color is #4C133A.


Background Color

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

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

This div background color is #4C133A.


Border color

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

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

This div border color is #4C133A.


Opacity

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

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

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

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

This text has shadow with #4C133A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C133A on black background.


Color preview on white background

This text has color #4C133A on white background.



Black color preview on #4C133A background

This text has black color on #4C133A background.


White color preview on #4C133A background

This text has white color on #4C133A background.