COLOR #4C062A

HEX: #4C062A RGB: (76,6,42)

Color info

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

RGB color model

#4C062A color RGB value is (76,6,42).

RGB: (76,6,42) (30%, 2%, 16%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 42 of 255 = 16%

76
6
42

R + G + B ~ 16%. #4C062A is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 6 + 42 = 124 (100%)
R 76 of 124 ~ 61.29%
G 6 of 124 ~ 4.84%
B 42 of 124 ~ 33.87'%

%61.29
%33.87

CMYK color model

#4C062A color CMYK value is (0,92,45,70).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 44.74%
  • key color value is 70.20%

CMYK: (0,92,45,70)
C0M92Y45K70 (0%, 92%, 45%, 70%)
(0.00 / 0.92 / 0.45 / 0.70)

CMYK percentages

%0
%92.11
%44.74
%70.2

Codes

Color #4C062A in popluar color models

4C 06 2A
RGB 76 6 42
HSL 329° 85.37% 16.08%
HSB/HSV 329° 92.11% 29.80%
CMYK 0.00% 92.11% 44.74%
70.20%

Color #4C062A in popluar number systems.

HEX 4C 06 2A
Decimal 76 6 42
Binary 1001100 110 101010
Octal 114 6 52

Shades and tints

Shades of #4C062A

#4C062A
(76,6,42)
#460627
(70,6,39)
#400624
(64,6,36)
#3A0621
(58,6,33)
#34061E
(52,6,30)
#2E061B
(46,6,27)
#280618
(40,6,24)
#220615
(34,6,21)
#1C0612
(28,6,18)
#16060F
(22,6,15)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C062A

#4C062A
(76,6,42)
#5C1C3D
(92,28,61)
#6C3250
(108,50,80)
#7C4863
(124,72,99)
#8C5E76
(140,94,118)
#9C7489
(156,116,137)
#AC8A9C
(172,138,156)
#BCA0AF
(188,160,175)
#CCB6C2
(204,182,194)
#DCCCD5
(220,204,213)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C062A; }

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

This text font color is #4C062A.

Background Color

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

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

This div background color is #4C062A.

Border color

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

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

This div border color is #4C062A.

Opacity

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

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

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

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

This text has shadow with #4C062A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C062A.

Preview

Color preview on black background

This text has color #4C062A on black background.


Color preview on white background

This text has color #4C062A on white background.


Black color preview on #4C062A background

This text has black color on #4C062A background.


White color preview on #4C062A background

This text has white color on #4C062A background.


Related colors

Complementary color

Complementary color for #hex is #B3F9D5.


I love getcolorcode.com

Triadic colors

1 #2A4C06 and #062A4C with #4C062A are triadic colors.

2 #2A064C and #064C2A with #4C062A are triadic colors.