COLOR #4C152A

HEX: #4C152A
RGB: (76,21,42)

Color info

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

RGB color model

#4C152A color RGB value is (76,21,42).

  • red value is 76;
  • green value is 21;
  • blue value is 42.
RGB:
(76,21,42)
(30%,8%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 42 of 255 = 16%

76
21
42

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

Portions of RGB colors in percentages

R + G + B =
76 + 21 + 42 = 139 (100%)
R 76 of 139 ~ 54.68%
G 21 of 139 ~ 15.11%
B 42 of 139 ~ 30.22%

%54.68
%15.11
%30.22

CMYK color model

#4C152A color CMYK value is (0,72,45,70).

  • cyan value is 0.00%
  • magenta value is 72.37%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(0,72,45,70)
C0M72Y45K70 
(0%,72%,45%,70%)
(0.00/0.72/0.45/0.70)	

CMYK percentages

%0
%72.37
%44.74
%70.2

Codes

Color #4C152A in popluar color models

4C152A
RGB762142
HSL337°56.70%19.02%
HSB/HSV337°72.37%29.80%
CMYK0.00%72.37%44.74%
70.20%

Color #4C152A in popluar number systems.

HEX4C152A
Decimal762142
Binary100110010101101010
Octal1142552

Shades and tints

Shades of #4C152A

#4C152A
(76,21,42)
#461427
(70,20,39)
#401324
(64,19,36)
#3A1221
(58,18,33)
#34111E
(52,17,30)
#2E101B
(46,16,27)
#280F18
(40,15,24)
#220E15
(34,14,21)
#1C0D12
(28,13,18)
#160C0F
(22,12,15)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C152A

#4C152A
(76,21,42)
#5C2A3D
(92,42,61)
#6C3F50
(108,63,80)
#7C5463
(124,84,99)
#8C6976
(140,105,118)
#9C7E89
(156,126,137)
#AC939C
(172,147,156)
#BCA8AF
(188,168,175)
#CCBDC2
(204,189,194)
#DCD2D5
(220,210,213)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C152A color. Also use rgb(76,21,42) instead hex code.

Text Font Color

.myTextColor { color: #4C152A; }

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

This text font color is #4C152A.


Background Color

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

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

This div background color is #4C152A.


Border color

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

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

This div border color is #4C152A.


Opacity

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

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

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

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

This text has shadow with #4C152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C152A on black background.


Color preview on white background

This text has color #4C152A on white background.



Black color preview on #4C152A background

This text has black color on #4C152A background.


White color preview on #4C152A background

This text has white color on #4C152A background.