COLOR #4C153E

HEX: #4C153E RGB: (76,21,62)

Color info

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

RGB color model

#4C153E color RGB value is (76,21,62).

RGB: (76,21,62) (30%, 8%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 62 of 255 = 24%

76
21
62

R + G + B ~ 21%. #4C153E is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 21 + 62 = 159 (100%)
R 76 of 159 ~ 47.8%
G 21 of 159 ~ 13.21%
B 62 of 159 ~ 38.99'%

%47.8
%13.21
%38.99

CMYK color model

#4C153E color CMYK value is (0,72,18,70).

  • cyan value is 0.00%
  • magenta value is 72.37%
  • yellow value is 18.42%
  • key color value is 70.20%

CMYK: (0,72,18,70)
C0M72Y18K70 (0%, 72%, 18%, 70%)
(0.00 / 0.72 / 0.18 / 0.70)

CMYK percentages

%0
%72.37
%18.42
%70.2

Codes

Color #4C153E in popluar color models

4C 15 3E
RGB 76 21 62
HSL 315° 56.70% 19.02%
HSB/HSV 315° 72.37% 29.80%
CMYK 0.00% 72.37% 18.42%
70.20%

Color #4C153E in popluar number systems.

HEX 4C 15 3E
Decimal 76 21 62
Binary 1001100 10101 111110
Octal 114 25 76

Shades and tints

Shades of #4C153E

#4C153E
(76,21,62)
#461439
(70,20,57)
#401334
(64,19,52)
#3A122F
(58,18,47)
#34112A
(52,17,42)
#2E1025
(46,16,37)
#280F20
(40,15,32)
#220E1B
(34,14,27)
#1C0D16
(28,13,22)
#160C11
(22,12,17)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C153E

#4C153E
(76,21,62)
#5C2A4F
(92,42,79)
#6C3F60
(108,63,96)
#7C5471
(124,84,113)
#8C6982
(140,105,130)
#9C7E93
(156,126,147)
#AC93A4
(172,147,164)
#BCA8B5
(188,168,181)
#CCBDC6
(204,189,198)
#DCD2D7
(220,210,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C153E; }

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

This text font color is #4C153E.

Background Color

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

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

This div background color is #4C153E.

Border color

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

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

This div border color is #4C153E.

Opacity

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

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

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

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

This text has shadow with #4C153E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C153E.

Preview

Color preview on black background

This text has color #4C153E on black background.


Color preview on white background

This text has color #4C153E on white background.


Black color preview on #4C153E background

This text has black color on #4C153E background.


White color preview on #4C153E background

This text has white color on #4C153E background.


Related colors

Complementary color

Complementary color for #hex is #B3EAC1.


I love getcolorcode.com

Triadic colors

1 #3E4C15 and #153E4C with #4C153E are triadic colors.

2 #3E154C and #154C3E with #4C153E are triadic colors.