COLOR #4A3632

HEX: #4A3632 RGB: (74,54,50)

Color info

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

RGB color model

#4A3632 color RGB value is (74,54,50).

RGB: (74,54,50) (29%, 21%, 20%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 50 of 255 = 20%

74
54
50

R + G + B ~ 23%. #4A3632 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 54 + 50 = 178 (100%)
R 74 of 178 ~ 41.57%
G 54 of 178 ~ 30.34%
B 50 of 178 ~ 28.09'%

%41.57
%30.34
%28.09

CMYK color model

#4A3632 color CMYK value is (0,27,32,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 32.43%
  • key color value is 70.98%

CMYK: (0,27,32,71)
C0M27Y32K71 (0%, 27%, 32%, 71%)
(0.00 / 0.27 / 0.32 / 0.71)

CMYK percentages

%0
%27.03
%32.43
%70.98

Codes

Color #4A3632 in popluar color models

4A 36 32
RGB 74 54 50
HSL 10° 19.35% 24.31%
HSB/HSV 10° 32.43% 29.02%
CMYK 0.00% 27.03% 32.43%
70.98%

Color #4A3632 in popluar number systems.

HEX 4A 36 32
Decimal 74 54 50
Binary 1001010 110110 110010
Octal 112 66 62

Shades and tints

Shades of #4A3632

#4A3632
(74,54,50)
#44322E
(68,50,46)
#3E2E2A
(62,46,42)
#382A26
(56,42,38)
#322622
(50,38,34)
#2C221E
(44,34,30)
#261E1A
(38,30,26)
#201A16
(32,26,22)
#1A1612
(26,22,18)
#14120E
(20,18,14)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #4A3632

#4A3632
(74,54,50)
#5A4844
(90,72,68)
#6A5A56
(106,90,86)
#7A6C68
(122,108,104)
#8A7E7A
(138,126,122)
#9A908C
(154,144,140)
#AAA29E
(170,162,158)
#BAB4B0
(186,180,176)
#CAC6C2
(202,198,194)
#DAD8D4
(218,216,212)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3632 color. Also use rgb(74,54,50) instead hex code.

Text Font Color

.myTextColor { color: #4A3632; }

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

This text font color is #4A3632.

Background Color

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

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

This div background color is #4A3632.

Border color

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

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

This div border color is #4A3632.

Opacity

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

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

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

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

This text has shadow with #4A3632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3632.

Preview

Color preview on black background

This text has color #4A3632 on black background.


Color preview on white background

This text has color #4A3632 on white background.


Black color preview on #4A3632 background

This text has black color on #4A3632 background.


White color preview on #4A3632 background

This text has white color on #4A3632 background.


Related colors

Complementary color

Complementary color for #hex is #B5C9CD.


I love getcolorcode.com

Triadic colors

1 #324A36 and #36324A with #4A3632 are triadic colors.

2 #32364A and #364A32 with #4A3632 are triadic colors.