COLOR #4C2A25

HEX: #4C2A25 RGB: (76,42,37)

Color info

#4C2A25 contains red, green and blue colors in about the same proportion. Web safe color of #4C2A25 is #333333 (or #333).

RGB color model

#4C2A25 color RGB value is (76,42,37).

RGB: (76,42,37) (30%, 16%, 15%)

RGB channels and saturation

R 76 of 255 = 30%
G 42 of 255 = 16%
B 37 of 255 = 15%

76
42
37

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

Portions of RGB colors in percentages

R + G + B = 76 + 42 + 37 = 155 (100%)
R 76 of 155 ~ 49.03%
G 42 of 155 ~ 27.1%
B 37 of 155 ~ 23.87'%

%49.03
%27.1
%23.87

CMYK color model

#4C2A25 color CMYK value is (0,45,51,70).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 51.32%
  • key color value is 70.20%
CMYK: (0,45,51,70) C0M45Y51K70 (0%,45%,51%,70%) (0.00/0.45/0.51/0.70) 

CMYK percentages

%0
%44.74
%51.32
%70.2

Codes

Color #4C2A25 in popluar color models

4C 2A 25
RGB 76 42 37
HSL 34.51% 22.16%
HSB/HSV 51.32% 29.80%
CMYK 0.00% 44.74% 51.32%
70.20%

Color #4C2A25 in popluar number systems.

HEX 4C 2A 25
Decimal 76 42 37
Binary 1001100 101010 100101
Octal 114 52 45

Shades and tints

Shades of #4C2A25

#4C2A25
(76,42,37)
#462722
(70,39,34)
#40241F
(64,36,31)
#3A211C
(58,33,28)
#341E19
(52,30,25)
#2E1B16
(46,27,22)
#281813
(40,24,19)
#221510
(34,21,16)
#1C120D
(28,18,13)
#160F0A
(22,15,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C2A25

#4C2A25
(76,42,37)
#5C3D38
(92,61,56)
#6C504B
(108,80,75)
#7C635E
(124,99,94)
#8C7671
(140,118,113)
#9C8984
(156,137,132)
#AC9C97
(172,156,151)
#BCAFAA
(188,175,170)
#CCC2BD
(204,194,189)
#DCD5D0
(220,213,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2A25; }

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

This text font color is #4C2A25.

Background Color

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

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

This div background color is #4C2A25.

Border color

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

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

This div border color is #4C2A25.

Opacity

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

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

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

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

This text has shadow with #4C2A25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2A25.

Preview

Color preview on black background

This text has color #4C2A25 on black background.


Color preview on white background

This text has color #4C2A25 on white background.


Black color preview on #4C2A25 background

This text has black color on #4C2A25 background.


White color preview on #4C2A25 background

This text has white color on #4C2A25 background.


Related colors

Complementary color

Complementary color for #hex is #B3D5DA.


I love getcolorcode.com

Triadic colors

1 #254C2A and #2A254C with #4C2A25 are triadic colors.

2 #252A4C and #2A4C25 with #4C2A25 are triadic colors.